-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
114 lines (99 loc) · 2.57 KB
/
hugo.yaml
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
baseURL: https://news.w0ne.org/
languageCode: en-us
title: W0NE News
theme: ["PaperMod"]
paginate: 5
enableInlineShortcodes: true
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: true
pygmentsUseClasses: true
mainsections: ["posts","hamgram","minutes"]
minify:
disableXML: true
minifyOutput: true
languages:
en:
languageName: "English"
weight: 1
taxonomies:
category: categories
tag: tags
series: series
menu:
main:
- name: About
url: about
weight: 1
- name: Archive
url: archives
weight: 5
- name: W0NE
url: https://w0ne.org
outputs:
home:
- HTML
- RSS
params:
env: production
description: "W0NE News - Winoan Amateur Radio Club News"
author: Sam KF0ACN
defaultTheme: auto
# disableThemeToggle: true
ShowShareButtons: false
ShowReadingTime: true
# disableSpecial1stPost: true
displayFullLangName: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: true
ShowAllPagesInArchive: true
ShowPageNums: true
ShowToc: true
# comments: false
# images: ["images/papermod-cover.png"]
homeInfoParams:
Title: "Winona Amateur Radio Club News"
Content: >
Welcome to the news section for the Winona Amateur Radio Club! Here you will find...
- **Hamgram**: The monthly newsletter for the Winona Amateur Radio Club
- **News**: Winona Amateur Radio Club news, notices, and other general interest information
- **Articles**: General interest amateur radio related articles from the club members and other sources
socialIcons:
- name: Facebook
title: Winona Amateur Radio Club Facebook
url: "https://www.facebook.com/WinonaARC/"
- name: Email
title: Contact the Winona Amateur Radio Club
url: "mailto:contact@w0ne.org"
- name: other
title: ARRL
url: "https://www.arrl.org/Groups/view/winona-arc"
editPost:
URL: "https://github.com/user00265/news.w0ne.org/edit/master/content/"
Text: "Suggest Changes"
appendFilePath: true
assets:
disableHLJS: true
favicon: "/images/icon.jpg"
apple_touch_icon: "/images/apple-icon.jpg"
safari_pinned_tab: "/images/applie-icon.jpg"
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
# anchorLineNos: true
# codeFences: true
# guessSyntax: true
# lineNos: true
# style: monokai
services:
instagram:
disableInlineCSS: true
twitter:
disableInlineCSS: true