aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/immae/history/_config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/websites/immae/history/_config.yml')
-rw-r--r--modules/private/websites/immae/history/_config.yml47
1 files changed, 47 insertions, 0 deletions
diff --git a/modules/private/websites/immae/history/_config.yml b/modules/private/websites/immae/history/_config.yml
new file mode 100644
index 0000000..56da0e4
--- /dev/null
+++ b/modules/private/websites/immae/history/_config.yml
@@ -0,0 +1,47 @@
1title: Historique d’ImmaeEu
2heading: Mises à jour
3logo: /logo.jpg
4website: https://www.immae.eu
5
6# the base hostname & protocol for your site,
7# e.g. https://updates.changelog.site
8# Note Don't put trailing slash https://updates.changelog.site/
9url: "https://www.immae.eu" # (required)
10
11baseurl: '/history' # optional
12
13rss-feed-icon: true #(optional)
14
15defaults:
16 -
17 scope:
18 path: "_posts"
19 type: "posts"
20 values:
21 layout: "post"
22 -
23 scope:
24 path: "assets"
25 values:
26 sitemap: false
27
28permalink: /:title/
29markdown: kramdown
30highlighter: rouge
31sass:
32 sass_dir: _sass
33 style: compressed
34
35exclude: [ "Gemfile", "Gemfile.lock", "gemset.nix", "LICENSE", "default.nix", "shell.nix", "readme.md" ]
36
37plugins:
38 - jekyll-feed
39 - jekyll-paginate-v2
40
41pagination:
42 enabled: true
43 per_page: 20
44 title: ':title - page :num of :max'
45 limit: 0
46 sort_field: 'date'
47 sort_reverse: true