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"
|
||||
license = "MIT"
|
||||
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
|
||||
description = ""
|
||||
homepage = "http://example.com/"
|
||||
tags = []
|
||||
features = []
|
||||
licenselink = "https://github.com/serkodev/holy/blob/master/LICENSE"
|
||||
description = "A simple and clean Hugo theme"
|
||||
homepage = "https://github.com/serkodev/holy"
|
||||
demosite = "https://hugo-holy.pages.dev/"
|
||||
tags = ["blog", "responsive", "simple", "minimal", "personal", "dark", "dark mode", "contact"]
|
||||
features = ["fast", "blog", "syntax highlighting", "dark mode"]
|
||||
min_version = "0.41.0"
|
||||
|
||||
[author]
|
||||
name = ""
|
||||
homepage = ""
|
||||
|
||||
# If porting an existing theme
|
||||
[original]
|
||||
name = ""
|
||||
homepage = ""
|
||||
repo = ""
|
||||
name = "SerKo"
|
||||
homepage = "https://serko.dev"
|
||||
|
|
Loading…
Reference in New Issue