docs: prepare for hugo showcase
This commit is contained in:
parent
ec09e06712
commit
379fcc486e
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
24
theme.toml
24
theme.toml
|
@ -1,21 +1,13 @@
|
||||||
# theme.toml template for a Hugo theme
|
|
||||||
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
||||||
|
|
||||||
name = "Holy"
|
name = "Holy"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
|
licenselink = "https://github.com/serkodev/holy/blob/master/LICENSE"
|
||||||
description = ""
|
description = "A simple and clean Hugo theme"
|
||||||
homepage = "http://example.com/"
|
homepage = "https://github.com/serkodev/holy"
|
||||||
tags = []
|
demosite = "https://hugo-holy.pages.dev/"
|
||||||
features = []
|
tags = ["blog", "responsive", "simple", "minimal", "personal", "dark", "dark mode", "contact"]
|
||||||
|
features = ["fast", "blog", "syntax highlighting", "dark mode"]
|
||||||
min_version = "0.41.0"
|
min_version = "0.41.0"
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = ""
|
name = "SerKo"
|
||||||
homepage = ""
|
homepage = "https://serko.dev"
|
||||||
|
|
||||||
# If porting an existing theme
|
|
||||||
[original]
|
|
||||||
name = ""
|
|
||||||
homepage = ""
|
|
||||||
repo = ""
|
|
||||||
|
|
Loading…
Reference in New Issue