Newer
Older
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
baseURL: "https://wiztigers.gitlab.io/hugo-template/"
contentdir: "content"
layoutdir: "layouts"
publishdir: "public"
title: "Je suis sur le web !"
canonifyURLs: true
#relativeURLs: true
#uglyURLs: true
defaultContentLanguage: "en"
theme: "beautifulhugo"
metaDataFormat: "yaml"
pygmentsUseClasses: true
pygmentCodeFences: true
params:
subtitle: "J'étais capable de faire un site sans que je n'en susse rien ..."
logo: "img/avatar-icon.png"
favicon: "img/favicon.ico"
dateFormat: "January 2, 2006"
commit: false
rss: true
comments: true
# bigimg:
# - src: "img/triangle.jpg"
# desc: "Triangle"
# - src: "img/sphere.jpg"
# desc: "Sphere"
# - src: "img/hexagon.jpg"
# desc: "Hexagon"
author:
name: "Some Person"
email: "youremail@domain.com"
gitlab: "username"
twitter: "username"
reddit: "username"
linkedin: "username"
stackoverflow: "users/XXXXXXX/username"
snapchat: "username"
instagram: "username"
itchio: "username"
menu:
main:
- name: "Articles"
url: "post/"
weight: 1
- name: "À propos"
url: "page/about/"
weight: 3
- identifier: "samples"
name: "À la une"
weight: 2
- parent: "samples"
name: "Bannières"
url: "post/bannieres"
weight: 1
- parent: "samples"
name: "Mathématiques"
url: "post/maths"
weight: 2
- parent: "samples"
name: "Programmation"
url: "post/code-source"
weight: 3
- name: "Catégories"
url: "tags"
weight: 3