Jekyll Theme Upgrade

New Theme: Just the Docs

The site now uses Just the Docs - a modern, responsive documentation theme with advanced features.

Features

Modern Design: Clean, professional appearance 🔍 Built-in Search: Full-text search across all pages 📱 Responsive: Mobile-first design that works on all devices 🎨 Customizable: Light/dark mode support ⚓ Navigation: Automatic heading anchors for easy linking 🔝 Back to Top: Quick navigation on long pages

Theme Configuration

The theme is configured in _config.yml:

# Theme configuration
theme: just-the-docs

# Features
search_enabled: true
heading_anchors: true
color_scheme: light
back_to_top: true

Customization Options

You can customize the theme by editing _config.yml:

Color Schemes

color_scheme: light  # or "dark"
search_enabled: true  # Enable/disable search
nav_sort: case_insensitive  # Sort order for navigation

Documentation

For full theme documentation, see:

Migration Notes

The theme uses custom layouts in _layouts/ which are preserved:

  • default.html - Base layout
  • prompt.html - Prompt pages
  • instruction.html - Instruction pages
  • mode.html - Mode pages
  • thought.html - Thought pages

All existing content continues to work with the new theme.

Building the Site

bundle install
bundle exec jekyll build
bundle exec jekyll serve

Previous Theme

The site previously used the minima theme, which is a basic starter theme.