-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
88 lines (76 loc) · 1.69 KB
/
Copy path_config.yml
File metadata and controls
88 lines (76 loc) · 1.69 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
79
80
81
82
83
84
85
86
87
88
title: onprem.wtf
email: tom@onprem.wtf
description: "by Tom Torggler and Daniel Nitz"
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://onprem.wtf" # the base hostname & protocol for your site, e.g. http://example.com
language: en
# Regional
timezone: Europe/Amsterdam
# Build settings
permalink: /post/:title
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-paginate
- jekyll-seo-tag
sass:
style: compressed
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM # GitHub Flavored Markdown
auto_ids: true # Auto-generate ID's
excerpt_separator: "<!-- more -->"
# jekyll-seo-tag
logo: assets/icons/android-chrome-192x192.png
twitter:
username: torggler
card: summary
social:
name: Tom Torggler
links:
- https://twitter.com/torggler
- https://www.linkedin.com/in/ThomasTorggler
- https://github.com/tomtorggler
- https://keybase.io/tomt
github:
username: tomtorggler
# collections
collections:
Scripts:
output: true
permalink: "/PowerShell/:title/"
Modules:
output: true
permalink: "/PowerShell/:title/"
OnlineHelp:
output: true
permalink: "/PowerShell/:title/"
my_tags:
output: true
categories:
output: true
# Default Values for "Front Matter"
# hidden: true filters out articles from pagination on the front page
defaults:
-
scope:
path: ""
values:
hidden: false
language: en
image: assets/icons/android-chrome-192x192.png
-
scope:
path: ""
type: "my_tags"
values:
permalink: "/Tags/:title"
layout: "tags"
-
scope:
path: ""
type: "categories"
values:
permalink: "/categories/:title"
layout: "categories"