| Free | Paid — $49 | |
|---|---|---|
| Personal / non-commercial site | ✅ | ✅ |
| Footer attribution required | ✅ must keep | ❌ removed |
| Commercial / client projects | ❌ | ✅ |
| Future theme updates | ❌ | ✅ |
| Private source repo access | ❌ | ✅ |
Free to use on personal projects — just keep the small "Theme by csswitch" footer link intact.
Buy the $49 license to remove the attribution, use commercially, and receive future updates.
See LICENSE for full terms.
A technical drawing–inspired Jekyll theme with engineering grid backgrounds, fold marks, annotation callouts, TOC scrollspy, and a revision block footer.
- 📐 Engineering grid — dual-scale ISO technical drawing grid (CSS only, zero images)
- 🔧 Fold marks — every card has angular corner tick marks from engineering drawings
- 📋 Revision block footer — title/author/date table like a real technical drawing
- 📍 TOC scrollspy — active heading tracking on posts
- 🖊️ Annotation callouts — orange "red pencil" style
NOTE:blockquotes - 🏷️ Tag system — outlined chip tags + per-tag archive + tag cloud
- 📱 Fully responsive — spec card grid (1–3 cols)
- ⚡ Zero dependencies — vanilla JS only
- 🐙 GitHub Pages compatible
git clone https://github.com/YOUR_USERNAME/YOUR_BLOG.git
cd YOUR_BLOG
bundle install
bundle exec jekyll serve --livereloadblueprint:
grid: "fine" # fine | coarse | none
fold_marks: true # L-shaped corner marks on cards
revision_block: true # technical drawing footer block
line_weight: "normal" # light | normal | heavyjekyll-blueprint-theme/
├── _config.yml
├── _layouts/
│ ├── default.html ← grid + nav + revision-block footer
│ ├── home.html ← featured spec card + grid
│ ├── post.html ← TOC scrollspy + post body
│ └── page.html
├── _sass/
│ ├── _variables.scss
│ ├── _base.scss
│ ├── _layout.scss ← grid, fold marks, nav, footer
│ └── _components.scss
├── assets/
│ ├── css/main.scss
│ └── js/blueprint.js
└── _posts/
MIT © csswitch
Made with 💙 by csswitch — distinctive Jekyll themes for developers.