docs: prepare for hugo showcase

This commit is contained in:
SerKo 2022-05-10 17:24:50 +08:00
parent ec09e06712
commit 379fcc486e
3 changed files with 8 additions and 16 deletions

BIN
images/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

BIN
images/tn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

View File

@ -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 = ""