-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
72 lines (72 loc) · 1.48 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
baseURL: 'https://blog.openfun.fr'
languageCode: 'en-us'
title: 'Open FUN'
theme: 'blowfish'
summaryLength: 24
outputs:
home:
- 'HTML'
- 'RSS'
- 'JSON'
author:
name: 'Open FUN'
image: 'logo-rounded@2x.png'
headline: "A technical blog by Open FUN"
bio: "France Université Numérique Open Source initiative."
links:
- twitter: "https://twitter.com/open_fun"
- github: "https://github.com/openfun"
params:
colorScheme: 'fun'
logo: 'logo-minify@2x.png'
enableSearch: true
header:
layout: 'fixed'
homepage:
layout: 'profile'
showRecent: true
article:
heroStyle: 'big'
showTaxonomies: true
showWordCount: false
showComments: false
showViews: false
showEdit: false
sharingLinks: false
list:
showSummary: true
groupByYear: true
showCards: true
menus:
main:
-
name: 'Blog'
pageRef: 'posts'
weight: 10
-
name: 'Categories'
pageRef: 'categories'
weight: 20
-
identifier: 'twitter'
pre: 'twitter'
url: 'https://github.com/openfun'
weight: 30
-
identifier: 'github'
pre: 'github'
url: 'https://github.com/openfun'
weight: 40
footer:
-
name: 'France Université Numérique'
url: 'https://www.france-universite-numerique.fr/'
weight: 10
-
name: 'Twitter'
url: 'https://twitter.com/open_fun'
weight: 20
-
name: 'Github'
url: 'https://github.com/openfun'
weight: 30