-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.yaml
56 lines (47 loc) · 1.26 KB
/
site.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
# The configuration
configuration:
source_dir: content # The directory containing MKD files
build_dir: /var/www/statgen.org # The directory where the site is build
template_dir: templates/current # The directory containing the templates
bibtex_dir: content/bibtex # The directory containing BibTeX files
static_dir: static # The directory containing static content
site_root: / # The website root
# The pages (in order)
pages:
- title:
en: Home
fr: Accueil
file_prefix: index
navigation: yes
- title:
en: People
fr: Membres
file_prefix: people
navigation: yes
- title:
en: Projects
fr: Projets
file_prefix: projects
navigation: yes
- title:
en: Publications
fr: Publications
file_prefix: publications
navigation: yes
template: publications.html
bibtex: yes
- title:
en: Tools
fr: Outils
file_prefix: tools
navigation: yes
# Finds all pages inside the directory
autodiscover:
- directory: people
title:
en: People
fr: Membres
- directory: tools
title:
en: Tools
fr: Outils