]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/immae/history/_config.yml
Add history page
[perso/Immae/Config/Nix.git] / modules / private / websites / immae / history / _config.yml
diff --git a/modules/private/websites/immae/history/_config.yml b/modules/private/websites/immae/history/_config.yml
new file mode 100644 (file)
index 0000000..56da0e4
--- /dev/null
@@ -0,0 +1,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