-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
41 lines (37 loc) · 844 Bytes
/
_config.yml
File metadata and controls
41 lines (37 loc) · 844 Bytes
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
title: Postcode.eu Knowledge Base
markdown: kramdown
# Language Configuration
languages:
- en
- nl
translations:
en:
categories:
account: "How do I manage my API account and the associated subscription?"
api: "Frequently asked questions about the APIs"
invoice: "Invoices"
nl:
categories:
account: "Hoe beheer ik mijn API account en het bijbehorende abonnement?"
api: "De meest gestelde vragen over de API's"
invoice: "Facturen"
# Collection Configuration
collections:
entries:
output: true
permalink: /:collection/:path
# Default Front Matter
defaults:
- scope:
path: ""
values:
layout: default
excerpt_separator: ""
- scope:
path: "_entries/en"
values:
language: en
- scope:
path: "_entries/nl"
values:
language: nl