30 lines
794 B
Markdown
30 lines
794 B
Markdown
# 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.
|