Welcome to mirror list, hosted at ThFree Co, Russian Federation.

theme.toml - github.com/qqhann/hugo-primer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4e3f2d444dfc722054ee9954ad83f53fe4f8e922 (plain)
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 = ""