-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
89 lines (65 loc) · 2.29 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
highlighter: rouge
#使用rouge进行编程语言的语法着色
#分页每页多少篇
paginate: 5
encoding: utf-8
#markdown解析器
markdown: kramdown
#markdown: rdiscount
#修改默认的_post文件夹下文章生成URL规则
permalink: /:year/:month/:day/:title.html
css:
- /static/css/default.css
- /static/css/appden-part.css
js:
- /static/js/jquery-1.4.4.min.js
- /static/js/param.js
#导航
nav:
- name: 首页
url: /
- name: 生活
url: /life.html
- name: 项目
url: /project.html
- name: 网站搭建
url: /buildWebsite.html
- name: 分类
url: /categories.html
- name: 标签
url: /tags.html
- name: 归档
url: /archives.html
- name: 留言板
url: /messages.html
- name: 关于我
url: /about.html
#项目
projects:
- name: jQuery bsgrid
file: /project/jquery_bsgrid.html
url: https://github.com/baishui2004/jquery.bsgrid/
demo: http://thebestofyouth.com/bsgrid
description: 一个简单易用的jQuery Grid插件,支持json、xml数据格式,自带多套皮肤且易于扩展,支持分页或不分页,对扩展性友好,导出友好。
- name: Common Gui Tools
file: /project/common_gui_tools.html
url: https://github.com/baishui2004/common_gui_tools/
description: 使用java编写,GUI界面的实用小工具集,当前1.2版有16个小工具。
#链接
links:
- name: GitHub
url: http://github.com/baishui2004
- name: OSChina
url: http://oschina.net/baishui2004
#网站的一些描述信息
title: 灿烂人生 风尘仆仆
description: 灿烂人生,风尘仆仆。
keywords: common gui tools,bsgrid,github,jekyll,baishui2004,灿烂人生
comment: 我愿你再见我时,是我一路走来,风尘仆仆的样子。
about: 生活,平凡但求不平乏,愿发现并记述其真实与真诚。
author:
name: Baishui2004
email: bs2004@163.com
copyright:
- Design by Baishui2004.
- "© Copyright 2014, Baishui2004. All Rights Reserved."