⚡ A lightning-fast static blog generator written in C++ that transforms Markdown into elegant HTML websites.
- Blazing Fast - C++ powered compilation (10x faster than JavaScript alternatives)
- Zero Runtime - Pure static HTML output with no JavaScript bloat
- Markdown First - Full CommonMark support + GitHub Flavored Markdown extensions
- Modern Architecture:
- Multi-threaded compilation
- Smart incremental rebuilds
- Theming:
- Default minimalist CSS theme
- Easy customization via templates
- SEO Ready:
- Automatic sitemap.xml generation
- Semantic HTML5 output
- RSS/Atom feed support
- C++17 compatible compiler (GCC 9+, Clang 10+, MSVC 2019+)
- CMake 3.12+
git clone https://github.com/andyccr/ringorigin.git
g++ -std=c++17 main.cpp