Set up Hugo

Set up the Hugo static site generator with a new custom theme,
generating exactly what we have right now.
This commit is contained in:
2022-05-26 18:10:44 +02:00
parent e77a7184d3
commit 5a05ef1d98
27 changed files with 225 additions and 6 deletions

View File

@@ -1,6 +1,10 @@
# kosmos.org
This website (or rather foundation for a future website) is just a simple
static site. There are no dependencies to install or build tools to run.
This website (or rather foundation for a future website) is a simple static
site. It is built using the [Hugo](https://gohugo.io/) static site generator.
Just edit and submit a PR.
## Getting started
1. Clone this Git repository
2. [Install Hugo](https://gohugo.io/getting-started/installing/)
3. Run `hugo server`