See the site at: https://topherhunt.github.io/
- First time, you'll need to run
bundle install
- Start the dev server with:
bundle exec jekyll serve
(or my alias:j
)
Push the master
branch and Github Pages will know how to compile and serve the deployed site.
- Handy tour of Jekyll, Liquid templates, layouts, includes, links, "front matter" and data collections: https://jekyllrb.com/docs/step-by-step/02-liquid/
- The Jekyll server compiles the final site files to
_site/
. main.scss
can reference / import any stylesheets in_sass/
.- I can set up an RSS feed by adding a
feed.xml
template.