]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - modules/private/websites/immae/history/_config.yml
Add Denise websites
[perso/Immae/Config/Nix.git] / modules / private / websites / immae / history / _config.yml
1 title: Historique d’ImmaeEu
2 heading: Mises à jour
3 logo: /logo.jpg
4 website: 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/
9 url: "https://www.immae.eu" # (required)
10
11 baseurl: '/history' # optional
12
13 rss-feed-icon: true #(optional)
14
15 defaults:
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
28 permalink: /:title/
29 markdown: kramdown
30 highlighter: rouge
31 sass:
32 sass_dir: _sass
33 style: compressed
34
35 exclude: [ "Gemfile", "Gemfile.lock", "gemset.nix", "LICENSE", "default.nix", "shell.nix", "readme.md" ]
36
37 plugins:
38 - jekyll-feed
39 - jekyll-paginate-v2
40
41 pagination:
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