Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jysperm committed Jun 30, 2015
1 parent 918c6e6 commit b5c07ce
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 19 deletions.
69 changes: 69 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,70 @@
# Hexo Theme: Simple Block
这是一个基于线框设计的简单的 Hexo 主题,拆分自 [精子的博客](https://jysperm.me)
支持使用 Jade 或 Markdown 来向边栏添加小部件,或向正文前添加横幅。

![Simple Block](https://raw.githubusercontent.com/jysperm/hexo-theme-simpleblock/master/source/favicon.png)

## 安装

## 技术栈

* Jade - 页面模板
* Less/Sass - 页面样式
* Bower - 前端包管理器
* CoffeeScript - Hexo 拓展脚本
* Gulp - 编译工具

## 自定义

* google_analytics

Google Analytics ID, 可选项,形如 `UA-49193300-1`.

* duoshuo

多说站点 ID, 可选项。

* rss

RSS 地址,完整 URL, 会以一条 link 标签的形式出现在页面的 head 部分,可选项。

* favicon

页面图标,会显示在浏览器标签上,相对 URL, 可选项。

* icon

顶部导航栏左侧图标,相对 URL, 可选项。

* source_url

文章的「查看源代码」链接前缀,可选项。

* license.name

博客内容授权方式。

* license.url

博客内容授权方式链接。

* menus

顶部导航菜单,键为链接的文字,值为连接的 URL, 如需指定 target, 可使用 `{target: '_blank', url: '/'}` 这样形式的值。

* right_menus

顶部右侧导航菜单,同 menus.

* banners

向页面正文前添加横幅,支持 Jade 和 Markdown. Jade 使用 `{jade: 'p text'}` 这样形式的值,Markdown 使用 `{markdown: '## Title'}` 这样形式的值。
若希望添加多个横幅,可以将该字段的值设置成一个数组。

* widgets

向边栏添加小部件,值为数组,每一项支持 Jade 和 Markdown(语法同 banners),亦支持三个内建的小部件:tags, archives 和 copyright, 内建小部件可通过 `{tags: true}` 这样的形式使用。

* sns

社交平台 ID, 尚未被用到,正在开发相关功能。
34 changes: 15 additions & 19 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,48 +1,44 @@
## Services
google_analytics: 'UA-49193300-1'
duoshuo: 'jyprince'
google_analytics:
duoshuo:

## Meta
rss: https://jysperm.me/atom.xml
favicon: /favicon.png
icon: /favicon.png
source_url: 'https://github.com/jysperm/meta/tree/master/blog/source/'
source_url:
license:
name: 'CC BY-NC-SA 3.0'
url: 'http://creativecommons.org/licenses/by-nc-sa/3.0/cn'

## Menus
menus:
'关于精子': /about
'简历': /profile
'链接': /links
'书单': /booklist
'碎语': /tweets
'所有日志': /list
'广告': /ad
'Home': /

right_menus:
'RSS': /atom.xml
'fork on Github':
target: '_blank'
href: 'https://github.com/jysperm/meta'
href: 'hexo-theme-simpleblock'

## Banners && Widgets
banners:
jade: |
a(href='/on-sale') 精子要搬家了,低价转让电子产品和实体书
a(href='https://github.com/jysperm/hexo-theme-simpleblock') 与精子同款的博客主题 simpleblock 现已发布!
widgets:
-
markdown: |
精子生于 1995.11.25, 19 岁,现居江苏苏州,英文 ID jysperm.
Simple Block 是一个基于线框设计的简单的 Hexo 主题,拆分自 [精子的博客](https://jysperm.me)。
支持使用 Jade 或 Markdown 来向边栏添加小部件,或向正文前添加横幅。
* 高中退学
* [独立博客](https://jysperm.me) 作者
* 有一个 [精子粉丝团](https://jybox.net)
* [RP 主机](http://rpvhost.net) 和 [GreenShadow](http://greenshadow.net) 维护者
* 积极参与开源社区,深度 [Github](https://github.com) 用户
* [番茄土豆](https://pomotodo.com) 维护者之一,[Hackplan](http://hackplan.com/) 成员
技术栈:
* Jade - 页面模板
* Less/Sass - 页面样式
* Bower - 前端包管理器
* CoffeeScript - Hexo 拓展脚本
* Gulp - 编译工具
-
tags: true
Expand Down

0 comments on commit b5c07ce

Please sign in to comment.