summaryrefslogblamecommitdiffstats
path: root/blog/_config.yml
blob: 42aa156cd5288f311de50ee461ce72b8436067b0 (plain) (tree)
1
2
3
4
5
6
7
8
9
   

                                             
                   




                                                                  



                                    
 



                


                
             
 
            
 



              









                

                   
                    
                      

          





                       
                       
           
                       
---
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"