-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path_config.yml
85 lines (74 loc) · 1.57 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
permalink: /:year-:month-:day-:title
markdown: kramdown
paginate: 10
encoding: utf-8
author:
name: 吕立青
email: [email protected]
link: http://blog.jimmylv.info
github: https://github.com/JimmyLv
weibo: http://weibo.com/liqing215
zhihu: http://www.zhihu.com/people/JimmyLv
project:
title: NoBackend Website
subtitle: 最美博客
description: A powerful rich interactive web application by using nobackend tech stack.
repository: https://github.com/JimmyLv/nobackend.website
website: https://nobackend.website
# github endpoint
github:
user: JimmyLv
repo: jimmylv.github.io
branch: master
posts: ''
subfolder: true
# api endpoint
api:
github:
base: https://jimmylv.github.io
index: /api/index.json
slides: /slides
rss: /pages/atom.xml
service:
music:
endpoint: https://api.lostg.com/
provider: 163 # or xiami
zhihu:
endpoint: http://api.kanzhihu.com
userId: JimmyLv
yql:
endpoint: https://query.yahooapis.com/v1/public/yql
# active items for show
meta:
songlist: 408633617 # 389445274 # 372072817 # 309097660
active: 翻译
tags:
- React
- 摄影
# chinese localization
locals:
zhihu: 知乎
tags: 标签
about: 关于
newest: 最新文章
archive: 归档
# google analytics
ga:
id: UA-75024401-1
url: //nobackend.website
# disqus setting
disqus:
disqus_shortname: nobackend-website
disqus_identifier: nobackend-website
gems:
- jekyll-sitemap
- jekyll-paginate
exclude:
- .idea/
- node_modules
- demo
include:
- _config.yml
- _ng
- _vue
- _react