Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A dark, Linux-console-styled Jekyll theme for blogs with Disqus, Google Analytics, and code highlighting.
Clyell is a free, dark-themed Jekyll blog theme inspired by Linux terminal consoles, built on Bootstrap and configured entirely through _config.yml. It turns a standard Jekyll static site into a personal blog with Disqus commenting, Google Analytics, and code syntax highlighting.
Clyell is a Jekyll theme hosted on GitHub at gjuniioor/clyell with 55 stars, designed to give personal blogs and developer sites a dark, console-inspired appearance. It takes a Jekyll project with Markdown posts and a _config.yml file as input and produces a fully static HTML site. The theme is developed by GitHub user gjuniioor and includes Bootstrap for a responsive layout.
disqus field in _config.yml, as shown in the example (disqus: gjuniioor)._config.yml._config.yml with your title, nickname, and Disqus shortname, then writing posts in Markdown.source_code and blog fields to link out to your GitHub and WordPress profiles from every page.Clyell follows the standard Jekyll workflow: clone or fork the repository, edit _config.yml with your site settings (title, baseurl, url, disqus, header information), write content in Markdown, and run jekyll build or jekyll serve to generate the static site. The example config uses Kramdown as the Markdown processor and sets a permalink pattern of /:categories/:title/.
Yes, Clyell is a free Jekyll theme available on GitHub from the repository gjuniioor/clyell.
Yes, like most Jekyll themes, it can be used on GitHub Pages by adding the theme to a Jekyll site and pushing to a repository.
Set the disqus field in _config.yml to your Disqus shortname, and comments will appear on posts. No additional code is needed.
The configuration file sets markdown: kramdown, so Kramdown is the expected Markdown engine.
It is designed for blogs with posts, but the header and layout can be adapted for simple portfolio or project pages.
