about summary refs log tree commit diff
path: root/_config.yml
diff options
context:
space:
mode:
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml14
1 files changed, 12 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml
index 432213d..bc3172d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -40,7 +40,6 @@ minima:
         instance: fosstodon.org
     github:  Huy-Ngo
     twitter: false
-show_excerpts: true
 plugins:
   - jekyll-feed
 
@@ -77,11 +76,22 @@ defaults:
          path: ""
      values:
          lang: en
+         link-str: English
+         available: This post is also available in
          base-url: "/"
     -
      scope:
          path: fr
      values:
          lang: fr
+         link-str: français
+         available: Ce post est aussi disponible en
          base-url: "/fr/"
-
+    -
+     scope:
+         path: de
+     values:
+         lang: de
+         link-str: Deutsch
+         available: Diese Artikel ist auch verfügbar auf
+         base-url: "/de/"