andyshora-roots
andyshora-roots copied to clipboard
Static website for andyshora.com
andyshora-roots
A blog created with roots
Setup
- 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
Deploying
I currently deploy to Github Pages using git subtree push --prefix public origin gh-pages
Article
I wrote an article to explain this repo, check it out: Building a Static Website with Roots