Skip to content

Commit ffd220e

Browse files
committed
improve: Update theme config as per Hugo themes
1 parent d9d7166 commit ffd220e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

theme.toml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@ name = "xterm"
22
license = "GPL-3.0"
33
licenselink = "https://github.com/manid2/hugo-xterm/blob/main/LICENSE"
44
description = "Hugo theme for terminal users."
5-
homepage = "https://manid2.github.io/hugo-xterm/"
5+
6+
# The home page of the theme, where the source can be found.
7+
homepage = "https://github.com/manid2/hugo-xterm/"
8+
9+
# Demo site.
10+
demosite = "https://manid2.github.io/hugo-xterm/"
11+
612
tags = [
713
"blog",
814
"contact",
@@ -13,15 +19,24 @@ tags = [
1319
"portfolio",
1420
"responsive"
1521
]
22+
1623
features = [
1724
"blog",
1825
"clean",
1926
"minimal",
2027
"portfolio"
2128
]
29+
2230
min_version = 0.110
2331

2432
[author]
2533
name = "Mani Kumar"
2634
homepage = "https://manid2.gitlab.io/"
2735
twitter = "https://twitter.com/mani_d2"
36+
37+
# Starter code taken from this theme
38+
[original]
39+
name = "terminal"
40+
author = "panr"
41+
homepage = "https://radoslawkoziel.pl"
42+
repo = "https://github.com/panr/hugo-theme-terminal"

0 commit comments

Comments
 (0)