-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
117 lines (97 loc) · 1.97 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# ---------------- #
# Main Configs #
# ---------------- #
baseurl:
url: https://columns.chicken-house.net
date_format: "ordinal"
title: 安德魯的部落格
subtitle: "架構師的修練"
# for SEO, 會標記在首頁的 meta tags 內
description: "安德魯的部落格"
keywords: .NET,C#,OOP,Azure,Docker,Windows Container,Container,Microservices
favicon:
timezone: Asia/Taipei
encoding: "utf-8"
# side_bar_repo_limit: 5
# ---------------- #
# Author #
# ---------------- #
author: Andrew Wu
organization:
organization_url:
github_username: andrew0928
location: Taipei, Taiwan
email: [email protected]
# ---------------- #
# Navigation #
# ---------------- #
navs:
-
href: /
label: 首頁
-
href: /tags/
label: 標籤
-
href: /categories/
label: 主題分類
# -
# href: /wiki/
# label: Wiki
# -
# href: /links/
# label: Links
# -
# href: /codes/
# label: 我的程式碼
-
href: /about/
label: 關於我
# ---------------- #
# RSS #
# ---------------- #
subscribe_rss: /feed.xml
# ---------------- #
# Jekyll #
# ---------------- #
markdown: kramdown
kramdown:
input: GFM
highlighter: rouge
paginate: 5
lsi: false
quiet: false
excerpt_separator: <!--more-->
permalink: /:year/:month/:day/:slug/
# gems: jekyll-paginate
plugins:
- jekyll-paginate
- jekyll-redirect-from
plugins_dir:
- rouge
- jekyll-paginate
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-feed
- jemoji
# - jekyll-github-metadata
# - jekyll-html-pipeline
# - jekyll-mentions
collections:
wiki:
output: true
permalink: /wiki/:path/
# repository: mzlogin/mzlogin.github.io
# ---------------- #
# Comments #
# ---------------- #
disqus_username: andrew0928
fb_appid: 500757300092333
# fb_appid: 798591268671337
# ---------------- #
# Analytics #
# ---------------- #
google:
analytics_id: UA-68797023-1
# script
debug: false