-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
142 lines (126 loc) · 2.82 KB
/
hugo.yaml
File metadata and controls
142 lines (126 loc) · 2.82 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
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
- name: "Plaster"
url: "/plaster/"
weight: 60
community:
- name: "Learning"
url: "/learning/"
weight: 10
- name: "Calendar"
url: "/calendar/"
weight: 20
- name: "Authors"
url: "/authors/"
weight: 30
- name: "Forums"
url: "https://forums.powershell.org"
weight: 40
- name: "Discord Archive"
url: "/discord/"
weight: 50
# 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"
# 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: ""
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