lpk-website

Lillehammer pistolklubb website
git clone https://git.echoz.io/lpk-website.git
Log | Files | Refs | README | LICENSE

config.yaml (1523B)


      1 baseURL: https://lillehammerpistolklubb.no
      2 languageCode: nb-no
      3 title: Lillehammer pistolklubb
      4 theme: papermod
      5 pluralizeListTitles: false
      6 defaultContentLanguage: nb
      7 menu:
      8   main:
      9     - name: Om oss
     10       url: /om-oss
     11       weight: 1
     12     - name: Kurs
     13       url: /kurs
     14       weight: 2
     15     - name: Nyheter
     16       url: /nyheter
     17       weight: 3
     18     - name: Priser
     19       url: /priser
     20       weight: 4
     21     - name: Terminliste
     22       url: /terminliste
     23       weight: 5
     24     - name: Kontakt
     25       url: /kontakt
     26       weight: 6
     27     - name: Kart
     28       url: /kart
     29       weight: 7
     30     - name: Lenker
     31       url: /lenker
     32       weight: 8
     33     - name: Søk
     34       url: /søk
     35       weight: 9
     36 params:
     37   label:
     38     icon: images/icon.png
     39   dateFormat: :date_long
     40   googleMapsKey: AIzaSyDpVZFx5Lmh9fYSlm7hCMDhylB-9Cbnl_M
     41   defaultTheme: auto
     42   disableThemeToggle: true
     43   homePostListTitle:
     44     title: Siste nytt
     45     url: /nyheter
     46   profileMode:
     47     enabled: true
     48     title: Lillehammer pistolklubb
     49     imageUrl: images/logo.png
     50     subtitle: |
     51       Stiftet 9. oktober 1951
     52   socialIcons:
     53     - name: facebook
     54       url: https://www.facebook.com/groups/388619434553226
     55   assets:
     56     favicon: images/icon.png
     57     favicon16x16: images/icon.png
     58     favicon32x32: images/icon.png
     59     apple_touch_icon: images/icon.png
     60     safari_pinned_tab: images/icon.png
     61     theme_color: '#ffffff'
     62     msapplication_TileColor: '#ffffff'
     63   cover:
     64     hiddenInList: true
     65 markup:
     66   goldmark:
     67     renderer:
     68       unsafe: true
     69 outputs:
     70   home:
     71     - HTML
     72     - RSS
     73     - JSON