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