summaryrefslogtreecommitdiffstats
path: root/blog/_config.yml
blob: dfd4d0556396454155b6c0eea6fa7e578f4ae7e7 (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
---
languages: ["no", "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.
baseurl: /
assets:
  features:
    liquid: true

collections:
  concerts:
    output: true
  volunteers:

future: true
permalink: pretty

defaults:
  -
    scope:
      path: ""
    values:
      lang: "no"
      layout: "default"
  -
    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"