information-safety / information-safety.github.io

Information Safety blog.
https://www.information-safety.org
MIT License
2 stars 0 forks source link

Implement Jekyll Themes #2

Open jabenninghoff opened 7 years ago

jabenninghoff commented 7 years ago

Separate content from layout using themes, with local overrides (initially), later with an information-safety theme gem.

jabenninghoff commented 7 years ago

Currently, GitHub Pages only supports Jekyll’s default theme, Minima.

jabenninghoff commented 7 years ago

This enhancement is on hold until GitHub Pages supports Poole or a comparable theme. Poole has not yet been packaged as a theme.

jabenninghoff commented 6 years ago

Cayman is currently the closest theme to Poole, but appears to be missing key features.

jabenninghoff commented 6 years ago

Implementation is now possible with jekyll-remote-theme, which was recently merged into github-pages. A pending PR packages Poole as a Jekyll theme gem.

DirtyF commented 6 years ago

@jabenninghoff FYI you can use the jekyll-theme-poole theme gem, the install is documented.