- Make sure Ruby is installed
- Install Bundler (
gem install bundler, orsudo gem install bundler) - Clone this repo
- Install dependencies; from the local repo directory, run
bundle install - Once finished, run
bundle exec jekyll serve --watchand get devin'!
- If you push any changes, the site will recompile on the live server automatically
- Don't touch the
_sitefolder — that's a build folder - In html files:
- Define front matter up top (yaml syntax)
- Use
{{ }}for liquid objects (i.e.,{{ page.title }}) - Use
{% %}for liquid tags (i.e.,{% if user %} Hello {{ user.name }}! {% endif %})
- @davelandry has given @perpetualgrimace full creative control over the aesthetics of this website 😼