Last active
October 7, 2018 05:57
-
-
Save worthingtonjg/6a6c6e9b7a22addd5f1d64b82dea3594 to your computer and use it in GitHub Desktop.
Jekyll commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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