No description
archetypes | ||
assets | ||
content | ||
data | ||
i18n | ||
static | ||
themes | ||
.gitignore | ||
.gitmodules | ||
hugo.toml | ||
package.hugo.json | ||
package.json | ||
pnpm-lock.yaml | ||
README.md |
CCCSBG - Website
This is repository for the cccsbg.at Site.
Build
Submodules
The Theme is included as Submodule so you have to init the submodule and download it.
git submodule init
git submodule update --remote --merge
Nodejs
We also need install the dependencies for TailwindCSS. Make sure you have pnpm installed.
pnpm i
cd themes/cccsbg-hugo-theme
pnpm i
cd ../../
Hugo
If you don't have a new enough (minimum is v0.127.0) with go install github.com/gohugoio/hugo@latest
hugo build
After this step, there should be files in the public folder.