This repo holds the source for my website All About Cheetahs.
Site generation is done with Jekyll, which is an amazing static site generator. You should check it out!
- Run
jekyll server
- Go to http://localhost:4000/ in your web browser
- Edit or create any files in
_posts/
and the local copy of the site will be updated automatically. - Commit and push the changes up to GitHub. The live site should udpate within a few seconds.