Skip to content

Instantly share code, notes, and snippets.

@worthingtonjg
Last active October 7, 2018 05:57
Show Gist options
  • Save worthingtonjg/6a6c6e9b7a22addd5f1d64b82dea3594 to your computer and use it in GitHub Desktop.
Save worthingtonjg/6a6c6e9b7a22addd5f1d64b82dea3594 to your computer and use it in GitHub Desktop.
Jekyll commands
jekyll new <sitename>
bundle exec jekyll serve
jekyll serve
jekyll serve --draft
_config.yml
Gemfile
Themes:
https://rubygems.org/
Search for: jekyll-theme
Update Gemfile and _config.yml
bundle install (will install the theme)
bundle exec jekyll serve (must be ran after installing new theme)
_drafts
_posts
_layouts
{{content}}
https://jekyllrb.com/docs/variables/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment