summaryrefslogtreecommitdiffstats
path: root/blog/_config.yml
blob: 42aa156cd5288f311de50ee461ce72b8436067b0 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
languages: ["nb", "en"]
exclude_from_localizations: ["assets", "css"]
title: Norsk Urskog
description:
  Norsk Urskog organises the Norsk Urskog Metal Sampler as a
  way to promote unknown and underground metal bands from
  Norway. The sampler is distributed at the Inferno Metal Festival
  in Oslo, and some other festivals/concerts as supplies last.

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

assets:
  features:
    liquid: true

collections:
  concerts:
    output: true
  volunteers:

future: true

defaults:
  -
    scope:
      path: ""
    values:
      lang: "no"
  -
    scope:
      path: "en"
    values:
      lang: "en"
  -
    scope:
      path: ""
      type: "posts"
    values:
      layout: "post"
      author: "Harald"
  -
    scope:
      path: "_posts/en"
      type: "posts"
    values:
      lang: "en"
  -
    scope:
      path: "_concerts"
    values:
      layout: "concert"