CoSin website source code
Find a file
Raoul 950209c520
Add some manual header IDs
Reason: reproducible builds
2018-04-30 04:45:28 +02:00
content Add some manual header IDs 2018-04-30 04:45:28 +02:00
data fix: use irc over TLS 2018-04-29 23:07:27 +02:00
i18n refactor: add separate months for begin and end dates 2018-04-29 22:53:00 +02:00
layouts/shortcodes refactor: add separate shortcode for i18n 2018-04-29 22:21:54 +02:00
static Build gallery from data 2018-04-24 03:54:28 +02:00
themes/cosin-theme More template cleanup 2018-04-30 04:01:47 +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 chore: enable i18n warnings 2018-04-29 22:53:53 +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.