-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcecil.yml
65 lines (61 loc) · 1.57 KB
/
cecil.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
title: WayPoints
baseline: 'Discover your close environment'
baseurl: 'http://localhost:8000/'
description: 'Promote local actions and proximity to its immediate environment.'
author:
name: 'Luc Guyon'
url: 'https://github.com/lucky1er/'
image: favicon.png
pages:
default:
# 404:
# path: '404'
# title: Page not found
# layout: 404
# uglyurl: true
# published: true
# exclude: true
body:
format: md # page body format (only `md`, Markdown, is supported)
images: # how to handle images
resize:
enabled: true # enables image resizing by using the `width` extra attribute (`false` by default)
responsive:
enabled: true # creates responsive images and add them to the `srcset` attribute (`false` by default)
menus:
main:
- id: about
name: 'About'
url: '/about'
weight: 2
- id: contact
name: 'Contact'
url: '/contact'
weight: 3
language:
code: en
prefix: true
languages:
- code: en
name: English
locale: en_US
- code: fr
name: Français
locale: fr_FR
config:
baseline: 'Découvrez votre environnement proche'
description: 'Promouvoir les actions locales et la proximité avec son environnement.'
menus:
main:
- id: index
name: 'Accueil'
url: '/'
weight: 1
- id: about
name: 'A propos'
url: '/about'
weight: 2
- id: contact
name: 'Contact'
url: '/contact'
weight: 3