Personal site built with Hugo and the PaperMod theme.
Site URL: https://ismantic.github.io/
Requirements:
- Hugo extended
- Git submodules
Run locally:
git submodule update --init --recursive
hugo serverDefault local preview:
content/posts/: blog poststhemes/PaperMod/: theme submodule.github/workflows/hugo.yml: GitHub Pages deployment workflowpublic/: generated site output
This repository is deployed through GitHub Pages with GitHub Actions as the source.
On each push to main, the workflow:
hugo --minifybuilds the site and publishes the public/ directory to GitHub Pages.