forked from qqpann/hugo-primer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.toml
22 lines (19 loc) · 844 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
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Hugo-Primer"
license = "MIT"
licenselink = "https://github.com/qqhann/hugo-primer/blob/master/LICENSE.md"
description = "A simple and beautiful Hugo theme based on GitHub's Primer CSS"
homepage = "https://github.com/qqhann/hugo-primer"
tags = ["blog", "simple", "minimal", "clean", "personal", "syntax highlighting", "white", "light", "simple page", "technical"]
features = ["blog", "toc", "code pen", "syntax highlighting", "math", "math inline", "tags", "categories", "social", "share", "share button", "social share"]
# Hugo version
min_version = 0.40
[author]
name = "Qiushi Pan"
homepage = "https://qqhann.dev"
# If porting an existing theme
[original]
name = ""
homepage = ""
repo = ""