-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
59 lines (48 loc) · 1.3 KB
/
_config.yml
File metadata and controls
59 lines (48 loc) · 1.3 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
remote_theme: just-the-docs/just-the-docs
title: Karel W. Dingeldey
description: A personal space
url: https://karel-dingeldey.de/
repository: criena/criena.github.io
plugins:
- jekyll-avatar
- jekyll-feed
- jekyll-github-metadata
- jekyll-include-cache
- jekyll-seo-tag
- jekyll-sitemap
# Footer last edited timestamp
last_edit_timestamp: true
last_edit_time_format: "%Y-%m-%d"
# For copy button on code
enable_copy_code_button: true
# Show navigation error report
nav_error_report: true # default is false/nil.
liquid:
error_mode: strict
strict_filters: true
################################################################################
aux_links:
"Criëna Network": https://criena.net/
nav_external_links:
- title: Github
url: https://github.com/criena/
- title: LinkedIn
url: https://www.linkedin.com/in/karel-dingeldey/
# Define Jekyll collections
collections:
it:
output: true
recipes:
output: true
just_the_docs:
# Define which collections are used in just-the-docs
collections:
# Reference the "tests" collection
it:
# Give the collection a name
name: "IT Stuff"
nav_fold: true # note: this option is new in v0.4
recipes:
# Give the collection a name
name: Recipes
nav_fold: true # note: this option is new in v0.4