Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yunlzheng/hexo-themes-writing

small and sample hexo theme
https://github.com/yunlzheng/hexo-themes-writing

Last synced: 9 days ago
JSON representation

small and sample hexo theme

Awesome Lists containing this project

README

        

# Writing

Hexo主题writing

基于[light](https://github.com/tommy351/hexo-theme-light)的个人博客主题

## Demo

![screenshot](https://raw.github.com/yunlzheng/hexo-themes/release/writing/source/css/img/themes-writing.png)

## Install

Execute the following command and modify `theme` in `_config.yml` to `writing`.

```
[email protected]:yunlzheng/hexo-themes.git themes/writing
```

```
git checkout release/writing
```

## Update

Execute the following command to update new.

```
cd themes/writing
git pull
```

## Config

Default config:

``` yaml
menu:
博客: /
存档: /archives
关于: /about

widgets:
- search
- recent_posts
- category
- tag

excerpt_link: Read More

twitter:
username:
show_replies: false
tweet_count: 5

addthis:
enable: true

fancybox: true

google_analytics:
rss:

comment_provider: duoshuo

# Facebook comment
facebook:
appid: 123456789012345
comment_count: 5
comment_width: 840
comment_colorscheme: light

# Duoshuo comment
duoshuo:
short_name: moo123

society:
enable: true
github: https://github.com/yunlzheng
weibo: http://weibo.com/503error
google_plug: http://www.google.com

#About Page
about:
name:
```

- **menu** - 导航菜单项
- **widget** - 侧边栏工具
- **excerpt_link** - "Read More" link text at the bottom of excerpted articles
- **addthis** - 加网分享按钮
- **enable** - 是否启用加网分享
- **fancybox** - Enable [Fancybox]
- **google_analytics** - Google Analytics ID
- **rss** - RSS subscription link (change if using Feedburner)
-**duoshuo**: 国内还是用多说来的比较稳定
-**short_name**: 在多说注册的short_name

## Features

* 可选disqus/多说第三方评论
* 更富交互性的导航

以此纪念逝去的[writing.io](https://github.com/chloerei/writings)