Website of Teckids e.V.
  • HTML 53%
  • SCSS 46.1%
  • Dockerfile 0.7%
  • CSS 0.2%
Find a file
Tom Teichler 08f84a8245
Some checks failed
/ container (push) Successful in 3m58s
/ check (push) Failing after 2m23s
Transparenzbericht: Jetzt aber wirklich
2026-05-31 21:50:03 +02:00
.forgejo/workflows Update actions/checkout action to v6 2026-04-25 13:01:48 +00:00
.reuse Add license 2023-07-24 12:29:01 +02:00
content Transparenzbericht: Jetzt aber wirklich 2026-05-31 21:50:03 +02:00
deploy/base Fix kustomization 2026-04-06 13:28:04 +02:00
LICENSES Add license 2023-07-24 12:29:01 +02:00
sass Add ITZ logo to Transparenzbericht 2026-05-15 22:51:02 +02:00
static Add ITZ logo to Transparenzbericht 2026-05-15 22:51:02 +02:00
templates Add ITZ logo to Transparenzbericht 2026-05-15 22:51:02 +02:00
.gitignore [WIP] Add GLT blog post 2024-03-13 15:31:39 +01:00
.gitlab-ci.yml Pin dependencies 2026-04-23 09:31:36 +00:00
.gitmodules Add project logos and texts 2023-07-24 17:26:01 +02:00
authors.json Correct my displayname 2026-04-20 16:27:44 +02:00
Caddyfile Update redirect for BBA26 2026-05-04 15:16:21 +02:00
config.toml Add ITZ logo to Transparenzbericht 2026-05-15 22:51:02 +02:00
Dockerfile Pin dependencies 2026-04-23 09:31:36 +00:00
events.json Add Campdays Juni 2026 2026-05-24 17:35:06 +02:00
LICENSE Add license 2023-07-24 12:29:01 +02:00
package.json Pin bulma 2026-05-01 23:34:45 +02:00
README.md Add readme 2024-03-09 14:25:58 +01:00
renovate.json renovate: Disable automerge 2026-04-23 11:35:55 +02:00
yarn.lock Pin bulma 2026-05-01 23:34:45 +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