https://github.com/ken8203/hexo-theme-alberta
A simple, textured and responsive theme with your own photo.
https://github.com/ken8203/hexo-theme-alberta
Last synced: about 1 month ago
JSON representation
A simple, textured and responsive theme with your own photo.
- Host: GitHub
- URL: https://github.com/ken8203/hexo-theme-alberta
- Owner: ken8203
- Created: 2014-11-18T17:20:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-13T04:27:22.000Z (almost 9 years ago)
- Last Synced: 2024-05-20T09:21:58.352Z (11 months ago)
- Language: JavaScript
- Size: 674 KB
- Stars: 51
- Watchers: 2
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hexo-themes - ken8203/hexo-theme-alberta
README
# Alberta
A new theme for [Hexo] based on [landscape](https://github.com/hexojs/hexo-theme-landscape/).
- [Preview](http://jaychung.tw/)


## Installation
### Install
``` bash
$ git clone https://github.com/ken8203/hexo-theme-alberta.git themes/alberta
```### Enable
Modify `theme` setting in `_config.yml` to `alberta`.
### Update
``` bash
cd themes/alberta
git pull
```## Configuration
``` yml
# Header
menu:
Home: /
Archives: /archives
About: /about
rss: /atom.xml# Menu Icon
menu_icon:
Home: fa-home
Archives: fa-archive
About: fa-user# Content
excerpt_link: Read More
fancybox: true# Personal Image
your_img: your_image_url# Miscellaneous
google_analytics:
favicon: favicon.ico
twitter:
google_plus:
```- **your_img** - Your own photo url, suggest putting a squarelike photo. (equal to or bigger than 150x150)
- **menu** - Navigation menu, you need to `hexo new page 'about'` for the about page.
- **menu_icon** - Navigation icon
- **rss** - RSS link
- **excerpt_link** - "Read More" link at the bottom of excerpted articles. `false` to hide the link.
- **fancybox** - Enable [Fancybox]
- **google_analytics** - Google Analytics ID
- **favicon** - Favicon path
- **twitter** - Twiiter ID