-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
56 lines (55 loc) · 1.27 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
title: mBEDed µSystems
email: [email protected]
description: ''
url: 'https://mBEDed.systems'
twitter_username: mbededsystems
github_username: mBEDed
contact_number: '+917009701629'
whatsapp_number: 917009701629
insta_username: mBEDedSystems
youtube_url: UCt74QX2BLz1nFMgnoKne5Ng
future: true
excerpt_separator: '---'
gems:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
- jemoji
sass:
style: compressed
collections:
docs: {output: true, permalink: '/docs/:path/'}
defaults:
- {scope: {type: docs}, values: {layout: docs}}
- {scope: {type: posts}, values: {layout: post, permalink: '/blog/:year/:month/:day/:title'}}
- {scope: {path: ""}, values: {image: {path: /images/opengraph.png, width: 1200, height: 630}}}
exclude:
- node_modules
- README.md
- LICENSE.md
- CNAME
- Gemfile
- Gemfile.lock
- Gruntfile.js
- package.json
- script
- spec
include:
- _pages
google_site_verification: HxEjvpcxMor55hfhgoxb4I0951Ydh7UGlTpzYAgaPQg
twitter:
username: mbededsystems
logo: /images/opengraph.png
# github.com/untra/polyglot
languages:
- en
default_lang: en
exclude_from_localization:
- bower_components
- css
- images
- js
- lib
- script
parallel_localization: true