-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.toml
77 lines (64 loc) · 1.62 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://gableroux.com/"
languageCode = "en-ca"
title = "GabLeRoux <Developer>"
description = "Personal site about code, ideas, technologies and everything. I like to write python and work on crazy projects, read my stuff!"
theme = "gableroux"
Paginate = 9
googleAnalytics = "UA-19518991-1"
enableRobotsTXT = true
disqusShortname = "GabLeRoux"
[markup.goldmark.renderer]
unsafe = true
copyright = "This work is licensed under MIT License."
[author]
name = "Gabriel Le Breton"
twitter_username = "gableroux"
google_plus_username = "GabrielLeBreton"
github_username = "GabLeRoux"
facebook_username = "gableroux"
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
favicon = "/icons/favicon.ico"
#site_logo = ""
#twitter = "https://twitter.com/gableroux"
#github = "https://github.com/gableroux"
#gitlab = "https://gitlab.com/gableroux"
#linkedin = "https://www.linkedin.com/in/gableroux/"
#stackoverflow = "https://stackoverflow.com/users/1092815/gableroux"
#rss = ""
show_reading_time = true
recent_posts_number = 10
custom_css = ["css/custom.css"]
#body_classes = "avenir bg-near-white"
images = ["images/layout/sharing-gableroux.jpg"]
facebook_app_id = "253381494995396"
[markup]
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "dracula"
tabWidth = 4
[menu]
[[menu.main]]
name = "Posts"
weight = 1
identifier = "posts"
url = "/posts/"
[[menu.main]]
name = "Friends"
weight = 2
identifier = "friends"
url = "/friends/"
[[menu.main]]
name = "About"
weight = 3
identifier = "about"
url = "/about/"