-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
76 lines (70 loc) · 1.77 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
baseURL: 'https://blog.o10s.ch/'
title: 'o10s'
theme: 'PaperMod'
defaultcontentLanguage: en
defaultContentLanguageInSubdir: true
languages:
fr:
contentDir: content/fr
languageCode: fr-FR
languageDirection: ltr
languageName: French
title: o10s
params:
homeInfoParams:
title: "🏡 Arômes Tech: Autohébergement et Plus 🍣"
Content: |
Bienvenue dans mon espace personnel où je partage mes passions et projets.
weight: 1
en:
contentDir: content/en
languageCode: en-US
languageDirection: ltr
languageName: English
title: o10s
params:
homeInfoParams:
title: "🏡 Tech Tastes: Selfhosting and More 🍣"
Content: |
Welcome to my personal space where I share my passions and projects.
weight: 2
sectionPagesMenu: main
params:
env: production
defaultTheme: dark
disableThemeToggle: false
enableEmoji: true
ShowBreadCrumbs: true
ShowReadingTime: true
ShowShareButtons: true
dateFormat: "02.01.2006"
author:
- o10s
homeInfoParams:
title: "🏡 Tech & Tastes: Selfhosting and More 🍣"
Content: |
Welcome to my personal space where I share my passions and projects.
socialIcons:
- name: "github"
url: "https://github.com/o10s"
- name: "email"
url: "mailto:[email protected]"
assets:
favicon: "/images/favico/favicon.ico"
favicon16x16: "/images/favico/favicon-16x16.png"
favicon32x32: "/images/favico/favicon-32x32.png"
apple_touch_icon: "/images/favico/apple-touch-icon.png"
safari_pinned_tab: "/images/favico/safari-pinned-tab.svg"
outputs:
home:
- HTML
- RSS
- JSON
menu:
main:
- name: Categories
pageRef: /categories
weight: 0
- name: Tags
pageRef: /tags
weight: 0