Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Jekyll-Mono is a minimal Jekyll theme for GitHub Pages that combines a blog, about page, and projects portfolio into a free, customizable static site.
Jekyll-Mono is a free, MIT-licensed Jekyll theme for GitHub Pages that lets you publish a personal blog, an about/CV page, and a projects portfolio from Markdown files with no server-side database.
Jekyll-Mono is a static-site theme built on Jekyll, the Ruby-based static site generator. It takes your content written in Markdown, runs it through Jekyll's template system, and outputs a fully static website that can be hosted for free on GitHub Pages. The theme was created by Akshay Agarwal and is based on Barry Clark's Jekyll-Now, with a minimalist "mono" color scheme. It includes a home page, a blog post layout, and separate About and Projects pages that work as an online CV. The repository on GitHub has around 137 stars.
jekyll serve at http://127.0.0.1:4000/ and preview changes before committing.The setup flow is fork → rename → edit config → publish. Fork the repository to your GitHub account, rename it to yourusername.github.io, then customize _config.yml (site name, description, analytics, comments) and _variables.scss (colors, avatar). For local development on Windows, install Chocolatey, Ruby, and the github-pages gem, clone your fork, and run jekyll serve; the site regenerates on file changes, though changes to _config.yml require a rebuild with jekyll build.
Jekyll-Mono is free and open source under the MIT license. Because it deploys to GitHub Pages, the hosting and domain (yourusername.github.io) are also free.
Yes. The theme is licensed under MIT, meaning you can use, modify, and redistribute it without cost. Hosting on GitHub Pages is also free for public repositories.
You need a GitHub account and, if you want to preview locally, Ruby, Jekyll, and the github-pages gem. For Windows, the README provides steps using Chocolatey to install Ruby and the gem.
Add a file in the _posts folder named with the pattern year-month-day-title.md (e.g., 2016-03-06-Eternal-Lorem-Ipsum.md). Include front matter at the top with layout, title, and author. Commit the file and GitHub Pages will rebuild the site automatically.
Yes. Open _sass/_variables.scss and replace the hex value of the $mono variable with a color of your choice. You can also adjust separate variables for header links, navbar hover, hyperlinks, and heading colors.
Yes. Google Analytics tracking and Disqus commenting can be enabled by filling in the corresponding fields in _config.yml. Social icons are also configurable there.
