-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
executable file
·57 lines (53 loc) · 2.42 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
# baseurl = "https://pierregarreau.github.io/"
baseurl = "https://dazzling-galileo-470027.netlify.app/"
languageCode = "en-us"
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
theme = "ezhil"
author = "Pierre Garreau"
title = "Blog bazar of a frenchy"
googleAnalytics = "UA-35367847-1"
enableEmoji = true
[[menu.main]]
name = "About"
weight = -110
identifier = "about"
url = "/about/"
[[menu.main]]
name = "Blog"
weight = -120
identifier = "blog"
url = "/blog/"
[params]
latestpostscount = 5 # how many posts to display on the home page
i18n_flags = false # whether to display small country flags for available translations
author = "Pierre Garreau"
cachebuster = true # add the current unix timestamp in query string for cache busting css assets
dateform = "Jan 2, 2006"
dateformfull = "Mon Jan 2 2006 15:04:05 MST"
description = "Ideas about code, arts and mathematics."
email = "pierre@garreau.de"
extracssfiles = [ "/css/override.css" ] # In your `static` directory, add/remove files as necessary.
faviconfile = "img/leaf.ico"
github = "//github.com/pierregarreau"
highlightjs = true
instagram = "//instagram.com/theo_calimero"
lang = "en"
linkedin = "//linkedin.com/in/pgarreau"
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/pierre_garreau"
avatar = "img/profile.png" # path to image in static dir e.g img/avatar.png (do not use in the same time as gravatar)
# gravatar = "" # gravatar hash. see https://en.gravatar.com/site/implement/hash/. do not use in the same time as avatar
[markup]
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "vs"
tabWidth = 4