CoSin website source code
Find a file
2018-04-29 18:40:29 +02:00
content Translate photos to en 2018-04-29 18:15:21 +02:00
data Build gallery from data 2018-04-24 03:54:28 +02:00
i18n Better way of i18n dates 2018-04-24 02:06:01 +02:00
layouts/shortcodes Build gallery from data 2018-04-24 03:54:28 +02:00
static Build gallery from data 2018-04-24 03:54:28 +02:00
themes/cosin-theme Sidebar cleanup 2018-04-29 18:03:46 +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 Add a readme file 2018-04-24 03:59:48 +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.