forked from drowl87/hextra_mirror
fix: remove extra space for rendered link
chore: update theme info chore: use dataset chore: support editURL config option * add toc and search config option chore: update head template
This commit is contained in:
23
theme.toml
23
theme.toml
@ -3,19 +3,14 @@
|
||||
|
||||
name = "Hextra"
|
||||
license = "MIT"
|
||||
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
|
||||
description = ""
|
||||
homepage = "http://example.com/"
|
||||
tags = []
|
||||
features = []
|
||||
min_version = "0.115.3"
|
||||
licenselink = "https://github.com/imfing/hextra/blob/main/LICENSE"
|
||||
description = "Modern, versatile theme for building beautiful websites with Hugo"
|
||||
homepage = "https://github.com/imfing/hextra/"
|
||||
demosite = ""
|
||||
tags = ["Modern", "Elegant", "Blog", "Documentation"]
|
||||
features = ["Responsive", "Dark Mode", "Search", "Syntax Highlighting", "Multilingual"]
|
||||
min_version = "0.111.0"
|
||||
|
||||
[author]
|
||||
name = ""
|
||||
homepage = ""
|
||||
|
||||
# If porting an existing theme
|
||||
[original]
|
||||
name = ""
|
||||
homepage = ""
|
||||
repo = ""
|
||||
name = "Xin"
|
||||
homepage = "https://imfing.com"
|
||||
|
Reference in New Issue
Block a user