A blog created with roots
- Make sure node.js and roots are installed!
- Clone this repo down and
cd
into the folder - Run
npm i
to install dev dependencies - Run
roots watch
to preview the site on a local web server - Make changes to the source files and see livereload run a super-fast compilation!
- Get money
I currently deploy to Github Pages using git subtree push --prefix public origin gh-pages
I wrote an article to explain this repo, check it out[Building a Static Website with Roots]: Click on this below Link to check it! (http://andyshora.com/building-static-site-with-roots.html)