-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththeme.toml
36 lines (33 loc) · 914 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
29
30
31
32
33
34
35
36
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Huginn"
license = "GPL3"
licenselink = "https://github.com/Bridouz/hugo-theme-huginn/blob/master/LICENSE.md"
description = "A simple blog theme for Hugo, inspired by [Pneumatic](https://github.com/iKevinY/pneumatic) (A Pelican theme)"
homepage = "https://github.com/Bridouz/hugo-theme-huginn"
tags = [
"responsive",
"simple",
"blog"
]
features = [
"Mobile-optimized",
"Pagination",
"Lightbox",
"Gallery',
"Code highlight",
"Hashover comments",
"Related Posts",
"Block Templates",
"Table of Contents",
"Custom Shortcodes"
]
min_version = "0.27"
[author]
name = "Justin Bridouz"
homepage = "https://www.bloguslibrus.fr"
# If porting an existing theme
[original]
name = "Pneumatic"
homepage = "http://kevinyap.ca/"
repo = "https://github.com/iKevinY/pneumatic"