Doctrine-free. Idea-rich.
skaCULT is a lightweight hub for projects + curated links. The name is a joke; the content is real.
This is a small Jekyll site with:
- Layout:
_layouts/default.html - Reusable parts:
_includes/nav.html(3-link nav + About drawer button)about-drawer.html(About drawer content)footer.html
- Content you update most often:
_data/_data/projects.yml(project cards)_data/cool_stuff.yml(curated links shown on the Annex page)
- Pages (root):
index.html(Annex / homepage)projects.htmlcontact.html
- Styles:
style.css - Drawer behavior:
assets/drawer.js
Old/retired pages can live in archive/ (optional).
Edit: _data/projects.yml
Each item supports:
title(string)description(string)status(e.g.Active,Parked,Archived)featured(true/false) — featured items appear on the Annex pagetags(list of strings)url(optional) — live/demo linkrepo(optional) — source repo linkwriteup(optional) — blog/doc link
Edit: _data/cool_stuff.yml
Groups are displayed on the Annex page. Keep it curated; don’t turn it into a bookmark dump.
Edit: _includes/about-drawer.html
This is the “About me + cult-ish aims” drawer.
From the repo folder:
bundle exec jekyll serve