-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
84 lines (69 loc) · 2.5 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
# SITE CONFIGURATION
title: Zivost Technologies # your site title
author: Zivost # You :P
description: > # Meta description of Homepage
Zivost Technologies is a leading custom software development company based in India offering product development, mobile app development, IT Outsourcing, web development, custom software development & more with best quality
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://zivost.com" # the base hostname & protocol for your site, e.g. http://example.com
# SEO PLUGIN
social:
name: Zivost Technologies
links:
- https://twitter.com/zivost_en
- https://www.facebook.com/zivost
- https://www.linkedin.com/in/zivost-technologies-pvt-ltd
- https://github.com/zivost
# THEME SETTINGS
navigation: # Navigation links
- {name: 'Home', link: '/'}
- {name: 'About', link: '/about'}
- {name: 'Success Stories', link: '/success-stories'}
- {name: 'Open Source', link: 'https://github.com/zivost'}
- {name: 'Blog', link: '/blog'}
- {name: 'Contact us', link: '/contact'}
tagline: We convert your ideas into reality
# Tags
tag_page_dir: tag
tag_page_layout: tag_page
tag_permalink_style: pretty
hero_img: https://cdn.zivost.com/images/assets/images/home/tour-bg.png # Main background image: use the path from /assets/img/ => This will output /assets/img/posts/sleek_lg.jpg
email: [email protected] # email for form submission
twitter_username: zivost_en # replace with your_twitter_username or comment to remove link from footer
github_username: zivost # replace with your_github_username or comment to remove link from footer
instagram_username: zivost # replace with your_instagram_username or comment to remove link from footer
facebook_username: zivost # replace with your_instagram_username or comment to remove link from footer
linkedin_username: zivost-technologies-pvt-ltd # replace with your_instagram_username or comment to remove link from footer
facebook:
app_id: 501138680820459
#disqus:
# shortname:
google_tag_manager: GTM-WLH38SG
service_worker: true
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge # or pygments or null
exclude:
- README.md
- node_modules
- script
- package.json
- package-lock.json
- Gemfile
- Gemfile.lock
- vendor
- npm-debug.log
- gulpfile.js
- sleek.jpg
- firebase.json
- jekyll-zivost-0.1.8.gem
- jekyll-zivost.gemspec
include: ['_pages']
permalink: blog/:title/
compress_html:
clippings: all
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll/tagging
- jekyll-feed
- jekyll-admin