xiangming / landscape-plus

针对中国大陆地区对hexo官方主题landscape进行优化。
http://xiangming.github.io/landscape-plus/
MIT License
510 stars 107 forks source link
hexo hexo-theme landscape-plus

Landscape plus

Join the chat at https://gitter.im/xiangming/landscape-plus

针对中国大陆的hexo用户,优化hexo官方主题landscape。支持hexo 3.x 和 hexo 2.x。演示

主题特色

主题还在扩展中,欢迎各种Pull Request

文档目录

安装

release页面下载,然后解压到hexo的themes目录下。

或者直接clone最新版:(可能会存在bug,不建议新手尝试)

# 在hexo根目录下执行
git clone https://github.com/xiangming/landscape-plus.git themes/landscape-plus

启用

修改hexo的配置文件_config.yml,把theme的值设置为landscape-plus

# Extensions
## Plugins: http://hexo.io/plugins/
## Themes: http://hexo.io/themes/
theme: landscape-plus

默认配置

主题的默认配置文件landscape-plus\_config.yml

# Header
menu:
  Home: /
  Archives: /archives
rss: /atom.xml

# Content
excerpt_link: Read More
fancybox: false
mathjax: false

# Sidebar
sidebar: right
widgets:
- category
- tag
- tagcloud
- archive
- recent_posts
- links

# Links
links:
  主题作者: http://arvinxiang.com
  热前端: http://reqianduan.com
  远程.work: http://yuancheng.work

# Miscellaneous
google_analytics:
favicon: /favicon.png
twitter:
google_plus:
fb_admins:
fb_app_id:

# Comment system
duoshuo_shortname: your_shortname
disqus_shortname: your_shortname

# Baidu share
baidushare: true

建议将 mathjaxlinksduoshuo_shortnamebaidushare配置项放在hexo的_config.yml中,而不是主题的_config.yml中,这样可以避免配置丢失。

更新

cd themes/landscape-plus
git pull

提示 如果更新发生错误,你可以删除整个landscape-plus文件夹,然后重新执行安装操作。

FAQs

怎么使用landscape plus主题?

按照上方的步骤进行安装启用

:如何开启多说评论模块?

在站点的_config.yml中,增加duoshuo_shortname: xxx配置项,xxx是你的多说id。

:如何关闭百度分享模块?

删掉themes/landscape-plus\_config.yml中的baidushare配置项。

:如何使用RSS分享功能?

请参考这条issue进行配置。

:怎么添加友情链接?

在站点的_config.yml中,增加links:配置项。

:怎么切换语言版本?

在站点的配置文件_config.yml,修改language:配置项,zh-CN为中文简体,zh-TW为中文繁体,default为英文。

:我喜欢原主题顶部的大图,如何恢复?

themes/landscape-plus/source/css/_partial/header.styl,取消第33行的注释。

:Landscape plus主题的字体配色太闪眼睛了,我怎么换回原主题的样式?

请参考这条issue进行配置。

:怎么提建议?

主题还在调整中,欢迎open issue来提建议,参与讨论。

更新日志

v1.0.6

v1.0.5

v1.0.4

特别感谢来自 @myqianlan 的pull request 和 @bearpaw 的pull request

v1.0.3

v1.0.2

v1.0.1

v1.0.0

贡献者们

主题还在扩展中,欢迎各种Pull Request

网站列表

如果你的网站正在使用landscape-plus主题,你可以将网址添加到wiki的网站列表