-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
51 lines (51 loc) · 1.19 KB
/
config.yaml
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
baseURL:
languageCode: en-us
title: Masterpoint Consulting
taxonomies:
category: categories
tag: tags
section_category: section_categories
enableRobotsTXT: true
paginate: 1
params:
linkedin_link: https://www.linkedin.com/company/masterpoint-consulting/about/
#google_analytics: UA-
sitewide_note: <strong>Masterpoint stands with Ukraine.</strong> Here’s how you can help Ukraine with just a few clicks. >
sitewide_note_link: /updates/supporting-ukraine/
get_in_touch: /contact
markup:
goldmark:
extensions:
definitionList: true
footnote: true
linkify: true
linkifyProtocol: https
strikethrough: true
table: true
taskList: true
typographer: true
parser:
attribute:
block: true
title: true
autoHeadingID: true
autoHeadingIDType: github
wrapStandAloneImageWithinParagraph: false
renderer:
hardWraps: false
unsafe: true
xhtml: false
menu:
main:
- name: Home
url: /
weight: 10
- name: Our Services
url: /services/
weight: 20
- name: Who We Are
url: /who-we-are/
weight: 30
- name: Updates
url: /updates/
weight: 40