Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wizardforcel/hexo-theme-landfarz
Hexo 主题 LandFarZ(蓝得发紫)
https://github.com/wizardforcel/hexo-theme-landfarz
Last synced: 2 months ago
JSON representation
Hexo 主题 LandFarZ(蓝得发紫)
- Host: GitHub
- URL: https://github.com/wizardforcel/hexo-theme-landfarz
- Owner: wizardforcel
- License: mit
- Created: 2016-02-04T13:22:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-19T15:47:45.000Z (over 2 years ago)
- Last Synced: 2024-05-20T09:24:01.234Z (8 months ago)
- Language: CSS
- Homepage: http://it-ebooks.flygon.net/
- Size: 351 KB
- Stars: 35
- Watchers: 4
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hexo-themes - wizardforcel/hexo-theme-landfarz
README
# Hexo Theme: LandFarz
LandFarz(蓝得发紫)是一个在 Hexo 默认主题 [Light](https://github.com/hexojs/hexo-theme-light) 基础上二次开发的主题。
该主题的名称来源于哈尔滨工业大学(未来的宇宙工业大学)2009年操作系统期末试题。
## 安装
```
git clone https://github.com/wizardforcel/hexo-theme-landfarz.git themes/landfarz
```修改 Hexo 的 `_config.yml` 中的 `theme` 为 `landfarz`。
## 升级
```
cd themes/lanfarz
git pull
```## 配置
默认的`_config.yml`文件:
``` yaml
menu:
Home: /
Archives: /archivessidebar: right
widgets:
- search
- category
- recent_posts
- tag
- tagcloud# Duoshuo
duoshuo_shortname:fancybox: true
google_analytics:
rss:
google_site_verification:
baidu_site_verification:
icon:
```+ `menu` - 导航栏的菜单,键值对形式,键为文字,值为连接
+ `sidebar` - 侧栏的位置
+ `widgets` - 侧栏上的小工具,一行一个
+ `duoshuo_shortname` - 站点的多说ID,可选
+ `fancybox` - 是否开启 jQuery 弹出层效果
+ `google_analytics` - Google Analytics ID ,可选
+ `rss` - rss 订阅链接,可选
+ `google_site_verification` - 用于谷歌站长工具验证所有权的ID,可选
+ `baidu_site_verification` - 用于百度站长工具验证所有权的ID,可选
+ `icon` - 用于在浏览器标签上显示的图标,可选,如果不指定则会加载默认图标## 协议
[MIT License](LICENSE)