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

@@ -0,0 +1,21 @@
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Kosmos 22"
license = "MIT"
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
description = ""
homepage = "http://example.com/"
tags = []
features = []
min_version = "0.41.0"
[author]
name = ""
homepage = ""
# If porting an existing theme
[original]
name = ""
homepage = ""
repo = ""