forked from HEIGE-PCloud/DoIt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.toml
39 lines (35 loc) · 837 Bytes
/
theme.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "DoIt"
license = "MIT"
licenselink = "https://github.com/HEIGE-PCloud/DoIt/blob/main/LICENSE"
description = "A Clean, Elegant but Advanced Hugo Theme for Hugo."
homepage = "https://github.com/HEIGE-PCloud/DoIt"
demosite = "https://hugodoit.pages.dev"
tags = [
"blog",
"clean",
"responsive",
"dark",
"theme"
]
features = [
"cover-image",
"favicon",
"multilingual",
"pagination",
"social-menu",
"syntax-highlighting",
"SEO Optimized"
]
[author]
name = "PCloud"
homepage = "https://github.com/HEIGE-PCloud/"
[original]
name = "Dillon"
homepage = "https://dillonzq.com/"
repo = "https://github.com/dillonzq/LoveIt/"
[module]
[module.hugoVersion]
extended = true
min = "0.83.0"