CoSin website source code
Find a file
2025-04-23 21:38:33 +02:00
.forgejo/workflows fix: s/main/master/ 2024-04-07 01:22:10 +02:00
assets Add icon for CoSin 2025 2025-04-15 00:46:25 +02:00
content shortcode fixes 2025-04-23 20:20:14 +02:00
data Update fee for cosin 2025 2025-04-23 21:38:33 +02:00
i18n Remove unused i18n strings 2025-04-14 23:14:35 +02:00
layouts Add CoC link to sidebar 2025-04-17 01:44:30 +02:00
static More photos 2024-08-12 23:30:20 +02:00
.gitignore Update gitignore to ignore some files of modern hugo 2021-11-08 06:08:53 +01:00
config.toml Add Openstreetmap frame 2024-05-13 22:59:35 +02:00
Makefile feat: add auto deployment via forgejo actions 2024-04-07 01:01:52 +02:00
readme.md feat: add auto deployment via forgejo actions 2024-04-07 01:01:52 +02:00

CoSin Website

The CoSin website is built with the Hugo static site generator.

Development

Generate the page and run the development server locally with:

make server

from the top-level directory. The website is then served at:

http://localhost:1313/

and auto-reloads on content changes.

Deployment

The master branch is deployed to https://cosin.ch automatically via Forgejo Actions.