-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml
65 lines (63 loc) · 1.22 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
baseurl: https://ManiacalLabs.com
languageCode: en-us
title: Maniacal Labs
description: No Good Can Come of This
permalinks:
posts: '/:year/:month/:day/:slug/'
code: '/:slug/'
theme: kube
disqusShortname: maniacallabs
googleAnalytics: UA-41371810-1
canonifyURLS: true
enableRobotsTXT: true
Paginate: 10
Params:
logo: /images/logo-beaker.png
RSSLink: /feed/
author: Maniacal Labs
github: ManiacalLabs
facebook: ManiacalLabs
twitter: ManiacalLabs
instagram: ManiacalLabs
email: [email protected]
menu:
main:
- name: Products
weight: 10
url: /products/
- name: Blog
weight: 20
url: /posts/
- name: Projects
weight: 30
url: /projects/
- name: Build Log
weight: 35
url: /buildlog/
- name: About
weight: 40
url: /about/
- name: Contact
weight: 50
url: /contact/
privacy:
disqus:
disable: false
googleAnalytics:
anonymizeIP: true
disable: false
respectDoNotTrack: true
useSessionStorage: true
instagram:
disable: false
simple: true
twitter:
disable: false
enableDNT: true
simple: true
vimeo:
disable: false
simple: true
youtube:
disable: false
privacyEnhanced: true