first comm

This commit is contained in:
2026-04-26 23:21:15 -07:00
commit 46d4e27ad4
12 changed files with 254 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# Personal Blog (Hugo + re-Terminal + Sveltia CMS)
This site is preconfigured with:
- Hugo theme: `github.com/mirus-ua/hugo-theme-re-terminal/v2`
- Headless CMS module: `github.com/privatemaker/headless-cms`
- CMS engine: `sveltia`
## Run locally
```bash
cd /home/chasechimeric/Documents/Code/personal-blog
hugo server -D
```
- Blog: `http://localhost:1313/`
- CMS: `http://localhost:1313/admin/`
## Required personalization
Edit `hugo.yaml` and replace:
1. `baseURL: https://example.org/` with your real domain.
2. `params.headless_cms.backend.repo: REPLACE_WITH_OWNER/REPLACE_WITH_REPO` with your GitHub repo.
## Notes
- The project uses Hugo Modules (`go.mod`/`go.sum` already initialized).
- A local RSS template override is included for compatibility with current Hugo releases.