-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
92 lines (85 loc) · 2.6 KB
/
hugo.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
baseURL: 'https://nbarbey.github.io/'
languageCode: 'en-us'
title: "Software engineering, methods and architecture"
theme: 'PaperMod'
params:
env: production # to enable Google Analytics, opengraph, twitter-cards and schema.
description: "A blog about software engineering, methods and architecture"
keywords: [Blog, Portfolio, software, methods, architecture]
author: "Nicolas Barbey"
# author: ["Me", "You"] # multiple authors
images: ["<link or path of image for opengraph, twitter-cards>"]
DateFormat: "January 2, 2006"
defaultTheme: auto # dark, light
disableThemeToggle: false
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: false
ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hideSummary: false
# home info mod parameters
homeInfoParams:
Title: Thanks for visiting !
Content: Hello ! My name is Nicolas Barbey. I have being a professional
software developer for more than a decade now. I feel that I have some
insight to share that may interest other people in this industry.
Feel free to take a look around or reach me out.
socialIcons: # optional
- name: "Github"
url: "https://github.com/nbarbey/"
- name: "Linkedin"
url: "https://www.linkedin.com/in/nicolasbarbey/"
- name: "twitter"
url: "https://twitter.com/nbarbey"
- name: "cv"
url: "/resume.pdf"
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
languages:
fr:
contentDir: content/fr
disabled: false
languageCode: fr-FR
languageDirection: ltr
languageName: French
title: Logiciel, méthodes et architecture
weight: 1
menu:
main:
- identifier: posts
name: articles
url: /posts/
weight: 10
- identifier: resume
name: CV
url: /cv.pdf
params:
homeInfoParams:
Title: Bienvenue !
Content: Salut ! Je m'appelle Nicolas Barbey. Je suis développeur
profesionnel depuis plus d'une dizaine d'années. Je publie ici
mon CV et quelques articles sur le logiciel et les méthodes
de développement en particulier.
en:
contentDir: content/en
disabled: false
languageCode: en-US
languageDirection: ltr
languageName: English
weight: 2
menu:
main:
- identifier: posts
name: posts
url: /posts/
weight: 10
- identifier: resume
name: resume
url: /resume.pdf