From 9fa077fbb0f606dfe9a450cc0799e35427b699a3 Mon Sep 17 00:00:00 2001 From: Raoul Date: Tue, 24 Apr 2018 03:59:48 +0200 Subject: [PATCH] Add a readme file --- readme.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 readme.md 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.