-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·103 lines (89 loc) · 2.01 KB
/
_config.yml
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# ----
# Site
title: Dokumentado
url: https://lakto.github.io/dokumentado
version: v1.0.0
baseurl:
google_analytics_key:
show_full_navigation: true
template: https://code.getmdl.io/1.3.0/material.blue_grey-amber.min.css
git:
name: Github
repository: Dokumentado
url: https://github.com/lakto/dokumentado
company:
company_name: Lakto.design
mission_statement: Rezykliertes, Digitales und mehr
address: Solothurn
phone:
email: [email protected]
twitter:
github: lakto
links:
company: <a href="https://lakto.design">lakto.design</a>
knora: <a href="https://knora.org">Knora</a>
knora-docs: <a href="https://docs.knora.org">Documentation</a>
knora-ui: <a href="https://npmjs.com/~knora">Knora-ui modules</a>
sipi: <a href="https://sipi.io">Sipi</a>
salsah: <a href="https://dhlab-basel.github.io/Salsah">Salsah</a>
dhlab: <a href="http://dhlab.unibas.ch">Digital Humanities Lab</a>
dasch: <a href="http://dasch.swiss">Data and Service Center for the Humanities</a>
unibas: <a href="http://unibas.ch">University of Basel</a>
# Values for the jekyll-seo-tag gem (https://github.com/jekyll/jekyll-seo-tag)
logo: assets/images/touch-icon.png
description: Documentation and landing page template for Jekyll, useful for GitHub pages.
author:
name: André Kilchenmann
email: [email protected]
# -----
# Build
timezone: Etc/UTC
permalink: pretty
collections:
docs:
output: true
permalink: docs/:path/
manual:
output: true
permalink: manual/:path/
features:
output: true
permalink: features/:name
defaults:
-
scope:
path: ""
values:
layout: "default"
-
scope:
path: ""
type: "docs"
values:
layout: post
seo:
type: Article
-
scope:
path: ""
type: "manual"
values:
layout: post
seo:
type: Article
-
scope:
path: ""
type: "releasenotes"
values:
_comments:
type: Marks the impact of this release
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock
- README.md
- LICENCE