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:
Additionally, I've borrowed the Github/Jekyll syntax highlighting style sheet so code is consistent and readable.
Add this line to your Jekyll site's Gemfile:
gem "jekyll-theme-iota"
And add this line to your Jekyll site's _config.yml:
theme: jekyll-theme-iota
And then execute:
$ bundle
Make sure you've referenced the github-pages gem in your Jekyll site's Gemfile, then add these lines to your Jekyll site's _config.yml:
remote_theme: artlogic/jekyll-theme-iota
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap