CoSin website source code
Find a file
2021-08-19 17:35:43 +02:00
assets/sass Modernise Hugo structure and get rid of custom theme 2021-08-19 17:35:43 +02:00
content Modernise Hugo structure and get rid of custom theme 2021-08-19 17:35:43 +02:00
data Update for 2020 and 2021 2021-08-18 18:11:23 +02:00
i18n Add cfp deadline to website 2018-05-29 01:45:46 +02:00
layouts Modernise Hugo structure and get rid of custom theme 2021-08-19 17:35:43 +02:00
static Modernise Hugo structure and get rid of custom theme 2021-08-19 17:35:43 +02:00
.gitignore Extend gitignore 2018-04-29 22:07:17 +02:00
config.toml Modernise Hugo structure and get rid of custom theme 2021-08-19 17:35:43 +02:00
Makefile Move schedules to own independent subdomain 2021-01-02 21:29:21 +01: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.