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

theme.toml - gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d6f7b164096c2417df2034c20597bab6b5f8cae4 (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
41
42
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example

name = "Color Your World"
license = "MIT"
licenselink = "https://gitlab.com/rmaguiar/hugo-theme-color-your-world/blob/master/LICENSE"
description = "A minimalist theme for personal blogs with a colored twist."

# The home page of the theme, where the source can be found.
homepage = "https://gitlab.com/rmaguiar/hugo-theme-color-your-world"

# If you have a running demo of the theme.
demosite = "https://color-your-world-demo.netlify.app"

tags = [
  "accessible",
  "blog",
  "contact form",
  "dark",
  "fast",
  "highlighting",
  "light",
  "minimalist",
  "modern",
  "multilingual",
  "personal",
  "responsive",
  "search",
  "technical"
]

features = [
  "dark mode",
  "noscript",
  "privacy",
  "syntax highlighting"
]

# If the theme has a single author
[author]
  name = "rmaguiar"
  homepage = "https://rmaguiar.keybase.pub"