forked from zetxek/adritian-free-hugo-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.toml
28 lines (21 loc) · 925 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
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Adritian-Free-Hugo-Theme"
license = "MIT"
licenselink = "https://github.com/zetxek/adritian-free-hugo-theme/blob/main/LICENSE"
description = "Minimalistic and clean theme for Hugo, great for Single Page personal websites. Can be easily extended to custom content types and has a simple blog."
homepage = "https://github.com/zetxek/adritian-free-hugo-theme"
demosite = "https://zetxek.github.io/adritian-demo/"
tags = ["responsive", "clean", "light", "personal", "bootstrap", "blog", "portfolio"]
features = [
"widgets"
]
min_version = "0.123.0"
[author]
name = "Adrián Moreno Peña"
homepage = "https://www.adrianmoreno.info"
# If porting an existing theme
[original]
author = "Raditian"
homepage = "https://www.radity.com"
repo = "https://github.com/radity/raditian-free-hugo-theme"