-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
46 lines (36 loc) · 857 Bytes
/
_config.yml
File metadata and controls
46 lines (36 loc) · 857 Bytes
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
title: Xplore Blog
email: nikaoto@gmail.com
description: Official Xplore Blog
baseurl:
url: http://blog.xplore.ge
#twitter_username: xplore
sass:
style: compressed
paginate: 12
paginate_path: "/:num/"
basecolor: '#00a700'
banner_logo: /img/banner-logo.png
banner_img: /img/blog-banner.jpg
banner_text: XPLORE BLOG
author_img_s: /img/nika_s.png
author_img: /img/nika.png
navigation:
- text: ქართული
url: /ge
- text: English
url: /en
read_more: წაიკითხე მეტი
env: production
minify_html: true # Set to true only when it is production. Increase significant build time.
# Build settings
markdown: kramdown
sticky: sticky # Tag used for sticky post
sticky_count: 3 # Number of sticky post shown
gems:
- jekyll-paginate
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock
- README.md
- LICENSE