A Jekyll theme for the website of the Digital Literacy Project based on Materialize.
Add this line to your Jekyll site's Gemfile
:
gem "jekyll-dlp"
And add this line to your Jekyll site's _config.yml
:
theme: jekyll-dlp
And then execute:
$ bundle
Or install it yourself as:
$ gem install jekyll-dlp
Default layout: two-column setup. If you include toc: true
in your front matter for a page, then will feature a table of contents in the right column (assuming you have jekyll-toc
installed as a plugin).
Blank layout: literally nothing except head, nav, footer. A blank slate for you.
Home layout: for use with home data. In your _data
folder, create homepage.yml
. See homepage.yml
in the theme _data
directory for an example.
Navigation and footer links: see theme _data
directory for instructions.
The theme is available as open source under the terms of the MIT License.