-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
76 lines (63 loc) · 1.38 KB
/
config.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
baseURL = "https://edouard.schweisguth.fr/"
languageCode = "en-us"
title = "Edouard Schweisguth"
theme = "lyfe"
summarylength = 10
enableEmoji = true
enableRobotsTXT = true
copyright = 'Edznux'
[menu]
[[menu.main]]
name = "Home"
identifier = "home"
weight = 100
url = "/"
[[menu.main]]
name = "Posts"
weight = 200
identifier = "posts"
url = "/posts/"
[[menu.main]]
name = "About"
weight = 300
identifier = "about"
url = "/about/"
[params]
customJs = ["/js/main.js"]
description = "Edouard Schweisguth"
profilePicture = "images/longboardbackpack.resized.jpg"
themeColor = "green"
fullWidthTheme = false
centerTheme = true
[params.twitter]
# set Twitter handles for Twitter cards
# see https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started#card-and-content-attribution
# do not include @
creator = "edznux"
site = ""
[languages]
[languages.en]
languageName = "English"
title = "Ed's blog"
[languages.en.params.logo]
logoText = "Ed's blog"
logoHomeLink = "/"
[[params.socialIcons]]
icon = "fab fa-github"
title = "GitHub"
url = "https://github.com/edznux"
[[params.socialIcons]]
icon = "fab fa-twitter"
title = "Twitter"
url = "https://twitter.com/edznux"
[[params.socialIcons]]
icon = "fab fa-keybase"
title = "Keybase"
url = "https://keybase.io/edznux"
[outputs]
home = ["HTML"]
section = ["HTML", "RSS"]
taxonomy = ["HTML"]
term = ["HTML"]
[taxonomies]
tag = 'tags'