2018-04-24 03:59:48 +02:00
|
|
|
CoSin Website
|
|
|
|
=============
|
|
|
|
|
|
|
|
The CoSin website is built with the [Hugo](https://gohugo.io/)
|
|
|
|
static site generator.
|
|
|
|
|
|
|
|
|
|
|
|
Development
|
|
|
|
-----------
|
|
|
|
|
|
|
|
Generate the page and run the development server locally with:
|
|
|
|
|
2018-04-30 04:03:22 +02:00
|
|
|
make server
|
2018-04-24 03:59:48 +02:00
|
|
|
|
|
|
|
from the top-level directory. The website is then served at:
|
|
|
|
|
|
|
|
http://localhost:1313/
|
|
|
|
|
|
|
|
and auto-reloads on content changes.
|
2018-04-29 18:24:23 +02:00
|
|
|
|
|
|
|
|
|
|
|
Deployment
|
|
|
|
----------
|
|
|
|
|
2024-04-07 01:01:52 +02:00
|
|
|
The `master` branch is deployed to https://cosin.ch automatically via
|
|
|
|
Forgejo Actions.
|