forked from agusmakmun/agusmakmun.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
50 lines (43 loc) · 935 Bytes
/
_config.yml
File metadata and controls
50 lines (43 loc) · 935 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
47
48
49
50
title: Stack Problems
description: Jaewoong Lee
author: Jaewoong Lee
github: https://github.com/hello3196
about: I'm Programmer for KAIST.
disqus_shortname: stackproblems
google_analytics: UA-XXXXXXXX-Y
enableTags: true
tagarray: []
collections:
project:
output: true
permalink: /project/:path/
social:
- icon: fa-linkedin
link: "https://www.instagram.com/e_jaew_l/"
- icon: fa-github
link: "https://github.com/hello3196"
share:
twitter_username: github.io
fb_appid: 1749788565247320
urls:
- text: About Me
url: /about/
- text: My Projects
url: /projects/
- text: XML Feed
url: /feed.xml
url: "https://hello3196.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
ignore:
envs: ['development']