-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
138 lines (121 loc) · 3.4 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
################################# Default configuration ###################
baseURL = "https://lunarpunklabs.netlify.com"
title = "LunarPunk Labs"
theme = "meghna-hugo"
# post pagination
paginate = "6"
# post excerpt
summaryLength = "15"
# disqus short name
disqusShortname = "" # get your shortname form here : https://disqus.com
# disable language
disableLanguages = []
############################# Plugins ##########################
# css plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
link = "plugins/themify-icons/themify-icons.css"
[[params.plugins.css]]
link = "plugins/animate-css/animate.css"
[[params.plugins.css]]
link = "plugins/magnific-popup/magnific-popup.css"
[[params.plugins.css]]
link = "plugins/slick/slick.css"
[[params.plugins.css]]
link = "https://fonts.googleapis.com/css?family=Anaheim|Quattrocento+Sans:400,700&display=swap"
# js plugins
[[params.plugins.js]]
link = "plugins/jquery/jquery.min.js"
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
link = "plugins/slick/slick.min.js"
[[params.plugins.js]]
link = "plugins/shuffle/shuffle.min.js"
[[params.plugins.js]]
link = "plugins/magnific-popup/jquery.magnific-popup.min.js"
[[params.plugins.js]]
link = "plugins/lazy-load/lozad.min.js"
[[params.plugins.js]]
link = "plugins/google-map/map.js"
############################# Navigation ##################################
[[menu.main]]
name = "About Us"
URL = "about"
weight = 1
[[menu.main]]
name = "Service"
URL = "services"
weight = 2
# [[menu.main]]
# name = "Portfolio"
# URL = "portfolio"
# weight = 3
#
# [[menu.main]]
# name = "Team"
# URL = "team"
# weight = 4
#
# [[menu.main]]
# name = "#"
# URL = "#"
# weight = 5
#
# [[menu.main]]
# name = "Blog"
# URL = "blog"
# weight = 6
[[menu.main]]
name = "Contact"
URL = "contact"
weight = 3
############################# Default Parameters ##########################
[params]
logo = "images/siteLogo.png"
logo_light = "images/siteLogo_light.png"
# Meta data
description = "lunarPunk Labs"
author = "Hackalong"
# Google Analitycs
google_analitycs_id = "" # Your ID
# post share
post_share = true
#theme css //modified from theme module
theme_css = ["css/style.css"]
#custom css
custom_css = ["css/custom.css"]
#custom js
custom_js = ["js/custom.js"]
#load plugins missing from theme directory
wow = "plugins/wow/dist/wow.min.js"
animate = "plugins/wow/css/libs/animate.css"
# preloader
[params.preloader]
enable = true
preloader = "images/hackalonglogo4.png"
# google map
[params.map]
enable = false
gmap_api = "https://maps.googleapis.com/maps/api/js?key=AIzaSyBu5nZKbeK-WHQ70oqOWo-_4VmwOwKP9YQ"
map_latitude = "42.8917702"
map_longitude = "13.7524351,17"
map_marker = "images/marker.png"
############################# social icons ##########################
[[params.social]]
icon = "ti-github" # themify icon pack : https://themify.me/themify-icons
link = "https://github.com/hack-along/"
[[params.social]]
icon = "ti-youtube" # themify icon pack : https://themify.me/themify-icons
link = "https://www.youtube.com/channel/UCD3nTmq-AC1H7T5J7cRwoVA"
[[params.social]]
icon = "ti-twitter-alt" # themify icon pack : https://themify.me/themify-icons
link = "https://twitter.com/hackalongio"
################################ English Language ########################
[Languages.en]
languageName = "En"
languageCode = "en-us"
contentDir = "content/english"
weight = 1
home = "Home"