This repository has been archived by the owner on May 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
/
config.toml
65 lines (59 loc) · 1.58 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
baseURL = "https://engineering.cerner.com"
title = "Engineering Health"
paginate = 10
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
footnoteReturnLinkContents = "^"
theme = "eh-theme"
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "culture"
name = "Culture"
url = "/culture/"
weight = 2
[[menu.main]]
identifier = "open-source"
name = "Open Source"
url = "/open-source/"
weight = 3
[[menu.main]]
identifier = "tech-talks"
name = "Tech Talks"
url = "/tech-talks/"
weight = 4
[[menu.main]]
identifier = "careers"
name = "Careers"
url = "/careers/"
weight = 5
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
author = "authors"
# Maintaining the /blog directory for posts
[permalinks]
post = "/blog/:filename"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[params]
author = "Cerner Engineering"
description = "a blog by engineers, for engineers"
homepageImage = "/images/alan-grace.png"
share = true
showLanguageSwitcher = false
title = "Cerner Engineering"
images = ["/images/alan-grace.png"]
[params.social]
rss = true
twitter = "https://twitter.com/intent/follow?original_referer=https%3A%2F%2Fengineering.cerner.com%2F&screen_name=CernerEng"
linkedin = "https://www.linkedin.com/company/cerner-corporation"
instagram = "https://www.instagram.com/cernercorporation/"
github = "https://github.com/cerner"
youtube = "https://www.youtube.com/user/cernereng?sub_confirmation=1"