A minimal, modern Hugo theme optimized for digital gardens and Obsidian-compatible note management.
- Flat URL structure regardless of folder hierarchy
- [x]All notes accessible under configurable base path (default:
/notes/
) - Hover previews for internal links
- Backlinks section after content
- Wiki-style internal linking with [[wikilinks]]
- Graceful handling of broken links
- Modern, minimal design
- Dynamic filter bar with:
- Full-text title search
- Category filter with count indicators
- Growth stage filter with count indicators
- Configurable visibility of each filter component
- Real-time results updating
- Shareable URLs with filter state
- Light/Dark mode support
- System preference detection
- Persistent theme choice
- Responsive design
- Content in
notes/coffee/brewing.md
→ accessible at/notes/brewing
- Flat URL structure achieved through Hugo page bundles and custom taxonomy
- Client-side search
- Combined (AND) filtering logic
- Dynamic URL updates using History API
- Count indicators, configurable.
- Filename conflict resolution
- Transclusion support
- Extended hover preview options
- Advanced backlink features
- Base theme setup and styling
- Content rendering and markdown support
- Wiki-links implementation
- Filter-bar development
- Theme switching
- URL management
- Performance optimization
- Documentation
- Hugo Extended (for SCSS)
- Fuse.js (for search)
- No other external dependencies
- All features configurable through hugo.toml
- No blog-specific features included
- Focus on performance and minimal JavaScript
- Mobile-first approach