-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
99 lines (94 loc) · 2.3 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
baseURL: 'http://lindemann.co/'
defaultContentLanguage: en
defaultContentLanguageInSubdir: true
title: Lindemann
theme: hello-friend-ng
paginate: 100
enableRobotsTXT: true
params:
author:
name: Mathieu Lindemann
dateform: 'Jan 2, 2006'
dateformShort: 'Jan 2'
dateformNum: '2006-01-02'
dateformNumTime: '2006-01-02 15:04'
enableThemeToggle: true
enableSharingButtons: true
homeSubtitle: <a href="/en/home">English</a> • <a href="/fr/accueil">Français</a>
footer:
trademark: true
copyright: false
author: true
logo:
logoMark: $
logoText: '~'
logoHomeLink: /
logoCursorDisabled: false
logoCursorColor: '#555'
logoCursorAnimate: 3s
logoCursorPathname: false
taxonomies:
category: blog
tag: tags
series: series
languages:
fr:
params:
subtitle: Bienvenue
keywords: ''
copyright: >-
<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank"
rel="noopener">CC BY-NC 4.0</a>
readOtherPosts: Voir les autres pages.
dateformShort: '2 January'
footer:
trademark: true
rss: false
copyright: false
author: true
bottomText:
- 'Thème inspiré de <a href="https://github.com/rhazdon">DA</a>'
menu:
main:
- name: À propos
url: /a-propos
weight: 20
- name: Notes
url: /notes
weight: 30
- name: Citations
url: /citations/accueil
weight: 40
- name: EN
url: ../en/home
weight: 1000
en:
params:
subtitle: Welcome
keywords: ''
copyright: >-
<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank"
rel="noopener">CC BY-NC 4.0</a>
readOtherPosts: Read other posts
dateformShort: 'Jan 2'
footer:
trademark: true
rss: false
copyright: false
author: true
bottomText:
- 'Theme inspired from <a href="https://github.com/rhazdon">DA</a>'
menu:
main:
- name: About
url: /about
weight: 20
- name: Notes
url: /notes
weight: 30
- name: Quotes
url: /quotes/all
weight: 40
- name: FR
url: ../fr/accueil
weight: 1000