-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
44 lines (32 loc) · 988 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
title: Algorithm
desctiption: Algoirthms playground from Ruby-Vietnam
url: https://ruby-vietnam.github.io/algorithm
github: https://github.com/ruby-vietnam/algorithm
permalink: ':title/'
github_posts_url: https://github.com/ruby-vietnam/algorithm/blob/gh-pages/_posts/
markdown: kramdown
baseurl: "/algorithm"
sass:
style: compressed
#optimization
#compress.html
compress_html:
clippings: [html,div, p, ul, td, h1, h2, h3, h4,link, meta, footer, nav, img, header, hr, br, head, style, li, ul, ol, time, main, script, title]
comments: ["<!-- ", " -->"]
endings: [all]
ignore:
envs: [local]
blanklines: false
profile: false
startings: []
highlight: rouge
# Tracker
analytics: UA-83979019-1
# Comments
disqus-shortname: ruby-vietnam-github-io-algorithm
# Contact form
# Go to https://getsimpleform.com and get a API token by signing up with your email and enter that here
api-token:
include: [_pages]
version: 0.8
gems: [jekyll-paginate, jekyll-seo-tag]