Jekyll is a static site generator that's perfect for GitHub hosted blogs (Jekyll Repository). Jekyll Now reduces boilerplate.
Adding/changing a Markdown file in _posts/, or editing any file in this repo, will trigger Github Pages to rebuild the static site.
There are 3 different ways that you can make changes:
- Edit files within the repository in the browser at GitHub.com
- Use a third party GitHub content editor, like Prose by Development Seed.
- Clone down your repository and make updates locally, then push them to your GitHub repository.
- Install ruby
sudo apt install ruby
- Install Jekyll and plugins
sudo gem install github-pages
- Clone this repo
jekyll serve
builds and watches for changes, viewable at http://127.0.0.1:4000/- Pushes to
master
will cause GitHub Pages to auto rebuild and publish. n