-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.yml
120 lines (101 loc) · 2.22 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
title: "The Brooklyn Rail"
baseURL: "/"
languageCode: "en-us"
theme: "brooklynrail"
themesDir: "./themes"
DefaultContentLanguage: "en"
SectionPagesMenu: "main"
Paginate: 40
googleAnalytics: "UA-24931975-1"
enableRobotsTXT: true
enableEmoji: true
enableGitInfo: true
buildFuture: true
relativeURLs: true
refLinksNotFoundURL: https://brooklynrail.org/
pluralizelisttitles: false
social:
twitter: thebrooklynrail
youtube: TheBrooklynRail
instagram: brooklynrail
# HUGO will ignore pages in the following folders
ignoreFiles:
- "content/_archived/*"
ignoreErrors: "error-remote-getjson"
# Permalink Configuration
permalinks:
articles: ":year/:month/:day/:filename/"
donate: ":filename/"
pages: ":filename/"
events: "events/:year/:month/:day/:filename/"
people: "people/:filename/"
media: "media/:year/:month/:day/:filename/"
# Taxonomies
taxonomies:
collection: collections
people: people
organization: organizations
outputFormats:
INFO:
baseName: info
mediaType: text/html
permalinkable: true
JSON:
mediaType: application/json
outputs:
section: ["HTML", "INFO", "JSON"]
page: ["HTML", "INFO"]
assetDir: assets
minify:
disableJSON: true
markup:
highlight:
codeFences: true
guessSyntax: false
hl_Lines: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
style: monokai
tabWidth: 4
# Site Parameters
.params:
issue: "May 2020"
description: "Critical Perspectives on Art, Politics, and Culture"
tagline: "Independent and Free"
events_count: 40
articles_count: 40
# Sitemap
sitemap:
changefreq: "daily"
priority: 1
filename: "events/sitemap.xml"
caches:
getjson:
dir: :resourceDir/:project
maxAge: 48h
# ==============================
# Main Site navigation
menu:
primary:
- name: "Home"
identifier: "home"
URL: "/"
weight: 1
# - name: "Issues"
# identifier: "issues"
# URL: "/archive"
# weight: 2
- name: "Events"
identifier: "events"
URL: "/events"
weight: 3
- name: "Shop"
identifier: "shop"
URL: "https://shop.brooklynrail.org/"
weight: 4
# - name: "About"
# identifier: "about"
# URL: "/about"
# weight: 5