-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·65 lines (54 loc) · 1.27 KB
/
_config.yml
File metadata and controls
executable file
·65 lines (54 loc) · 1.27 KB
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
61
62
63
64
65
# Dependencies
markdown: kramdown
highlighter: rouge
redcarpet:
extensions:
[
"no_intra_emphasis",
"tables",
"autolink",
"strikethrough",
"with_toc_data",
]
# Permalinks
# permalink: /:year-:month-:day-:title/
permalink: pretty
future: true
# relative_permalinks: true
# Setup
title: VagrantPi Blog
tagline: "JavaScript, Front-End, Back-End, Full Stack, Linux, 筆記, 生活札記"
description: "生活札記,記錄些學習筆記和生活"
baseurl: /
site:
url: https://vagrantpi.github.io
author:
name: VagrantPi
url: https://vagrantpi.github.io/about/
paginate: 8
# Custom vars
version: 2.1.0
twitter:
username: VagrantPi
github:
repo: https://github.com/poole/hyde
logo: https://vagrantpi.github.io/public/favicon.ico
plugins:
- jekyll-paginate
- jekyll-seo-tag
- jekyll-twitter-plugin
social:
links:
- https://github.com/VagrantPi
- https://twitter.com/VagrantPi
- https://www.facebook.com/VagrantPi
# SEO
jekyll-seo-tag:
default:
name: "VagrantPi Blog"
locale: "zh-TW"
author:
name: VagrantPi
url: https://vagrantpi.github.io/about/
description: "生活札記,記錄些學習筆記和生活"
image: "https://vagrantpi.github.io/public/apple-touch-icon-144-precomposed.png"