-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
76 lines (68 loc) · 1.61 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
title: Solution for SPOJ
description: Hướng dẫn và chia sẻ lời giải cho các problems trên vn.spoj.com
author: Tutorial SPOJ
github: //github.com/vnspoj
about: Hướng dẫn và chia sẻ lời giải cho các problems trên vn.spoj.com
# disqus_shortname: vnspoj
google_analytics: UA-162061519-1
avatar_url: /static/img/favicon.png
email: [email protected]
username: vnspoj
repo: vnspoj.github.io
social:
# - icon: fa-facebook
# link: "//facebook.com/huynhsamha"
# - icon: fa-stack-overflow
# link: "//stackoverflow.com/users/8828489/huynhsamha"
# - icon: fa-github
# link: "//github.com/vnspoj"
# - icon: fa-linkedin
# link: "//www.linkedin.com/in/huynhsamha"
# - icon: fa-twitter
# link: "//twitter.com/huynhsamha"
share:
# twitter_username: huynhsamha
# fb_appid: 1749788565247320
urls:
- text: Categories
url: /category
- text: Search
url: /search
- text: Wiki
url: /wiki
# - text: CodeLearn.io
# url: /code-learn
# - text: Interview Questions
# url: /top-interview-questions
- text: About Us
url: /about
- text: XML Feed
url: /feed.xml
# - text: XML Sitemap
# url: /sitemap.xml
# - text: Join with us
# url: //github.com/vnspoj
url: "//vnspoj.github.io"
baseurl: ""
permalink: /problems/:title:output_ext
paginate: 20
per_page: 20
paginate_path: "/page/:num/"
markdown: kramdown
mathjax: true
gems:
- jekyll-paginate
- jekyll-gist
collections:
category:
output: true
wiki:
output: true
wikivn:
output: true
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
sass:
style: compressed