-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
55 lines (48 loc) · 1.12 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
title: Articles
description: My Personal Stack Problems
author: Mochammad Rafi
github: https://github.com/kol4k
about: I am freelance developer. Currently doing more in backend, focused in C++/C and PHP.
disqus_shortname: kol4k
google_analytics: UA-XXXXXXXX-Y
avatar_url: /static/img/avatar.jpg
enableTags: true
tagarray: []
collections:
project:
output: true
permalink: /project/:path/
social:
- icon: fa-facebook
link: "https://facebook.com/kol4k"
- icon: fa-twitter
link: "https://twitter.com/r777_01"
- icon: fa-linkedin
link: "#"
- icon: fa-instagram
link: "https://instagram.com/rafalrzkn"
- icon: fa-github
link: "https://github.com/kol4k"
share:
twitter_username: r777_01
fb_appid: 1749788565247320
urls:
- text: About Me
url: /about/
- text: My Projects
url: /projects/
- text: XML Feed
url: /feed.xml
url: "https://kol4k.github.io"
baseurl: ""
paginate: 20
per_page: 20
paginate_path: "/page/:num/"
markdown: kramdown
gems:
- jekyll-paginate
- jekyll-gist
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all