A warm, minimal Hugo static site for introducing Chữ Nôm. It includes content pages, curated resources, client-side search, community links, a 404 page, and a GitHub Pages deployment workflow.
Install Hugo Extended, then run:
hugo serverThe site will usually be available at http://localhost:1313/.
To test a production build:
hugo --minify- Push this repository to GitHub.
- In the repository settings, open Pages.
- Set Build and deployment to GitHub Actions.
- Push to the
mainbranch or run the workflow manually from the Actions tab.
The workflow file is .github/workflows/hugo.yml.