-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml
115 lines (98 loc) · 2.41 KB
/
config.yml
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
baseurl: https://blog.martignoni.net/
title: Perspectives
theme:
- hugo-cloak-email
- hugo-notice
- hugo-video
- reveal-hugo
languageCode: fr
# Set site language. Available translations in the theme's `/i18n` directory.
defaultContentLanguage: fr
# Set time zone
timeZone: Europe/Zurich
# Set summary length.
summaryLength: 250
# Customize footnote return links.
footnoteReturnLinkContents: ↩
# Make relative URLs relative to content root.
relativeURLs: true
# Enable robots.txt generation.
enableRobotsTXT: true
# Enable menu system for lazy bloggers.
SectionPagesMenu: main
# Set number of posts per page.
pagination:
pagerSize: 5
build:
writeStats: false
params:
description: Un blog sur la technologie et la citoyenneté, l'enseignement et l'apprentissage et parfois d'autres sujets. Par Nicolas Martignoni, enseignant, spécialiste e-learning, enseignement hybride (blended learning) et à distance, fan de Moodle et des EdTechs, geek du logiciel libre et développeur de MoodleBox.
author: Nicolas Martignoni
github: martignoni
twitter: nmartignoni
mastodon: https://tooting.ch/@nmartignoni
citation: false
noindex_kinds: [ "taxonomy", "taxonomyTerm", "tags" ]
# Enable Matomo analytics by entering your tracking code
matomoAnalytics:
siteid: 4
matomoroot: "stats.martignoni.net" # Do not add slashes
outputFormats:
Reveal:
baseName: index
isHTML: true
mediaType: text/html
outputs:
home: ["HTML", "JSON", "RSS"]
section: [ "HTML", "RSS" ]
page: ["HTML"]
permalinks:
posts: /:year/:month/:slug/
pages: /:slug/
archive: /:slug/
privacy:
disqus:
disable: true
googleAnalytics:
disable: true
instagram:
disable: true
twitter:
disable: false
enableDNT: true
simple: true
disableInlineCSS: true
vimeo:
disable: false
simple: false
youtube:
disable: false
privacyEnhanced: true
markup:
goldmark:
parser:
autoHeadingIDType: blackfriday
renderer:
unsafe: true
highlight:
style: emacs
lineNumbersInTable: true
noClasses: true
related:
threshold: 50
includeNewer: true
toLower: true
indices:
- name: "keywords"
weight: 200
- name: "categories"
weight: 100
- name: "tags"
weight: 50
- name: "date"
weight: 10
pattern: "2006"
# pygmentsCodeFences: true
# pygmentsCodeFencesGuessSyntax: true
# pygmentsUseClasses: true
# pygmentsStyle: "dracula"