Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A starter site for Jekyll + Prose
Starter is a barebones Jekyll site template that integrates with Prose, a web-based content editor, to give you a minimal responsive site with the ability to manage pages from a browser.
Starter is a minimal starting point for building responsive websites with Jekyll, the static site generator. It is maintained as the "prose/starter" repository on GitHub and is designed to be used with Prose, a content editor for GitHub-hosted sites. The template provides a barebones file structure and layout that you can fork and extend, rather than a complete theme with many components.
The template takes a Jekyll project structure — HTML, Markdown, and Jekyll configuration — as its input, and produces a static website that can be served locally or hosted on GitHub Pages. It does not bundle a CSS framework or JavaScript build step, keeping the base as clean as possible.
jekyll serve --watch and view the site at http://localhost:4000/starter/.jekyll serve --watch from the project root to start a local server.http://localhost:4000/starter/ in your browser to preview the site.Starter is an open-source project hosted on GitHub, so you can fork and use it free of charge. The repository does not specify a license in the provided content, so check the repository for licensing details.
Yes, Jekyll is required to build and serve the site. The project's setup instructions link to the official Jekyll installation documentation.
Prose itself is a content editor that works with GitHub-hosted repositories. Since Starter is designed for this workflow, you'll need a GitHub repository to use Prose effectively.
The project's README directs users to the GitHub issues page (github.com/prose/starter/issues) to report problems or contribute.
