-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
33 lines (28 loc) · 912 Bytes
/
_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
title: CoVprehension
email: [email protected]
description: Comprendre l'épidémie actuelle de COVID-19<br>Une question, un modèle
baseurl: "/"
url: "https://covprehension.org"
include: ['_pages']
exclude: [bundles]
# Social Profiles
twitter_username:
github_username: covprehension
facebook_username:
linkedin_username:
rss_link: /feed.xml
# Ethical tracker
# Publicly accessible here : https://covprehension.goatcounter.com
goatcounter-code: covprehension # out your google-analytics code
# Build settings
markdown: kramdown
paginate: 5
paginate_path: "/posts/:num/"
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap
- jekyll-multiple-languages-plugin
# Multi language website
languages: ["fr", "en"]
exclude_from_localizations: ["assets", "img", "simulations", "/feed.xml"]