diff options
-rw-r--r-- | blog/_config.yml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/blog/_config.yml b/blog/_config.yml index e1a4620..8469dbf 100644 --- a/blog/_config.yml +++ b/blog/_config.yml @@ -1,4 +1,11 @@ --- -languages: - - nb - - en +languages: ["nb", "en"] +exclude_from_localizations: ["assets", "css"] +defaults: + - + scope: + path: "" + type: "posts" + values: + layout: "default" + author: "Harald" |