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

theme.toml - gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 68340077aade3f274d3213a2189a470c7dfa5e5e (plain)
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
37
38
39
40
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example

name = "Huginn"
license = "GPL3"
licenselink = "https://gitlab.com/VincentTam/huginn/blob/master/LICENSE.md"
description = "A simple Hugo + Staticman blog theme"
homepage = "https://gitlab.com/VincentTam/huginn"
tags = [
  "responsive",
  "simple",
  "blog",
  "staticman",
  "isso"
]
features = [
  "Mobile-optimized",
  "Pagination",
  "Lightbox",
  "Gallery",
  "Code highlight",
  "Hashover comments",
  "Staticman",
  "Isso",
  "Related Posts",
  "Block Templates",
  "Table of Contents",
  "Custom Shortcodes"
]
min_version = "0.55"

[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"