Website of Teckids e.V.
  • HTML 53%
  • SCSS 46.1%
  • Dockerfile 0.7%
  • CSS 0.2%
Find a file
Dominik George aa74fb5e31
Some checks failed
/ container (push) Successful in 4m8s
/ check (push) Failing after 2m42s
Mark HnS fully booked
2026-07-15 21:07:11 +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 Remove dead photo 2026-06-25 10:24:32 +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 Mark HnS fully booked 2026-07-15 21:07:11 +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 Lock file maintenance 2026-06-29 00:03:50 +00: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