-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
56 lines (47 loc) · 1.38 KB
/
_config.yml
File metadata and controls
56 lines (47 loc) · 1.38 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
# Dependencies
gems: [jekyll-paginate]
markdown: kramdown
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: /:year/:month/:day/:title.html
# Setup
title: "ZMonster's Blog"
tagline: '巧者劳而智者忧,无能者无所求,饱食而遨游,泛若不系之舟'
description: '计算机科学|自然语言处理|程序设计'
url: http://linusp.github.io
baseurl: /
paginate: 10
out_url: http://www.zmonster.me
# About/contact
author:
name: Linusp
url: https://github.com/Linusp
email: linusp1024@gmail.com
# Social Media
github: https://github.com/Linusp
collections:
microblog:
output: true
permalink: /microblog/:title.html
# sidebar nav
nav:
- text: 闲言碎语
url: /microblog.html
- text: 分类
url : /categories.html
- text: 标签
url : /tags.html
- text: 归档
url : /archive.html
- text: 链接
url : /link.html
- text: 关于
url : /about.html
- text: Feed
url : /feed.html
# Theme Author (Please don't edit this line cause of MIT LICENSE rules)
theme_settings:
creator: Rizky Ariestiyansyah
codename: Naringu
link: https://github.com/ariestiyansyah/naringu