-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
56 lines (45 loc) · 1.06 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
baseurl: "" # The subpath of your site. Use "" if you're hosting a blog at the root level.
url: "https://gogim1.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: Memorandum
header:
# for welcome page
# to replace image go to index.html
email:
address: "[email protected]"
text: "Mjk0ODQzNDcyQHFxLmNvbQ=="
# disqus comment
disqus:
shortname: "gogim1-github-io" #your disqus comment short name
# google analytics
google:
tracking-id: "" #your tracking id here
measurement-id: "G-1F4PVKK5R6"
gems:
- jekyll-sitemap
- jekyll-paginate
- jemoji
# 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
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "default"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
excerpt_separator: "<!--more-->"