CoSin website source code
Find a file
Ral 053bf5b0a0
All checks were successful
/ test (push) Successful in 26s
/ deploy (push) Successful in 1m19s
Configure CfP via shortcodes and partials
2024-04-30 21:43:32 +02:00
.forgejo/workflows fix: s/main/master/ 2024-04-07 01:22:10 +02:00
assets/sass Justify text and break lines 2021-08-23 21:53:09 +02:00
content Configure CfP via shortcodes and partials 2024-04-30 21:43:32 +02:00
data Configure CoSIn 2024 2024-01-04 00:32:52 +01:00
i18n Complete list of week days 2023-04-30 21:09:08 +02:00
layouts Configure CfP via shortcodes and partials 2024-04-30 21:43:32 +02:00
static Photos CoSin 2023 2023-07-04 01:54:29 +02:00
.gitignore Update gitignore to ignore some files of modern hugo 2021-11-08 06:08:53 +01:00
config.toml fix: set baseurl to cosin.ch 2024-04-07 01:36:57 +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.