-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.toml
72 lines (62 loc) · 1.91 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
baseURL = "https://pride.codes/"
languageCode = "en-us"
title = "pride.codes"
theme = "pride-codes"
# Enable comments by entering your Disqus shortname
disqusShortname = ""
# Enable Google Analytics by entering your tracking code
googleAnalytics = "UA-106326008-1"
[params]
# Style options: default (pink), blue, green, pink, red, sea, violet
# Use custom.css for your custom styling
style = "default"
description = "Proudly celebrating engineering diversity."
copyright = ""
sidebarAbout = [
"pride.codes provides a collection of simple widgets for businesses to add to their sites. We want businesses to actively show their support for their LGBTQI+ colleagues.",
"We want businesses to 'fly the flag'.",
]
email = ""
# Nav links in the side bar
[[params.navlinks]]
name = "Home"
url = ""
[[params.navlinks]]
name = "About"
url = "about/"
[[params.navlinks]]
name = "Privacy statement"
url = "privacy-statement"
[[params.navlinks]]
name = "Press"
url = "/press/2017-09-18-launch"
[params.social]
twitter = "https://twitter.com/pridecodes"
github = "https://github.com/devjack/pride.codes"
[[params.meta]]
property="og:type"
content="article"
[[params.meta]]
property="og:title"
content="pride.codes"
[[params.meta]]
property="og:site_name"
content="pride.codes"
[[params.meta]]
property="og:description"
content="Helping to 'fly the flag' and show their support for LGBTQI+ friends and colleagues."
[[params.meta]]
property="og:url"
content="https://pride.codes"
[[params.meta]]
property="og:image"
content="https://cdn.pride.codes/img/logo_png_small.png"
[[params.meta]]
property="article:published_time"
content="2017-09-12"
[[params.meta]]
property="article:author"
content="https://www.twitter.com/developerjack"
[[params.meta]]
property="article:author"
content="https://www.twitter.com/_patmurray"