This repository was archived by the owner on Oct 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
60 lines (51 loc) · 1.53 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
# Site settings
title: Vim Tricks
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Tricks, tips, plugins, configuration tweaks, and more for the Vim text editor.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://vimtricks.com" # the base hostname & protocol for your site
logourl: /assets/images/logo.png # Site logo
author: "Colin Bartlett"
author_thumbnail: "/assets/images/logo.png" # Author avatar
# Theme customization - please change from the defaults!
gems: [jekyll-paginate, jekyll-gravatar, jekyll-sitemap]
theme:
# Color for sidebar bar, links, etc
highlight_color: "#024600" #205081" # "#272935"
# Social media links, leave blank to ignore
social:
github:
twitter:
facebook:
gplus:
pinterest:
# Enable share buttons on post footer
show_share_buttons: true
# Show author picure, name and social links on post footer
show_author_info: false
# Disqus comments manager - shortname
# disqus_shortname: gaya-webcreate
# Google Analytics/Webmaster key, leave blank to ignore
google_analytics_key: UA-48498244-17
google_webmaster_key: fV0OyZ7dRpA6RJEQqTfkniwRiae5mSyRRcj7zP4yFTA
# Build settings
markdown: kramdown
# Permalinks
permalink: pretty
# Pagination config
paginate: 5
# Files/Folders to be excluded from generated _site folder
exclude:
- CNAME
- Gemfile
- Rakefile
- README.md
- .gitignore
- .sass-cache
- Gemfile.lock
# Sass conversion configs
sass:
sass_dir: assets/css/_sass
style: :compressed
comments: false