forked from Liberxue/liberxue.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·38 lines (37 loc) · 991 Bytes
/
_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
# ----------- CONFIGURABLE START -----------
title: "Van·筠琰"
description: "You jump,I can fly."
url: https://INJNainggolan.github.io # 域名
signoff: "Van·筠琰" # Your name
facebook_appid:
google_analytics:
share: true
# 分页
paginate: 15
paginate_path: "INJNainggolanpage:num"
gems: [jekyll-paginate]
links:
- name: 首页
url: /
external: false
- name: 随笔
url: /book
external: false
- name: 小记
url: /road
external: false
- name: 归档
url: /archives
external: false
- name: 标签
url: /tags
external: false
- name: 关于
url: /about
external: false
# ------------ CONFIGURABLE END ------------
#permalink: /:categories/:title.html
permalink: /:year/:month/:day/:title.html
defaults:
- values:
layout: "default"