A lightweight blog system built entirely with Go
-
Language: Go
-
Database: SQLite
-
ORM: GORM
-
Markdown Parser: Blackfriday
-
JavaScript
-
HTML/CSS
-
Markdown Styling: GitHub Markdown CSS
Provides GitHub-style Markdown rendering for consistent and clean formatting. -
Code Syntax Highlighting: highlight.js
Enables syntax highlighting for code blocks, improving readability and developer experience.
- High Performance: Pure Go implementation ensures exceptional performance.
- Simple Configuration: Uses SQLite, requiring minimal setup to get started.
- Markdown Support: Easily write and publish content in Markdown format.
- Extensible: Modular design allows for easy feature expansion.