CoSin website source code
Find a file
2018-04-29 20:40:50 +02:00
content chore: make i18n variable for location preposition 2018-04-29 20:40:50 +02:00
data chore: make i18n variable for location preposition 2018-04-29 20:40:50 +02:00
i18n chore: make i18n variable for location preposition 2018-04-29 20:40:50 +02:00
layouts/shortcodes FEAT: Update schedule publication mechanics 2018-04-29 20:01:45 +02:00
static Build gallery from data 2018-04-24 03:54:28 +02:00
themes/cosin-theme Merge branch 'master' of git.ccczh.ch:cosin/cosin_website 2018-04-29 20:06:29 +02:00
config.toml Sidebar cleanup 2018-04-29 18:03:46 +02:00
Makefile chore: improve Makefile 2018-04-29 18:40:29 +02:00
readme.md Update readme 2018-04-29 18:24:23 +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:

hugo server -D

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.