-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
60 lines (49 loc) · 1.15 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
baseurl: "" # The subpath of your site. Use "" if you're hosting a blog at the root level.
url: "canidam.github.io" # the base hostname & protocol for your site.
paginate: 6 #articles per page
paginate_path: /blog/page:num #makes pagination working
# header text
title: Vinny
header: A journey of Python software developer
# for welcome page
# to replace image go to index.html
email:
address: "user@example.com"
text: "user (at) example.com"
# disqus comment
disqus:
shortname: "vinny-2" #your disqus comment short name
# google analytics
google:
tracking-id: "" #your tracking id here
plugins:
- jekyll-sitemap
- jekyll-paginate
- jemoji
- jekyll-gist
# This is used by feed.xml. Uncomment if you want to use it.
# description: "..."
exclude:
- "README.md"
- "CHANGELOG.md"
- "Gemfile"
- "Gemfile.lock"
permalink: /posts/:title
author:
name: 'Chen'
email: 'canidam@gmail.com'
website: 'https://canidam.github.io'
profile: '/assets/img/profile.gif'
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "default"
-
scope:
path: ""
type: "posts"
values:
layout: "post"