-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy path_config.yml
106 lines (99 loc) · 2.48 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
104
105
106
# Site settings
title: Vox Pupuli
description: >
Vox Pupuli is a collective of Puppet module, tooling and documentation
maintainers working together for the greater good.
baseurl: ""
url: "https://voxpupuli.org"
github_username: voxpupuli
twitter_username: voxpupuliorg
# Build settings
markdown: kramdown
encoding: utf-8
timezone: Etc/UTC
permalink: /blog/:year/:month/:day/:title/
kramdown:
hard_wrap: false
input: GFM
syntax_highlighter: rouge
collections:
docs:
output: true
sponsors:
output: false
support:
output: false
# See https://fontawesome.com/search for the icon syntax
navigation:
- title: About
entries:
- title: Documentation
url: /docs/
icon: fas fa-book
- title: Leadership
url: /elections/
icon: fas fa-people-group
- title: Security
url: /security/
icon: fas fa-shield-halved
- title: Projects
entries:
- title: Projects Overview
url: /projects/
icon: fas fa-signs-post
- title: OpenVox
url: /openvox/
icon: fas fa-meteor
- title: Plugins
url: /plugins/
icon: fas fa-puzzle-piece
- title: How to contribute
url: /contributing/
icon: fas fa-screwdriver-wrench
- title: GitHub
url: https://github.com/voxpupuli
icon: fab fa-github
- title: Connect
entries:
- title: Blog
url: /blog/
icon: fas fa-newspaper
- title: Slack
url: https://short.voxpupu.li/puppetcommunity_slack_signup
icon: fab fa-slack
- title: Other Channels
url: /connect/
icon: fas fa-comments
- title: Code of Conduct
url: /coc/
icon: fas fa-users
- title: Sponsoring
url: /sponsoring/
icon: fas fa-money-bill-wave
footer:
- title: Privacy Policy
url: /privacy-policy/
- title: Code of Conduct
url: /coc/
- title: Security
url: /security/
- title: Dual license (CC BY-SA 4.0 + Apache 2.0)
url: /license/
subsections:
openvox:
- title: Quickstart
url: /openvox/quickstart/
icon: fas fa-hourglass-start
- title: Install
url: /openvox/install/
icon: fas fa-download
- title: Standards
url: /openvox/standards/
icon: fas fa-users-rays
- title: Support
url: /openvox/support/
icon: fas fa-headset
exclude: ["Gemfile", "Gemfile.lock", "LICENSE", "README.md", "CNAME", "vendor"]
plugins:
- jekyll-last-modified-at
- jekyll-redirect-from