Getting Started with Onze
August 21, 2026Welcome to Onze, a clean and minimal blog template for Eleventy inspired by the classic Lanyon/Poole theme.
Features
- Sidebar navigation
- Pagination
- Related posts based on tags
- Syntax highlighting (Prism.js)
- Color themes
- Dark mode
- SEO out of the box
- Responsive design
- GitHub Pages deploy workflow included
Quick Start
- Clone this repository
- Run
npm install - Run
npm run devto start the development server - Edit
_data/site.jsonto configure your site
Post ordering
Posts are sorted by date (newest first). If you have multiple posts on the same day, use a full datetime to control the order:
date: 2026-08-21T03:00:00 # appears before
date: 2026-08-21T02:00:00 # appears after
Learn more
- Markdown Examples — See how content renders in this template
- Organizing Posts — Different ways to organize your post files
- Deploy to GitHub Pages — How to set up automatic deploys
- SEO Out of the Box — Built-in SEO features and how to customize them
- Themes and Dark Mode — Color themes and dark mode configuration
- Syntax Highlighting — Code blocks with language highlighting
- Translation — How to translate the template to your language
This is a sample post. Feel free to delete it and start writing your own content.