-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
59 lines (52 loc) · 2.21 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
baseurl = "https://2dai.github.io/"
builddrafts = false
canonifyurls = true
contentdir = "content"
languageCode = "en-US"
DefaultContentLanguage = "fr"
layoutdir = "layouts"
publishdir = "public"
theme = "cocoa"
author = "Dylan Iffrig"
title = "Dylan Iffrig"
pygmentsuseclasses = true
pluralizelisttitles = false
googleAnalytics = "UA-123-45"
[markup.goldmark.renderer]
unsafe= true
[permalinks]
blog = "blog/:slug/"
[[menu.main]]
name = "Blog"
weight = -120
identifier = "blog"
url = "/blog/"
[[menu.main]]
name = "About"
weight = -110
identifier = "about"
url = "/about/"
[[menu.main]]
name = "Projects"
weight = -100
identifier = "projects"
url = "/projects/"
[params]
avatar = "img/logo.png"
latestpostscount = 5 # how many posts to display on the home page
i18n_flags = false # whether to display small country flags for available translation
author = "Dylan Iffrig"
#cachebuster = true # add the current unix timestamp in query string for cache busting css assets
#description = "Dylan Iffrig - Personnal homepage"
#email = "you@example.space"
extracssfiles = [ "/css/override.css" ] # In your `static` directory, add/remove files as necessary.
faviconfile = "img/faceicon.png"
github = "//github.com/2dai"
lang = "fr"
linkedin = "//linkedin.com/in/dylan-iffrig"
noshowreadtime = false # if true, don't show "<x> minutes read" in posts
selfintro = "" # appears in the site header when set to a non-empty string
twitter = "//twitter.com/mabenz68"
highlightjs = true
# highlightjslanguages = ["go"] # additional languages not included in the "common" set
# highlightjsStyle = "darcula"