CoSin website source code
content | ||
data | ||
i18n | ||
layouts/shortcodes | ||
static | ||
themes/cosin-theme | ||
config.toml | ||
Makefile | ||
readme.md |
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.