-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
110 lines (83 loc) · 3.01 KB
/
config.toml
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
# Hugo variables
#
baseurl = "https://www.mappingthegayguides.org/"
languageCode = "en-us"
title = "Mapping the Gay Guides"
theme = "hugo-theme-bootstrap4-blog"
# number of posts to show on home/category/tag pages (Default: 10)
paginate = 5
#optionally override the site's footer with custom copyright text
copyright = "<a href='https://creativecommons.org/licenses/by/4.0/' target='_blank'><img src='https://mirrors.creativecommons.org/presskit/icons/by.svg' height='25'> Licensed CC-BY.</a>"
googleAnalytics = "UA-151188328-1"
#disqusShortname = "XYW"
[permalinks]
post = "/:year/:month/:title/"
page = "/:slug/"
# Navigation
[[menu.main]]
name = "About"
url = "/about"
weight = 1
[[menu.main]]
name = "Map"
url = "/viz/map"
weight = 2
[[menu.main]]
name = "Vignettes"
url = "/articles"
weight = 3
[[menu.main]]
name = "Who was Damron?"
url = "/who-was-bob-damron"
weight = 4
[[menu.main]]
name = "Methodology"
url = "/methodology"
weight = 5
[[menu.main]]
name = "Ethics"
url = "/ethics"
weight = 6
[[menu.main]]
name = "News"
url = "/news"
weight = 7
[params.sidebar]
# Optional about block for sidebar (can be Markdown)
about = "A simple Hugo theme based on the [Bootstrap v4 blog example](http://v4-alpha.getbootstrap.com/examples/blog/)."
# Theme variables
#
[params]
# Site author
author = "Amanda Regan"
# Format dates with Go's time formatting
#date_format = "Mon Jan 02, 2006"
# verification string for Google Webmaster Tools
#google_verify_meta = "BAi57DROASu4b2mkVNA_EyUsobfA7Mq8BmSg7Rn-Zp9"
# verification string for Bing Webmaster Tools
#bing_verify_meta = "3DA353059F945D1AA256B1CD8A3DA847"
# verification string for Yandex Webmaster Tools
#yandex_verify_meta = "66b077430f35f04a"
# Optionally display a message about the site's use of cookies, which may be
# required for your site in the European Union. Set the parameter below to a
# page where the user can get more information about cookies, either on your
# site or externally, for example:
#cookie_consent_info_url = "/cookie-information/"
#cookie_consent_info_url = "http://cookiesandyou.com"
# customise the contents of the navbar at the top of the page. The default
# behaviour is to list all static pages not in the posts directory. When the
# parameter below is set to true you will have to manually add entries to the
# navbar, either by adding the following menu variable to the front matter of
# the relevant pages
# menu = "navbar"
# or by specifying menu entries in a similar way to the sidebar menu above.
custom_navbar = true
# show sharing icons on pages/posts (default: true)
sharingicons = false
# Display post summaries instead of content in list templates (default: true)
#truncate = true
# Disable the use of sub-resource integrity on CSS/JS assets (default: false)
# Useful if you're using a CDN or other host where you can't control cache headers
disable_sri = true
[markup.goldmark.renderer]
unsafe= true