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 | 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
_articles/YYYY-MM-DD-slug.md or _articles/slug.md (undated)_posts/YYYY-MM-DD-slug.md.html with layout: basesatan/index.html with layout: nullzorg/*.html with layout: basesp- (satan profile)zorg- for new additions_config.yml - standard Jekyll. Plugins: jekyll-feed, jekyll-sitemap, jekyll-paginate.