-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
72 lines (64 loc) · 1.89 KB
/
config.yaml
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
baseURL: "https://blog.juanwolf.fr"
languageCode: "en"
defaultContentLanguage: "en"
title: "blog.juanwolf.fr"
PygmentsCodeFences: true # Enable syntax highlighting with GitHub flavoured code fences
PygmentsUseClasses: true # Use CSS classes to format highlighted code
PygmentsCodefencesGuessSyntax: true
PygmentsOptions: "linenos=table"
hasCJKLanguage: false
enableRobotsTXT: true
enableEmoji: true
theme: "calva"
paginate: 10
copyright: '<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>'
author:
name: "Jean-Loup Adde"
sitemap:
changefreq: "weekly"
priority: 0.5
filename: "sitemap.xml"
params:
rssFullContent: true
highlight: true
DateFormat: "02/01/2006"
highlightStyle: "solarized-dark"
highlightLanguages: ["go", "python", "bash", "shell", "javascript", "scala"]
moreMeta: true
social:
- name: GitHub
link: "https://github.com/juanwolf"
- name: GitLab
link: "http://gitlab.com/juanwolf"
- name: Twitch
link: "https://twitch.tv/juanwolf__"
- name: Twitter
link: "https://twitter.com/juanwolf__"
menu:
main:
- url: "/programming/"
name: "Programming"
weight: 1
- url: "/video-games/"
name: "Video Games"
weight: 2
- url: "/others/"
name: "Others"
weight: 3
- name: "Tags"
weight: 4
identifier: "tags"
url: "/tags/"
languages:
en:
title: "Jean-Loup Adde's blog"
weight: 1
languageCode: "en"
description: "Personal website where I write about software engineering and video games"
keywords: ["video-games", "code", "python", "sre", "devops", "go", "golang"]
fr:
title: "Blog de Jean-Loup Adde"
weight: 2
languageCode: "fr"
description: "Site web personnel où j'écris à propos d'ingénierie logicielle et jeux-video"
keywords: ["jeux-video", "code", "python", "sre", "devops", "go", "golang", "programmation"]