Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wayou/hexo-theme-polymer
a mobile friendly hexo theme built with google polymer
https://github.com/wayou/hexo-theme-polymer
google hexo polymer theme
Last synced: 9 days ago
JSON representation
a mobile friendly hexo theme built with google polymer
- Host: GitHub
- URL: https://github.com/wayou/hexo-theme-polymer
- Owner: wayou
- License: mit
- Created: 2015-06-23T13:56:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-05T08:58:55.000Z (over 9 years ago)
- Last Synced: 2024-11-22T17:12:07.285Z (2 months ago)
- Topics: google, hexo, polymer, theme
- Language: JavaScript
- Homepage:
- Size: 5.07 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexo-theme-polymer
a mobile friendly theme for [hexo](http://hexo.io/) static blog based on google polymer## preview
![hexo theme polymer preview](https://github.com/wayou/hexo-theme-polymer/blob/master/source/img/preview.gif?raw=true)
visit [「刘哇勇的部落格」](http://wayou.github.io/) to see it in action
## install
- clone this repo
```shell
git clone https://github.com/wayou/hexo-theme-polymer.git themes/polmyer
```- omdify the hexo `_config.yml` file to enable this theme
```yml
theme: polymer
```## config
customize the `_config.yml` file under the themes directory as you wish
```yml
# Header
menu: #site menu, showing in the side navigation
- title: Home # menu title
url: / # the link
icon: home # menu icon, available icons can be found here:https://www.polymer-project.org/0.5/components/core-icons/demo.html# Miscellaneous
google_analytics: # here goes your google analytics track id
baidu_analytics: # here goes the baidu track id, for chinese users only
favicon: /favicon.ico # path for favicon
appicon: app-icon-192x192.png # path for app when site added to home screen on mobile device#cover: img/bg6.jpg
cover: # path for header cover image, if provided, there will be a background image for the header
slogan: "dont count the days, make the days count" # showing in the header of the home page
```