CoSin website source code
Find a file
2019-12-16 19:53:23 +01:00
content Publish CoSin 2020 date 2019-10-14 01:38:57 +02:00
data Make flyer 2020 available 2019-12-16 19:53:23 +01:00
i18n Add cfp deadline to website 2018-05-29 01:45:46 +02:00
layouts/shortcodes fix ordinal numbers for english dates 2018-04-30 23:46:03 +02:00
static Make flyer 2020 available 2019-12-16 19:53:23 +01:00
themes/cosin-theme Meta tags for cosin main page redirect page (hugo alias template) 2019-09-20 23:45:10 +02:00
.gitignore Extend gitignore 2018-04-29 22:07:17 +02:00
config.toml Sidebar cleanup 2018-04-29 18:03:46 +02:00
Makefile Improved Makefile 2019-04-13 18:58:56 +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.