https://github.com/dwqs/nx
A hexo theme based on landscape-plus
https://github.com/dwqs/nx
hexo hexo-theme
Last synced: over 1 year ago
JSON representation
A hexo theme based on landscape-plus
- Host: GitHub
- URL: https://github.com/dwqs/nx
- Owner: dwqs
- License: mit
- Archived: true
- Created: 2015-11-14T16:57:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T02:56:48.000Z (about 10 years ago)
- Last Synced: 2025-02-26T19:27:12.263Z (over 1 year ago)
- Topics: hexo, hexo-theme
- Language: CSS
- Homepage:
- Size: 320 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## NX
Readme中文版: [README_zh](./README_zh.md)
A hexo theme based on [landscape-plus](https://github.com/hexojs/hexo-theme-landscape).
Preview: [https://dwqs.github.io](https://dwqs.github.io)
## Installation
####Install
Switch to your hexo working directory, and run the following command in your terminal:
```bash
git clone https://github.com/dwqs/nx.git themes/nx
```
#### Enable
Modify `theme` setting in `_config.yml` to `nx`.
```
# Extensions
## Plugins: http://hexo.io/plugins/
## Themes: http://hexo.io/themes/
theme: nx
```
####Update
```
cd themes/nx
git pull
```
##Configuration
The default profile of the theme is `nx\_config.yml`:
```
# Header
menu:
Home: /
Archives: /archives
About: /about
# Menu Icon
menu_icon:
Home: fa-home
Archives: fa-archive
About: fa-user
# Content
excerpt_link: Read More
fancybox: false
mathjax: false
# Sidebar
sidebar: right
widgets:
- category
- tag
- tagcloud
- archive
- recent_posts
- links
# Links
links:
Author: http://www.ido321.com
Jiuai Website: http://www.92fenxiang.com
Front-end Developer Handbook: https://dwqs.gitbooks.io/frontenddevhandbook/content/
# Miscellaneous
google_analytics:
favicon: /favicon.ico
twitter:
google_plus:
fb_admins:
fb_app_id:
# Disqus
disqus_shortname:
# baidushare
baidushare: true
# duoshuo
duoshuo_shortname:
# Footer
isShowFooter: false
```
* **menu** - Navigation menu, you need to hexo new page 'about' for the about page.
* **menu_icon** - Navigation icon
* **Links** - Friendly Links
* **excerpt_link** - "Read More" link at the bottom of excerpted articles. false to hide the link.
* **fancybox** - Enable [Fancybox]
* **favicon** - Favicon path
* **google_analytics** - Google Analytics ID
* **twitter** - Twiiter ID
* **google_plus** - Google Plus ID
* **disqus_shortname** - Disqus ID
* **disqus_shortname** - Duoshuo ID
* **baidushare** - Enable [Baidu Share]
* **isShowFooter** - Enable [`` in article page]