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:
10
README.md
10
README.md
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user