Project

jekyll-dlp

0.0
No commit activity in last 3 years
No release in over 3 years
A site theme for the Digital Literacy Project.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 2.1.4
~> 12.0

Runtime

~> 4.0
 Project Readme

jekyll-dlp

A Jekyll theme for the website of the Digital Literacy Project based on Materialize.

Installation

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

Usage

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.

License

The theme is available as open source under the terms of the MIT License.