-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.toml
45 lines (35 loc) · 1.61 KB
/
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
37
38
39
40
41
42
43
44
45
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Hugo Bear Blog Neo"
license = "MIT"
licenselink = "https://github.com/rokcso/hugo-bearblog-neo/blob/main/LICENSE"
description = "A Hugo theme based on »Bear Blog«. Free, no-nonsense, super-fast blogging. »Bear Blog« now includes a dark color scheme to support dark mode!"
# The home page of the theme, where the source can be found.
homepage = "https://github.com/rokcso/hugo-bearblog-neo"
# If you have a running demo of the theme.
demosite = "https://rokcso.com"
tags = ["blog", "responsive", "minimal", "seo", "clean", "simple", "light", "minimalist", "mobile", "fast", "white", "minimalistic", "reading", "dark mode"]
features = ["favicon", "seo", "no stylesheets", "no javascript", "rss", "dark mode"]
min_version = "v0.110.0"
# https://gohugo.io/content-management/taxonomies#default-taxonomies
# https://gohugo.io/templates/taxonomy-templates/#example-list-tags-in-a-single-page-template
# https://gohugo.io/templates/taxonomy-templates/#example-list-all-site-tags
[author]
name = "Rokcso"
homepage = "https://rokcso.com"
# If porting an existing theme
[original]
name = "ʕ•ᴥ•ʔ Bear Blog"
homepage = "https://bearblog.dev"
repo = "https://github.com/HermanMartinus/bearblog"
# original = [
# {
# name = "ʕ•ᴥ•ʔ Bear Blog",
# homepage = "https://bearblog.dev",
# repo = "https://github.com/HermanMartinus/bearblog"
# }, {
# name = "Hugo Bear Blog",
# homepage = "https://github.com/janraasch/hugo-bearblog",
# repo = "https://github.com/janraasch/hugo-bearblog"
# }
# ]