Skip to content

Commit 2c41b39

Browse files
committed
config
1 parent 993159f commit 2c41b39

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

_config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ mastodon:
2727
- username: overwhelming_complexity
2828
instance: troet.cafe
2929

30-
lang: de-DE
30+
#lang: de-DE
31+
languages: ["en", "de"]
32+
default_lang: "de"
33+
exclude_from_localization: ["javascript", "images", "css", "public", "sitemap", "CNAME"]
34+
parallel_localization: true
3135

3236
# Build settings
3337
theme: minima

_layouts/post_comment.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: post
33
---
4-
4+
{% seo canonical=false %}
5+
{% I18n_Headers %}
56
{{content}}
67

78
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Also: please be reassured I am no AI, but I do you github copilot to refine lang
1717

1818

1919

20-
## Empfehlungen
20+
## Recommendations
2121
Some books and other media that I recommend (look at the [influential](/influential/) page to learn why).
2222

2323
<style>

0 commit comments

Comments
 (0)