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

794 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_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.