Files
hugo-site/README.md
T
2026-04-26 23:37:45 -07:00

901 B

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:

  1. baseURL: https://example.org/ with your real domain.
  2. params.headless_cms.backend.repo: REPLACE_WITH_GITEA_OWNER/REPLACE_WITH_GITEA_REPO with your Gitea repo.
  3. params.headless_cms.backend.base_url and api_root with your Gitea/Forgejo instance URLs.

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.