Meditations on Knowledge and Knowing — the front gate (대문) of the junghanacs universe. Curated, bilingual, publishing-grade. The raw digital garden lives next door at
junghan0611/garden→ notes.junghanacs.com.
🔗 Live: https://www.junghanacs.com
| Layer | Choice |
|---|---|
| SSG | Hugo 0.156.0 (extended) |
| Theme | hextra v0.12.3 (Hugo module) |
| Languages | bilingual — en (default) / ko, in-tree i18n |
| Comments | remark42 (self-hosted) |
| Analytics | Umami (self-hosted) |
| Host | Netlify → www.junghanacs.com |
hugo mod get -u # update theme module
hugo server -D # http://localhost:1313 (-D = include drafts)
hugo --gc --minify # production build → ./publicHugo is pinned to 0.156.0 in netlify.toml (matches hextra's recommended version).
The local Nix-provided Hugo may differ; hextra theme.toml min_version is 0.146.0.
content/ about · blog · cv · docs · meta · projects · talks (en + .ko in-tree)
hugo.yaml site config (baseURL, languages, modules, menus)
netlify.toml build command + HUGO_VERSION / NODE_VERSION
go.mod / go.sum hextra module pin
| File | Role |
|---|---|
AGENTS.md |
durable baseline — what this repo is, stack facts, invariants |
NEXT.md |
disposable session handoff — next concrete move |
ROADMAP.md |
future direction (manual) |
CHANGELOG.md |
past — what closed, CalVer snapshots |
Pushes to main on junghan0611/homepage
trigger a Netlify build that serves www.junghanacs.com. No GitHub Actions — deploy is
Netlify-only.
This repo was migrated from
junghanacs/junghanacs.github.io
→ junghan0611/homepage. The move consolidates development and deployment repos under
the junghan0611 account for consistency. The old repo is being set to ARCHIVE and
is no longer the source of truth — all source, edit, and deploy links now point here.