1 Star 0 Fork 0

Cweili / tini

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.coffee 679 Bytes
一键复制 编辑 原始数据 按行查看 历史
Cweili 提交于 2014-11-28 23:48 . add comments
# Tini 配置
module.exports =
# 博客标题
title: 'Tini'
# 博客子标题
subtitle: 'A Tiny, Fast Blog'
# 博客说明
description: 'A Tiny, Fast Blog'
# 首页地址,可以为一个 url
home: '/'
# 主题包
theme: 'tini'
# 每页文章数量
postPerPage: 8
# 侧边栏小挂件
widgets: [
# 分类
{
name: 'category'
}
# 最新文章
{
name: 'recent'
limit: 10
}
# 标签云
{
name: 'tagcloud'
limit: 40
}
# 存档
{
name: 'archive'
}
# 链接
{
name: 'link'
links:
'Cweili Beta': 'http://cweili.gitcafe.com/'
}
]
CoffeeScript
1
https://gitee.com/Cweili/tini.git
git@gitee.com:Cweili/tini.git
Cweili
tini
tini
master

搜索帮助