-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yml
118 lines (118 loc) · 2.73 KB
/
config.yml
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
baseurl: 'https://defiantlabs.net'
languageCode: en-us
title: Defiant Labs
theme: orbitor-hugo
themesDir: themes/
summaryLength: '10'
paginate: 4
googleAnalytics: ''
disqusShortname: themefisher-template
outputs:
home:
- HTML
- JSON
params:
plugins:
css:
- link: plugins/bootstrap/css/bootstrap.min.css
- link: plugins/themify/css/themify-icons.css
- link: plugins/slick/slick.min.css
- link: >-
https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&family=Rubik&display=swap
js:
- link: plugins/jQuery/jquery.min.js
- link: plugins/bootstrap/js/bootstrap.min.js
- link: plugins/slick/slick.min.js
- link: plugins/search/fuse.min.js
- link: plugins/search/mark.js
- link: plugins/search/search.js
- link: plugins/google-map/map.js
logo: 'images/logo.png'
logo_white: ''
description: Defiant Labs - Building tools in the cosmos
author: Themefisher
email: [email protected]
location: Columbia, Maryland
mobile: +1 667-271-0105
twitter: "defiantlabs"
footer_content: Building tools in the cosmos.
copyright: >-
Founded in 2022, Defiant Labs focuses on building in Cosmos.
preloader:
enable: false
preloader: ''
navigation_button:
enable: false
label: Get an estimate
link: contact
cookies:
enable: false
expire_days: 2
social:
- icon: ti-linkedin
link: 'https://www.linkedin.com/company/defiantlabs'
- icon: ti-twitter-alt
link: 'https://twitter.com/DefiantLabs'
- icon: ti-flickr-alt
link: 'https://discord.gg/GVrA9PqQAq'
- icon: ti-youtube
link: 'https://www.youtube.com/channel/UCGgtZQ6PKNBa2O7hRnNRSKw'
- icon: ti-github
link: 'https://github.com/DefiantLabs'
- icon: ti-email
link: 'mailto:[email protected]'
menu:
main:
- name: Home
url: /
weight: 1
- name: About
url: about
weight: 2
- name: Portfolio
url: portfolio
weight: 3
- weight: 4
name: Pages
hasChildren: true
- parent: Pages
name: Blog
url: blog
- parent: Pages
name: Service
url: service
- name: Contact
url: contact
weight: 5
company:
- name: About
url: about
weight: 2
- name: Portfolio
url: portfolio
weight: 3
- name: Service
url: service
weight: 4
- name: Blog
url: blog
weight: 5
- name: Contact
url: contact
weight: 6
support:
- name: About
url: about
weight: 1
- name: Portfolio
url: portfolio
weight: 2
- name: Service
url: service
weight: 3
- name: Blog
url: blog
weight: 4
- name: Contact
url: contact
weight: 5