Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Jekyll theme with a clrs.cc-inspired palette and Muli, OpenSans, Hack, and FontAwesome fonts.

A Jekyll HTML theme in the style of Medium.com built using Google AMP

Free Next.js and Tailwind CSS blog and portfolio template with light/dark modes, search filter, and 5+ pre-built pages.

Deprecated source for mademistakes.com. Previously built with Jekyll, Gulp, and Netlify.

A GitHub-hosted starter template for building blog sites with Jekyll, the static site generator.
N is a minimal, open-source Jekyll theme for building static blogs and websites, created by nobe4 and published on GitHub. It takes Markdown posts and pages as input and outputs a static site via Jekyll, with configuration handled through a single _config.yml file.
N is a minimal Jekyll theme that turns Markdown posts and pages into a static website. It takes content written in Jekyll's standard _posts directory and custom pages placed in _pages (with a permalink variable in the front matter), plus images stored under assets/images, and produces a static site when run through Jekyll. The theme is developed by nobe4, is hosted on GitHub, and is described in its repository with the shorthand "mnml thm fr Jkll" (minimal theme for Jekyll). It currently has 3 stars.
_config.yml; editing that single file is the only required setup step._posts using Jekyll's required filename format (e.g., YYYY-MM-DD-title.md)._pages; the only requirement is including a permalink variable in the front matter.assets/images, and you are free to structure that folder however you like._posts and organize them with Jekyll's standard naming convention._pages with permalinks, such as an about page or documentation page.N follows Jekyll's standard structure. First, set your site variables in _config.yml. Then write posts in _posts using Jekyll's filename format, add pages to _pages with a permalink variable, and place images in assets/images. Run jekyll build (or serve) to generate the static site.
N is free and open source. The GitHub repository includes a LICENSE file, and there are no paid tiers or premium features mentioned.
Yes, N is open source and hosted on GitHub under a license file. There are no fees or paid plans.
N is a minimal Jekyll theme that builds a static website from Markdown posts and pages. You configure it via _config.yml, write content, and run Jekyll to generate the site.
Put a Markdown file in the _pages directory and include a permalink variable in its front matter. The theme will generate the page at that permalink when you build the site.
N loads the Google Fonts Muli and OpenSans, the Hack monospace font, and FontAwesome icons.
There is no mention of required plugins on the project page; it relies on standard Jekyll features.