Thinkings.org is a Jekyll blog theme that ships as the actual source code of the personal blog at www.thinkings.org, giving you a ready-to-run static blog you can clone, customize, and deploy through a Git/GitHub workflow.
What is Thinkings.org?
Thinkings.org is a blog theme written for Jekyll, the Ruby-based static site generator. It takes Markdown post files as input and produces a generated static HTML blog. The theme is the direct source code used on the author's own blog, and it was listed in the jekyll-themes.com directory starting February 26, 2017. The repository metadata describes it as a blog theme with topics including blog-theme, jekyll, jekyll-blog, and jekyll-theme.
Key Features
- Jekyll-based static site — Thinkings.org runs on Jekyll, so all content is written in Markdown and rendered into static HTML files suitable for any static host.
- Git and GitHub workflow — The author published a build guide titled "Git-Github-Markdown-Jekyll-build-blog" that explains how to use this source code with Git and GitHub for version-controlled blogging.
- Free to clone — The repository is explicitly offered for anyone to clone freely; the only request is that you credit the original source if you use it.
- Listed on jekyll-themes.com — The theme is featured in the Jekyll themes directory, making it discoverable for people searching for Jekyll blog templates.
- Documented secondary development — The author's own blog post walks through the process of building a blog from this code, giving you a starting point for modifying layouts, styles, and configuration.
Who is it for?
- Jekyll beginners — can clone this repository to see a complete, working Jekyll blog and follow the author's tutorial to understand how posts, layouts, and configuration fit together.
- Bloggers who want a simple static site — can use Thinkings.org as a foundation for a personal blog hosted on GitHub Pages or another static host, with Markdown as the only content format needed.
- Aspiring theme developers — can study the source to learn how a Jekyll blog theme is organized, since it is the real, unmodified code running a live blog.
What can you do with Thinkings.org?
- Personal bloggers: clone the repository, write new posts in Markdown, and run Jekyll to generate a static blog that you can publish anywhere.
- Students of Jekyll: explore the theme's file structure and the accompanying build guide to learn how Git, GitHub, Markdown, and Jekyll work together in a concrete example.
- Static site enthusiasts: fork the project and modify the layouts, styles, and configuration to create a custom blog without starting from zero.
How does Thinkings.org work?
The theme works like a standard Jekyll blog: you clone the repository, add Markdown files under the posts directory, and run Jekyll to compile the site into static HTML. The author's build post at thinkings.org describes the full workflow, including using Git for version control and GitHub for hosting the generated site.





