forked from zhaohuabing/hugo-theme-cleanwhite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.toml
20 lines (17 loc) · 726 Bytes
/
theme.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# theme.toml template for a Hugo theme
# See https://github.com/spf13/hugoThemes#themetoml for an example
name = "Clean White"
license = "Apache"
licenselink = "https://github.com/zhaohuabing/hugo-theme-cleanwhite/blob/master/LICENSE"
description = "A clean, elegant blog theme for hugo"
homepage = "https://github.com/zhaohuabing/hugo-theme-cleanwhite"
tags = [ "minimal", "responsive", "blog","light", "clean", "search"]
features = ["disqus", "site search", "responsive", "google analytics", "side bar"]
min_version = 0.10
[author]
name = "Huabing Zhao"
homepage = "https://github.com/zhaohuabing"
# If porting an existing theme
[original]
name = "huxblog"
homepage = "https://github.com/Huxpro/huxpro.github.io"