No description
Find a file
2025-05-02 18:26:13 +02:00
archetypes first commit 2024-06-16 16:31:30 +02:00
assets Added content 2025-01-10 18:17:33 +01:00
content Build Works and layout is correct 2025-03-29 16:01:54 +01:00
data Added content 2025-01-10 18:17:33 +01:00
i18n Added content 2025-01-10 18:17:33 +01:00
static Added content 2025-01-10 18:17:33 +01:00
themes add readme 2025-04-06 21:02:18 +02:00
.gitignore I think it twerks now. 2025-03-28 22:16:43 +01:00
.gitmodules I think it twerks now. 2025-03-28 22:16:43 +01:00
hugo.toml Fixed the business logik 2025-05-02 18:26:13 +02:00
package.hugo.json I think it twerks now. 2025-03-28 22:16:43 +01:00
package.json reworked postcss config and build chain 2025-04-06 20:08:02 +02:00
pnpm-lock.yaml reworked postcss config and build chain 2025-04-06 20:08:02 +02:00
README.md add readme 2025-04-06 21:02:18 +02:00

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.