Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Eleventy static-site template for organizing and publishing notes written in Markdown.

A Next.js template for practicing test-driven development with Cypress, Testing Library, and Jest.

Gatsby starter boilerplate for markdown-driven websites (docs, blogs) with responsive sidebar and plugins for images, offline, and SEO.

Gatsby starter for a Not Todo app that connects to a REST API via an environment variable, using React and GraphQL.

A Next.js example for controlling e-commerce UI variants with Vercel Flags, the Flags SDK, and the Flags Explorer.
Starter 11ty Notes is a minimal Eleventy (11ty) static-site template that organizes and publishes notes written in Markdown. It takes Markdown files placed in the src/notes directory, applies the metadata you define for each note, and builds a static site with plain HTML and no server-side processing.
Starter 11ty Notes is an Eleventy-based static site generator tailored for maintaining notes on various concepts. The template requires three environment variables — PAYMENT_POINTER, AUTHOR, and COPYRIGHT — to configure Web Monetization, authorship, and copyright ownership. All content is authored in Markdown inside the src/notes folder, and the output is a fully static website that can be deployed to any static host.
The setup follows a simple workflow: clone the template, set the three required environment variables (PAYMENT_POINTER, AUTHOR, COPYRIGHT), and add Markdown notes in the src/notes folder with the appropriate metadata. Then run the standard Eleventy build process to generate static HTML files ready for deployment.
Starter 11ty Notes requires exactly three environment variables: PAYMENT_POINTER, AUTHOR, and COPYRIGHT. PAYMENT_POINTER supplies a Web Monetization payment pointer, AUTHOR sets the author's username, and COPYRIGHT declares who owns the rights to the notes.
All notes should be placed in the src/notes folder. Each note is a Markdown file that includes the appropriate metadata, such as title, date, and tags, so the template can organize it correctly in the generated site.
The repository metadata does not list any pricing or license details. As a public GitHub repository, you can clone and use the code at no cost, but be sure to check the repository's LICENSE file for the exact terms.
It uses Eleventy (11ty), a lightweight static site generator that processes Markdown and HTML templates into plain static HTML files. This makes the site fast and hostable anywhere.
