-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
88 lines (71 loc) · 2.05 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
81
82
83
84
85
86
87
88
######################## default configuration ####################
baseURL = "/"
languageCode = "en-us"
title = "Cognizant Netcentric Open Source"
theme = "influencer-hugo"
summaryLength = "10"
paginate = 10
ignoreErrors = ["error-remote-getjson"]
[markup.goldmark.renderer]
unsafe= true
[caches]
[caches.getjson]
dir = ":cacheDir/:project"
maxAge = "120s"
############################# Plugins ##############################
[params.plugins]
############################## navigation ###############################
[menu]
[[menu.main]]
name = "Projects"
URL = "https://github.com/orgs/Netcentric/repositories"
weight = 1
[[menu.main]]
name = "Blog"
URL = "blog"
weight = 2
[[menu.main]]
name = "About"
URL = "about"
weight = 3
[[menu.main]]
name = "Code of Conduct"
URL = "code-of-conduct"
weight = 4
#################### default parameters ################################
[params]
logo = "images/cognizant-netcentric-logo.svg"
home = "Home"
# Meta data
description = "At Cognizant Netcentric we value open source and encourage everyone internally and externally to contribute to our projects..."
author = "Themefisher"
[params.copyright]
text = "Cognizant Netcentric"
link = "https://www.netcentric.biz/"
[params.social]
twitter = "https://twitter.com/NetcentricHQ"
linkedin = "https://www.linkedin.com/company/netcentric-a-cognizant-digital-business/"
# Preloader
[params.preloader]
enable = true
preloader = "" # use .png , .svg or .gif format
# Navigation get start button
[params.navButton]
enable = false
############################# post share ###################
[[params.share]]
title = "facebook"
icon = "ti-facebook" # themify icon : https://themify.me/themify-icons
link = "#"
[[params.share]]
title = "twitter"
icon = "ti-twitter-alt" # themify icon : https://themify.me/themify-icons
link = "#"
[[params.share]]
title = "linkedin"
icon = "ti-linkedin" # themify icon : https://themify.me/themify-icons
link = "#"
[[params.share]]
title = "github"
icon = "ti-github" # themify icon : https://themify.me/themify-icons
link = "#"