-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_config.yml
43 lines (36 loc) · 1.08 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
# ----------------------- #
# Main Configs #
# ----------------------- #
url: https://example42.com
title: Puppet Training, Consulting and Development. IT Automation and DevOps.
email: [email protected]
author: Example42
description: "Example42 delivers Puppet training, consulting and development services. It provides consulting on automation and DevOps practices"
# ----------------------- #
# Jekyll & Plugins #
# ----------------------- #
# Build settings
markdown: kramdown
permalink: pretty
# ----------------------- #
# 3rd Party Settings #
# ----------------------- #
social:
- title: github
url: https://github.com/example42
- title: linkedin
url: https://www.linkedin.com/company/example42
- title: youtube
url: https://youtube.com/@AbnormalDevOpsIterations
- title: twitter
url: https://x.com/example42
collections:
episodes:
output: true
permalink: /AbnormalDevOpsIterations/:title/
posts:
output: true
permalink: /blog/:year/:month/:day/:title/
presentations:
output: true
permalink: /Tutorials/:title/