summaryrefslogtreecommitdiffstats
path: root/blog/_config.yml
blob: ddba4be9817c6f68ab0eee05d8577c3efc859593 (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
---
languages: ["nb", "en"]
exclude_from_localizations: ["assets", "css"]
title: Norsk Urskog

gems:
  - jekyll-assets
  - jekyll-multiple-languages-plugin

collections:
  concerts:
    output: true


defaults:
  -
    scope:
      path: ""
      type: "posts"
    values:
      layout: "post"
      author: "Harald"
  -
    scope:
      path: "concerts"
      type: "concerts"
    values:
      layout: "concert"