Theme Details¶ ↑
Customized theme, forked from github.com/artemsheludko/flexible-jekyll/
Usage¶ ↑
-
If you haven't already, create a new project. You can easily do this with
Jekyll new ${sitename}
-
Update your Gemfile to contain `gem “jlgrock-flexible-jekyll-theme”, “0.1.0”“
-
Update your
_config.yml
file to contain everything that is in here -
Update your
_config.yml
file to containtheme: jlgrock-flexible-jekyll-theme
-
Copy the
index.html
andtags.html
to your project (or create your own!). These are necessary for the tags and pagination plugins. -
Run
bundle install
at the root of your directory -
Run
bundle exec jekyll serve
and you should now be able to view any posts you create athttp://localhost:4000
.