Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Template for a Markdown-based docs site hosted on GH Pages
GH Pages No Jekyll is a starter template for publishing a Markdown-based documentation site on GitHub Pages without Jekyll, Liquid, or any build step — just push Markdown or HTML files and GitHub serves them with its default theme.
GH Pages No Jekyll is a minimal GitHub repository template created by Michael Currin that lets you publish a documentation site directly from Markdown or HTML files hosted on GitHub Pages. It takes your Markdown or HTML content as input and produces a live website served at your GitHub Pages URL, using GitHub's built-in default theme. The template is designed to work with zero configuration: no Jekyll templating, no Liquid syntax, and no build process.
You write Markdown or HTML files, push them to the repository, and GitHub Pages publishes them at the site URL using its default theme. There is no build step or configuration file — the template's design skips Jekyll's processing entirely, so the files are served as-is by GitHub Pages.
No. The entire point of this template is to avoid Jekyll and Liquid. It uses GitHub Pages' default theme with plain Markdown or HTML files, so you never touch Jekyll templating or Liquid syntax.
You need basic familiarity with HTML, Markdown, and CSS. No build tools, package managers, or templating languages are required, which keeps the setup time near zero.
Yes, the template is open source under the MIT license, and GitHub Pages itself is free for public repositories. There are no paid tiers or licensing fees associated with this template.
Click the "Use this template" button on the repository page to generate a new GitHub repository with the same structure, then add your Markdown or HTML pages and push to GitHub Pages.
GitHub Pages applies its default Jekyll-free theme to the site. That gives you a clean, readable layout without requiring custom CSS, though you can add your own CSS if you want to customize it further.
