aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/immae/history/_config.yml
blob: 56da0e4123f43b2c6af049125e4d2a6cee6e4bf0 (plain) (blame)
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
title: Historique d’ImmaeEu
heading: Mises à jour
logo: /logo.jpg
website: https://www.immae.eu

# the base hostname & protocol for your site, 
# e.g. https://updates.changelog.site
# Note Don't put trailing slash https://updates.changelog.site/
url: "https://www.immae.eu"  # (required)

baseurl: '/history' # optional

rss-feed-icon: true #(optional)

defaults:
  -
    scope:
      path: "_posts"
      type: "posts"
    values:
      layout: "post"
  -
    scope:
      path: "assets"
    values:
      sitemap: false 

permalink: /:title/
markdown: kramdown
highlighter: rouge
sass:
  sass_dir:         _sass
  style:            compressed

exclude: [ "Gemfile", "Gemfile.lock", "gemset.nix", "LICENSE", "default.nix", "shell.nix", "readme.md" ]

plugins:
  - jekyll-feed
  - jekyll-paginate-v2

pagination:
  enabled: true
  per_page: 20
  title: ':title - page :num of :max'
  limit: 0
  sort_field: 'date'
  sort_reverse: true