forked from binokochumolvarghese/lightbi-hugo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.toml
54 lines (51 loc) · 1.16 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
46
47
48
49
50
51
52
53
54
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Lightbi"
license = "MIT"
licenselink = "https://github.com/binokochumolvarghese/lightbi-hugo/blob/master/LICENSE"
description = "A minimal and clean blog theme for Hugo."
homepage = "https://github.com/binokochumolvarghese/lightbi-hugo"
demosite = "https://lightbi-hugo-theme.netlify.app/"
tags = [
"blog",
"bootstrap",
"bootstrap icons",
"company",
"dark",
"dark mode",
"light",
"minimal",
"multilingual",
"portfolio",
"responsive",
"personal"
]
features = [
"blog",
"newsletter",
"notes",
"minimal",
"cover image",
"responsive",
"seo",
"google analytics",
"bootstrap",
"syntax highlighting",
"multilingual",
"dark-mode",
"menu location indicator",
"theme toggle",
"share icons",
"social icons",
"favicon",
"bootstrap icons"
]
min_version = "0.41.0"
[author]
name = "Bino Kochumol Varghese"
homepage = "https://binovarghese.com/"
# If porting an existing theme
[original]
name = "halogenica"
homepage = "http://halogenica.net"
repo = "https://github.com/halogenica/Hugo-BeautifulHugo/"