Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Jekyll theme for blogs with clean layout, GitHub Pages support, and simple config-based customization.
Scribble is a minimal Jekyll theme for blogs, designed to produce a clean, typography-focused static site that can be hosted on GitHub Pages.
Scribble is a Jekyll theme created by muan (reachable on Twitter as @muanchiou) that turns a standard Jekyll blog into a clean, minimal reading experience. It takes Markdown posts and site configuration from _config.yml as input and outputs a static HTML site with no database or backend. The theme is open source on GitHub and a live demo is available at scribble.muan.co.
bundle install, and serving with bundle exec jekyll serve -w; the site appears at localhost:4000._config.yml, which you edit and then rerun jekyll serve -w to apply changes.about.md file controls the blog introduction shown to visitors._posts folder, and have them render as a readable blog on GitHub Pages.After forking and cloning the repository, run bundle install to set up dependencies. Then start the local development server with bundle exec jekyll serve -w, which will serve the site at localhost:4000 and watch for changes. Content is written in Markdown and stored in the _posts directory, and global settings are edited in _config.yml.
Yes, Scribble is an open source Jekyll theme hosted on GitHub. You can fork the repository and use it for personal or commercial projects without paying a fee.
The theme's README links to GitHub's official guide at https://help.github.com/articles/setting-up-a-custom-domain-with-pages. Follow that guide to configure a custom domain for your GitHub Pages site.
You need Ruby and Jekyll installed on your machine. The repository includes a Gemfile, so you can run bundle install to install dependencies and then bundle exec jekyll serve -w to start a local server.
Scribble was made by muan, who can be contacted on Twitter at @muanchiou. If you encounter problems, the README suggests opening a GitHub Issue on the repository.
