Website of Teckids e.V.
  • HTML 52.7%
  • SCSS 46.5%
  • Dockerfile 0.5%
  • CSS 0.3%
Find a file
Dominik George 311af35893
Some checks failed
/ container (push) Successful in 2m42s
/ check (push) Failing after 1m17s
Add Sponsoringaufruf
2026-03-04 18:33:58 +01:00
.forgejo/workflows Checout submodules in CI 2025-12-08 16:10:57 +01:00
.reuse Add license 2023-07-24 12:29:01 +02:00
content Add Sponsoringaufruf 2026-03-04 18:33:58 +01:00
deploy/base Set imagePullPolicy 2026-01-14 23:57:11 +01:00
LICENSES Add license 2023-07-24 12:29:01 +02:00
sass add: shadow to navbar 2024-11-14 18:41:34 +01:00
static FInalise Luantier post 2025-08-09 22:08:05 +02:00
templates Add Sponsoringaufruf 2026-03-04 18:33:58 +01:00
.gitignore [WIP] Add GLT blog post 2024-03-13 15:31:39 +01:00
.gitlab-ci.yml Remove deployment for now to test Flux 2025-11-08 17:07:21 +01:00
.gitmodules Add project logos and texts 2023-07-24 17:26:01 +02:00
authors.json Add Justus to authors .json and create campday blogpost 2026-03-03 22:02:36 +01:00
Caddyfile Move Transparenzbericht 2026-01-18 23:19:51 +01:00
config.toml Update rpo URL 2026-01-18 11:17:57 +01:00
Dockerfile Revert "Use older alpine due to https://github.com/getzola/zola/issues/3077" 2026-01-14 12:56:08 +01:00
events.json Publish campdays 2026-01-29 11:41:03 +01:00
LICENSE Add license 2023-07-24 12:29:01 +02:00
package.json yarn upgrade 2024-10-16 22:25:55 +02:00
README.md Add readme 2024-03-09 14:25:58 +01:00
yarn.lock yarn upgrade 2024-10-16 22:25:55 +02:00

Teckids website

How to build

Install yarn and Zola

On Debian

sudo apt install cargo yarnpkg
cargo install zola

On openSUSE Tumbleweed

sudo zypper install yarn zola

Install JavaScript dependencies

yarn install

Build HTML output

zola build

Alternatively, run local development server:

zola serve