forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
33 lines (32 loc) · 919 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
# ----------- CONFIGURABLE START -----------
title: "LiuBai|FullStack|前端技术爱好者"
description: "前端技术爱好者|欢迎来到 liubai 的博客"
url: https://liubai678.github.io # 域名
signoff: "LiuBai" # Your name
share: true
# 分页
paginate: 15
paginate_path: "liubai:num"
gems: [jekyll-paginate]
links:
- name: 首页
url: /
external: false
- name: 笔记
url: /book
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"