-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
config.toml
80 lines (70 loc) · 1.65 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
baseURL = "https://bcneng.org/"
languageCode = "en-us"
title = "BCN Engineering"
description = "By engineers, for engineers."
theme = "chunky-poster"
paginate = 2
enableInlineShortcodes = true
footnoteReturnLinkContents = "^"
googleAnalytics = "UA-161944690-1"
DisqusShortname = ""
[menu]
[[menu.main]]
identifier = "channels"
name = "Channels"
url = "/channels/"
weight = 10
[[menu.main]]
identifier = "freelancers"
name = "Freelancers"
url = "/freelancers/"
weight = 10
[[menu.main]]
identifier = "netiquette"
name = "Netiquette"
url = "/netiquette/"
weight = 20
[[menu.main]]
identifier = "coc"
name = "Code of Conduct"
url = "/coc/"
weight = 20
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 0
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
author = "authors"
[params]
author = "BcnEng"
description = "Slack Community"
homepageImage = "/images/bcneng_outline.svg"
share = true
showLanguageSwitcher = false
# Custom CSS and JS. Relative to /static/css and /static/js respectively.
customCSS = ["custom.css"]
customJS = []
[params.social]
rss = true
twitter = "https://twitter.com/bcn_eng"
linkedin = "https://www.linkedin.com/company/bcneng/"
github = "https://github.com/bcneng"
email = "[email protected]"
[params.prismJS]
enable = true
theme = ""
[params.commento]
enable = false
url = "https://commento.io"
[markup]
[markup.highlight]
codeFences = false
[services]
[services.instagram]
disableInlineCSS = false
[services.twitter]
disableInlineCSS = true