main
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
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:
baseURL: https://example.org/with your real domain.params.headless_cms.backend.repo: REPLACE_WITH_GITEA_OWNER/REPLACE_WITH_GITEA_REPOwith your Gitea repo.params.headless_cms.backend.base_urlandapi_rootwith your Gitea/Forgejo instance URLs.
Notes
- The project uses Hugo Modules (
go.mod/go.sumalready initialized). - A local RSS template override is included for compatibility with current Hugo releases.
Description
Languages
Markdown
100%