Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RingOrigin

⚡ A lightning-fast static blog generator written in C++ that transforms Markdown into elegant HTML websites.

C++17 CMake

✨ Features

  • 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

🚀 Quick Start

Prerequisites

  • C++17 compatible compiler (GCC 9+, Clang 10+, MSVC 2019+)
  • CMake 3.12+

Installation

git clone https://github.com/andyccr/ringorigin.git
g++ -std=c++17 main.cpp  

About

RingOrigin, A Blog system by cpp.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages