-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
45 lines (36 loc) · 1.04 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
baseURL = "/CivicTechLab/"
fullURL = "//www.codeforportland.org/CivicTechLab/"
languageCode = "en-US"
defaultContentLanguage = "en"
paginate = 50
theme = "sublime"
title = "Civic Tech Lab"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[permalinks]
post = "/:year/:month/:day/:slug"
[params]
name = "Code4PDX Infrastructure Engineering"
description = "Facilitating the ability to code and contribute."
copyright = "Code4PDX"
# Custom assets can be linked with their paths relative to static/
custom_css = []
custom_js = []
# Links to newer/older blog posts
newer = "Newer"
older = "Older"
pageNotFoundTitle = "Page not found"
pageNotFoundSubtitle = "The requested page was not <br> found on the server."
[params.offcanvas]
# Menu items
title = "Infrastructure Engineering"
bio = "Code4PDX"
bio2 = "Portland, OR 97223"
subscribe = "Subscribe"
followme = "Contact"
# Enable Google search
search_enabled = true
search = "Search"
[[params.offcanvas.socialnetworks]]
name = "[email protected]"
url = "mailto:[email protected]"