forked from victorvoid/space-jekyll-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·57 lines (50 loc) · 1.21 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
title: graphic-zhang blog
description: algorithm engineer of computer vision
author: graphic-zhang
github: https://github.com/graphic-zhang
about: I am student. Currently doing more in computer vision, focused in vision and AI.
disqus_shortname: graphic-zhang
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: "#"
#- icon: fa-twitter
# link: "https://twitter.com/agusmakmun6"
#- icon: fa-linkedin
# link: "https://www.linkedin.com/in/summonagus"
#- icon: fa-stack-exchange
# link: "#"
- icon: fa-github
link: "https://github.com/graphic-zhang"
share:
#twitter_username: agusmakmun6
#fb_appid: 1749788565247320
urls:
- text: About Me
url: /about/
- text: My Projects
url: /projects/
#- text: XML Feed
# url: /feed.xml
url: "https://graphic-zhang.github.io"
baseurl: ""
paginate: 20
per_page: 20
paginate_path: "/page/:num/"
markdown: kramdown
plugins:
- jekyll-paginate
- jekyll-gist
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
ignore:
envs: ['development']