-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
78 lines (68 loc) · 1.51 KB
/
_config.yml
File metadata and controls
78 lines (68 loc) · 1.51 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
title: NFDI4Objects
description: Forschungsdateninfrastruktur für materielle Objekte. Wir unterstützen Forschende bei der Verwaltung, Analyse und Veröffentlichung von Forschungsdaten.
url: "https://www.nfdi4objects.net"
# SEO Settings
author: NFDI4Objects
twitter_username: "" # Optional: Twitter Handle ohne @
twitter_card: summary_large_image
og_image: /assets/images/og-default.jpg # Standardbild für Social Media Shares
# Language settings ( manual multi-language via /en/ prefix)
site_lang: de
default_lang: de
exclude_from_localizations:
- "assets/"
- "_data/"
- "_ttl/"
- "_includes/"
# Windows-specific: Exclude nul device file
exclude:
- nul
- "**/nul"
- venv/
sass:
sass_dir: _sass
style: compressed
collections:
pages:
output: true
permalink: /:path/
news:
output: true
permalink: /news/:slug/
events:
output: true
permalink: /events/:slug/
ttl:
output: true
# Note: Individual TTL files set their own permalink in frontmatter
persons:
output: true
permalink: /persons/:path/
areas:
output: true
permalink: /areas/:path/
trails:
output: true
permalink: /trails/:path/
twgs:
output: true
permalink: /twgs/:path/
ccs:
output: true
permalink: /ccs/:path/
services:
output: true
permalink: /services/:path/
defaults:
- scope:
path: ""
type: "licenses"
values:
search: false
- scope:
path: "en"
values:
lang: en
permalink: /en/:basename/
include:
- "en"