-
Notifications
You must be signed in to change notification settings - Fork 1
/
theme.toml
25 lines (21 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
23
24
25
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Hugo Klise"
license = "MIT"
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
description = "A clean and simple theme for hugo based on klisé theme for jekyll"
homepage = "http://github.com/h4r1337/hugo-klise"
tags = ["blog", "minimal", "dark", "light", "responsive"]
features = ["Light and Dark mode", "Customizable using scss", "Responsive", "Mobile first design", "SEO Optimized", "Pagination"]
[author]
name = "h4r1337"
homepage = "https://h4r1337.github.io/"
# If porting an existing theme
[original]
name = "jekyll-klise"
homepage = "https://klise.vercel.app/"
repo = "https://github.com/piharpi/jekyll-klise"
[module]
[module.hugoVersion]
extended = true
min = "0.134.0"