Build & Deploy

cd ~/code/evil1.org
bundle exec jekyll build        # builds to _site/
./scripts/deploy.sh             # deploys _site/ to server

Build time: ~6 seconds. Watch for Sass @import deprecation warnings (non-fatal).

Layout System

Layout Used for
base Most pages - includes full site header/nav/footer with red accent theme
article Blog posts and _articles/ - adds reading time, tags, author block
null Full control pages (satan profile) - no site chrome

CSS variables (defined in _layouts/base.html):

--bg-page: #0d0d0d
--accent-red: #c41e3a
--text-link: #c41e3a
--font-body: Verdana, Geneva, Tahoma, sans-serif  (early-2000s corporate)
--font-heading: "Trebuchet MS", Arial, sans-serif

File Conventions

CSS Conventions

Config

_config.yml - standard Jekyll. Plugins: jekyll-feed, jekyll-sitemap, jekyll-paginate.