26 lines
462 B
Markdown
26 lines
462 B
Markdown
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:
|
|
|
|
make server
|
|
|
|
from the top-level directory. The website is then served at:
|
|
|
|
http://localhost:1313/
|
|
|
|
and auto-reloads on content changes.
|
|
|
|
|
|
Deployment
|
|
----------
|
|
|
|
The `master` branch is deployed to https://cosin.ch automatically via
|
|
Forgejo Actions.
|