File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,13 @@ name = "xterm"
22license = " GPL-3.0"
33licenselink = " https://github.com/manid2/hugo-xterm/blob/main/LICENSE"
44description = " 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+
612tags = [
713 " blog" ,
814 " contact" ,
@@ -13,15 +19,24 @@ tags = [
1319 " portfolio" ,
1420 " responsive"
1521]
22+
1623features = [
1724 " blog" ,
1825 " clean" ,
1926 " minimal" ,
2027 " portfolio"
2128]
29+
2230min_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"
You can’t perform that action at this time.
0 commit comments