CoSin website source code
Find a file
2023-04-30 02:31:50 +02:00
assets/sass Justify text and break lines 2021-08-23 21:53:09 +02:00
content Fix cfp text 2023-04-30 02:31:50 +02:00
data Adapt pretalx urls 2023 2023-04-29 02:09:36 +02:00
i18n Add cfp deadline to website 2018-05-29 01:45:46 +02:00
layouts Switch to Pretalx 2023-04-26 21:12:57 +02:00
static Modernise Hugo structure and get rid of custom theme 2021-08-19 17:35:43 +02:00
.gitignore Update gitignore to ignore some files of modern hugo 2021-11-08 06:08:53 +01:00
config.toml Config tweak 2021-08-28 18:05:19 +02:00
Makefile Adapt to Hugo CLI changes 2022-04-01 14:17:04 +02:00
readme.md Add make server to readme 2018-04-30 04:03:22 +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

Given the necessary ssh login credentials, just run:

make upload

to upload the static website to our webserver via rsync over ssh.