diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..cded0b7 --- /dev/null +++ b/readme.md @@ -0,0 +1,19 @@ +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: + + hugo server -D + +from the top-level directory. The website is then served at: + + http://localhost:1313/ + +and auto-reloads on content changes.