Old_bloggy_blog is a personal Jekyll blog built on the So Simple theme, showcasing a minimal static-site setup for publishing written posts on GitHub.
What is Old_bloggy_blog?
Old_bloggy_blog is a GitHub repository containing an older Jekyll blog that uses the So Simple theme by mmistakes. The repository's description explicitly states it is "My older Jekyll blog, based on the So Simple theme," and the source content confirms the theme link. It runs on Jekyll, a static site generator that compiles source content into plain HTML, which can be hosted on any static host. The repository is public and currently has 24 stars.
Key Features
- Jekyll static generation — The blog is powered by Jekyll, meaning all posts are converted into static HTML files at build time, with no server-side database required.
- So Simple theme — Built on the open-source So Simple theme, which is available on GitHub under the mmistakes account and provides a straightforward layout for blog content.
- Public GitHub repository — The code is openly available on GitHub, so anyone can view the source files and commit history.
- Community visibility — The repository has received 24 stars, indicating some level of interest from other GitHub users.
- Personal blog format — The posts are presented in the standard blog layout common to Jekyll sites, emphasizing chronological written entries.
Who is Old_bloggy_blog for?
- New Jekyll bloggers — Anyone looking for a simple, working example of a Jekyll blog can examine this repository to see how the So Simple theme is wired into a real site.
- Jekyll theme explorers — Developers curious about the So Simple theme can use this repo as a reference for how the theme is integrated, including layout and configuration structure.
- GitHub users interested in old projects — The repository is explicitly described as an older blog, so it also serves as an archive of a past project.
What can you do with Old_bloggy_blog?
- Start a personal blog: Fork the repository and replace the posts with your own Markdown files, then build and deploy with Jekyll.
- Learn Jekyll structure: Browse the directory layout and configuration files to understand how Jekyll organizes posts, layouts, and the So Simple theme.
- Customize the theme: Since the theme is open source, you can modify the So Simple theme files directly in your fork to change the design.





