Skip to content

csswitch/jekyll-blueprint-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blueprint Theme — Technical Drawing Jekyll Theme

License: csswitch Commercial Buy on Gumroad Live Demo

📄 License & Pricing

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.

Buy on Gumroad — $49 →

See LICENSE for full terms.


MIT License Jekyll GitHub Pages

A technical drawing–inspired Jekyll theme with engineering grid backgrounds, fold marks, annotation callouts, TOC scrollspy, and a revision block footer.

Live Demo →


✨ Features

  • 📐 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

🚀 Quick Start

git clone https://github.com/YOUR_USERNAME/YOUR_BLOG.git
cd YOUR_BLOG
bundle install
bundle exec jekyll serve --livereload

⚙️ Configuration

blueprint:
  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 | heavy

📁 Structure

jekyll-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/

📄 License

MIT © csswitch


Made with 💙 by csswitch — distinctive Jekyll themes for developers.

About

Technical drawing–inspired Jekyll theme with engineering grid backgrounds, fold marks, annotation callouts, TOC scrollspy, and revision block footer.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors