jekyll-theme-iota

A brutalist jekyll theme.


License
GPL-3.0
Install
gem install jekyll-theme-iota -v 0.9.0

Documentation

iota

A brutalist jekyll theme.

I was fascinated by a number of comments on Hacker News about brutalist web design. It seems that there's some contention on what brutalism means when it comes to the web. This is my attempt at a brutalism on the web. Here are the guidelines I've followed:

  • Markup is as minimal and compliant as possible (with the exception of some header tags that aren't technically needed, but make site's markup more conistent as a whole).
  • Use normalize.css to provide a consistent base for all browsers.
  • Keep the theme specific CSS as simple as possible. The vast majority of the changes are designed to increase readability/usability. Most are adding or removing spacing where appropriate.
  • Embrace the default (normalized) browser styles as much as possible.

Additionally, I've borrowed the Github/Jekyll syntax highlighting style sheet so code is consistent and readable.

Guidelines

  • Posts and pages should not include H1 tags
  • License information in _config.yml is not escaped when emitted.