forked from janbaudisch/zola-hallo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.toml
More file actions
34 lines (27 loc) · 821 Bytes
/
theme.toml
File metadata and controls
34 lines (27 loc) · 821 Bytes
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
name = "hallo"
description = "A single-page theme to introduce yourself."
license = "MIT"
homepage = "https://github.com/janbaudisch/zola-hallo"
min_version = "0.4.0"
demo = "https://zola-hallo.janbaudisch.dev"
[extra]
greeting = "Hello!"
iam = "I am"
links = [
{ title = "E-Mail", url = "mailto:mail@example.org", iconset = "fas", icon = "envelope" },
{ title = "GitHub", url = "https://github.com", icon = "github" },
{ title = "Twitter", url = "https://twitter.com", icon = "twitter" }
]
[extra.author]
name = "Hallo"
[extra.theme]
background = "#6FCDBD"
foreground = "#FFF"
hover = "#333"
[author]
name = "Jan Baudisch"
homepage = "https://janbaudisch.dev"
[original]
author = "Emiel Hollander"
homepage = "https://themes.gohugo.io/theme/hallo-hugo/"
repo = "https://github.com/EmielH/hallo-hugo"