Hugo website templates
- HTML 77.1%
- SCSS 22.9%
| assets/scss | ||
| layouts | ||
| .gitignore | ||
| config.json | ||
| go.mod | ||
| LICENSE | ||
| README.md | ||
these are the configuration and layoutfiles for the https://budrich.github.io website.
git clone git@github.com:budRich/budrich.github.io.git public
the public directory is ignored in .gitignore
Actual markdown content is pulled in as go/hugo modules
from github.com/budRich/budlabs-hugo-private (a private repo).