-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
62 lines (52 loc) · 1.13 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
baseURL = 'https://opensource.intive.com'
languageCode = 'en-us'
title = 'intive opensource'
theme = "hugo-coder"
[params]
hideCredits = true
hideCopyright = false
author = "intive"
colorScheme = "auto"
since = 2021
info = "open source is exciting!"
logo = "images/intive_logo_blue.svg"
[[languages.en.menu.main]]
name = "Repositories"
weight = 1
url = "repositories/"
[[languages.en.menu.main]]
name = "Memberships"
weight = 2
url = "memberships/"
[[languages.en.menu.main]]
name = "Blog"
weight = 3
url = "https://intive.com/insights/"
[[languages.en.menu.main]]
name = "Culture"
weight = 4
url = "https://intive.com/careers/cultureblog"
[[languages.en.menu.main]]
name = "Guideline"
weight = 5
url = "guideline"
[[params.social]]
name = "Github"
icon = "fa fa-github"
weight = 1
url = "https://github.com/intive"
[[params.social]]
name = "LinkedIn"
icon = "fa fa-linkedin"
weight = 2
url = "https://www.linkedin.com/company/intive/"
[[params.social]]
name = "Twitter"
icon = "fa fa-twitter"
weight = 3
url = "https://twitter.com/intive"
[[params.social]]
name = "Medium"
icon = "fa fa-medium"
weight = 4
url = "https://medium.com/intive-developers"