Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple journal/photo log website built on top of Eleventy (11ty).

A fast, responsive, feature-rich Hugo theme for personal blogs and documentation sites, built with Hugo and Bootstrap 5.

A GitHub-hosted starter project for building a static blog with the Eleventy (11ty) static site generator.

Static blog theme for Astro 6 featuring GFM, MathML math, Shiki code blocks, archive, tags, RSS/Atom, light/dark theme, and i18n.
Simple Journal is an open-source Eleventy (11ty) starter template for a minimalist journal and photo log website that accepts one Markdown entry per day.
Simple Journal is a static site template built by developer chrisssycollins, based on the Blazin'/11ty boilerplate. It takes Markdown files with YAML front matter as input and generates a deployable static website, with an optional accompanying photo folder for each entry. The site is preconfigured for Netlify via a one-click deploy button and a demo is available.
Create a Markdown file in the ./src/entries folder, with a filename that includes the date (for example, 2021-02-25.md). Add YAML front matter with a required name and date, plus optional boolean fields. Drop any photos into a matching folder at ./src/assets/images/entries/YYYY-MM-DD, and the build process handles the rest.
No. The template explicitly limits you to one entry per day. Each entry is a single page file, and the structure is designed for a daily log, not multiple posts per date.
The name field (a title for the entry) and date field (in YYYY-MM-DD format) are required. Optional boolean fields include summited, munro, camping, and dug.
Images are stored in ./src/assets/images/entries/. Create a subfolder matching the date of the entry (e.g., 2021-02-25) and place your images there. The Lepto JS tooling resizes and optimizes them during the build.
The repository is open source and can be used freely. The one-click Netlify deployment links to your own Netlify account, where standard Netlify hosting terms apply.
Yes. The default templating is Liquid, but the project notes that it can be changed if you prefer another template language supported by Eleventy.
