bloggy is a deliberately lightweight static blog generator written in C.
It is designed for people who want a personal blog with a simple file-based workflow instead of a large publishing system with lots of moving parts. The project uses a small configuration file along with separate directories for pages, posts, and assets, then generates static HTML files for the finished site.
This is free and open source software.
Key Features
- Uses a
bloggy.conffile to define site details such as the title, subtitle, author, URL, social links, Fediverse creator metadata, and which standalone pages should be included. - Reads blog posts from date-named
.postfiles and standalone pages from.pagefiles, with support for optional titles and raw HTML content. - Generates a homepage, individual post pages, and standalone pages in a
web/output directory. - Sorts posts by timestamp so newer entries are shown first on the homepage.
- Supports hidden pages that are generated but omitted from the main site menu.
- Copies files from the
assets/directory into the generated site. - Adds Open Graph metadata, social profile links, C and C++ syntax highlighting via highlight.js, and previous/next navigation links on post pages.
Website: github.com/hogsy/bloggy
Support:
Developer: Mark E. Sowden
License: MIT License
bloggy is written in C. Learn C with our recommended free books and free tutorials.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

