Add a readme file
This commit is contained in:
parent
25c9dc8e9d
commit
9fa077fbb0
1 changed files with 19 additions and 0 deletions
19
readme.md
Normal file
19
readme.md
Normal file
|
@ -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.
|
Loading…
Reference in a new issue