repositorypackage
0.0.0-20250119110144-ffb23e9b8ff4
Repository: https://github.com/xarth-mai/ibloggo.git
Documentation: pkg.go.dev
# README
iBlogGo
A lightweight blog system built entirely with Go
Tech Stack
🚀 Backend
-
Language: Go
-
Database: SQLite
-
ORM: GORM
-
Markdown Parser: Blackfriday
🌐 Frontend
-
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.
💡 Features
- 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.