Onze · A minimal Eleventy blog template

Getting Started with Onze

Welcome 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

  1. Clone this repository
  2. Run npm install
  3. Run npm run dev to start the development server
  4. Edit _data/site.json to 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


This is a sample post. Feel free to delete it and start writing your own content.