-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
61 lines (50 loc) · 1.22 KB
/
config.toml
File metadata and controls
61 lines (50 loc) · 1.22 KB
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
baseurl = "https://robbertjan94.github.io/"
DefaultContentLanguage = "en"
#DefaultContentLanguage = "ja"
title = "Robbert-Jan 't Hoen"
theme = "hugo-lithium-theme"
metaDataFormat = "yaml"
pygmentsUseClasses = true
pygmentCodeFences = true
disqusShortname = "robbertjan94-github-io"
googleAnalytics = "UA-99839400-1"
[[menu.main]]
name = "Blog"
url = "/post/"
weight = 2
[[menu.main]]
name = "Vitae"
url = "/page/vitae/"
weight = 3
[[menu.main]]
name = "About"
url = "/page/about_me/"
weight = 4
[params]
description = ""
favicon = "favicon.ico"
customCSS = ["css/custom.css"]
[params.widgets]
categories = true
tags = true
categories_counter = true
tags_counter = true
[params.logo]
url = "logo_rj3.png"
width = 50
height = 50
alt = "Logo"
[params.social]
user = "Robbert-Jan 't Hoen"
github = "robbertjan94"
linkedin = "robbert-jan-t-hoen-b8930399"
[Author]
name = "Robbert-Jan 't Hoen"
email = "robbertjan-1994@hotmail.com"
github = "robbertjan94"
linkedin = "robbert-jan-t-hoen-b8930399"
instagram = "robbertjan94"
spotify = "1154803600"
[taxonomies]
tag = "tags"
category = "categories"