Sblog is a source controlled personal blog built with Go, Gin, Markdown and Vue.
Posts live in content/posts. (default)
Use filenames in this format:
<preview-name>-MM-DD-YYYY.md
Example:
hello-world-07-13-2026.md
Each post may include YAML front matter:
---
title: Hello World
summary: Your Sblog post.
tags:
- go
- vue
---
# Hello World