-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
186 lines (168 loc) · 4.39 KB
/
Copy pathhugo.yaml
File metadata and controls
186 lines (168 loc) · 4.39 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
baseURL: 'https://powershell.org'
languageCode: 'en-us'
title: 'PowerShell.org - Welcome Automaters!'
theme: 'powershell-community'
timeZone: UTC
# Enable RSS feeds
enableRSSFeed: true
# Updated pagination syntax for Hugo v0.128+
pagination:
pagerSize: 10
path: 'page'
# Syntax highlighting
markup:
goldmark:
renderer:
unsafe: false
highlight:
style: github
lineNos: true
codeFences: true
# Taxonomies
taxonomies:
category: categories
tag: tags
author: authors
# Menu configuration
menu:
main:
- name: "Home"
url: "/"
weight: 10
- name: "Podcast"
url: "/podcast/"
weight: 20
- name: "Summit"
url: "/summit/"
weight: 30
- name: "Articles"
url: "/articles/"
weight: 40
- name: "Community"
url: "/community/"
weight: 50
params:
hasChildren: true
childMenu: community
- name: "Modules"
url: "/modules/"
weight: 60
params:
hasChildren: true
childMenu: modules
community:
- name: "Learning"
url: "/learning/"
weight: 10
params:
icon: "fas fa-graduation-cap"
description: "Guides, tutorials, and resources to grow your PowerShell skills."
- name: "Calendar"
url: "/calendar/"
weight: 20
params:
icon: "fas fa-calendar-days"
description: "Upcoming user group meetings, webinars, and community events."
- name: "Authors"
url: "/authors/"
weight: 30
params:
icon: "fas fa-pen-nib"
description: "Meet the community members writing articles and sharing knowledge."
- name: "Forums"
url: "https://forums.powershell.org"
weight: 40
params:
icon: "fas fa-comments"
description: "Ask questions and discuss PowerShell with the wider community."
external: true
- name: "Discord Archive"
url: "/discord/"
weight: 50
params:
icon: "fab fa-discord"
description: "Searchable archive of conversations from our Discord server."
modules:
- name: "Plaster"
url: "/modules/plaster/"
weight: 10
params:
icon: "fas fa-layer-group"
description: "The template engine for PowerShell — scaffold projects, modules, and files."
- name: "PSDepend"
url: "/modules/psdepend/"
weight: 20
params:
icon: "fas fa-sitemap"
description: "Declarative PowerShell dependency handler driven by a .psd1 file."
# Site parameters
params:
description: "PowerShell.org is the community hub for PowerShell enthusiasts, automaters, and professionals. Join us for podcasts, summits, learning resources, and vibrant community discussions."
author: "PowerShell.org Community"
# Social links
social:
twitter: "https://twitter.com/powershell_org"
youtube: "https://youtube.com/PowerShellOrg"
github: "https://github.com/powershellOrg"
discord: "https://aka.ms/psdiscord"
bluesky: "https://bsky.app/profile/powershell.org"
forums: "https://forums.powershell.org"
# GitHub repository URL
github_repo: "https://github.com/PowerShellOrg/PowerShellOrgWebsite"
# Podcast settings
podcast:
title: "The PowerShell Podcast"
description: "Building your career with PowerShell"
feed_url: "https://powershellpodcast.podbean.com/feed/"
# Summit settings
summit:
year: "2027"
title: "PowerShell + DevOps Global Summit"
dates: "April 5-8, 2027"
location: "Orlando, FL"
registration_url: "https://powershellsummit.org"
# Analytics (GitHub Pages compatible)
google_analytics: ""
# Algolia search (Netlify crawler integration; search-only key, safe to commit)
algolia:
appId: "K2CHG50H47"
apiKey: "4bc832d88d1459de157de3ba1e11f1da"
siteId: "1c141042-7ddd-4dd8-87e7-cca37c9e7197"
branch: "main"
ical:
timezone: UTC
module:
imports:
- path: github.com/finkregh/hugo-theme-component-ical
mediaTypes:
text/calendar:
suffixes:
- ics
outputFormats:
Calendar:
baseName: calendar
mediaType: text/calendar
isPlainText: true
permalinkable: true
suffix: ics
protocol: https://
# Output formats
outputs:
home:
- HTML
- RSS
page:
- HTML
section:
- HTML
- RSS
# Related content
related:
includeNewer: true
indices:
- name: keywords
weight: 100
- name: tags
weight: 80
- name: categories
weight: 60