-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
executable file
·53 lines (46 loc) · 1000 Bytes
/
_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
baseurl: ''
exclude: ['README.md']
permalink: pretty
title: 'VANI'
google_analytics_id: null
homepage:
show_call_box: true
logo:
mobile: "images/logo/bg-rmv-logo.png"
desktop: "images/logo/bg-rmv-logo.png"
desktop_height: "36px"
footer:
copyright_text: '© 2021 Project VANI,ALL RIGHTS RESERVED. Powered by Jekyll'
seo:
meta_og_title: ""
meta_og_type: ""
meta_og_url: ""
meta_og_image: ""
meta_og_description: ""
meta_twitter_card: ""
meta_twitter_site: ""
meta_twitter_creator: ""
collections:
services:
output: true
permalink: /services/:path/
team:
output: true
permalink: /team/:path/
# tools:
# output: true
# permalink: /tools/:path/
defaults:
- scope:
type: services
values:
layout: service
bodyClass: page-services-single
- scope:
path: 'images'
values:
image: true
sass:
style: compact # possible values: nested expanded compact compressed
plugins:
- jekyll-environment-variables