Skip to content

WenYip/hexo-theme-notes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

bower-image hexo-image

A really clean and lightweight responsive theme for Hexo. Preview.

Screenshot

Preview

Installation

  1. Download this theme into your hexo site's theme directory:

    cd path-to-hexo
    git clone https://github.com/iissnan/hexo-theme-notes themes/notes
    
  2. Set theme to notes in the your hexo site's _config.yml. Open _config.yml(locates in path-to-hexo/_config.yml), and set theme to notes. The settings may look like:

    theme:
        #landscape
        notes
    
  3. Enjoy.

Update theme

When there are updates of this theme, you can run the following command to update:

cd themes/notes
git pull

Configuration

menu:
  home: /
  archives: /archives

favicon: /favicon.ico

# Specify icon form apple devices
touch_icons:
  57x57: /images/apple-touch-icon-precomposed.png
  114x114: /images/apple-touch-icon-114x114-precomposed.png
  72x72: /images/apple-touch-icon-72x72-precomposed.png
  144x144: /images/apple-touch-icon-144x144-precomposed.png

# Specify a background image for content area
background_image: /images/gplaypattern.png

# Theme color schema
## Default: mild
## Available: mild | silence
theme_schema: silence


# Date / Time format
## Hexo uses Moment.js to parse and display date
## You can customize the date format as defined in
## http://momentjs.com/docs/#/displaying/format/
date_format: MMM D YYYY
time_format: H:mm:ss


# Code Highlight theme
## Available value: normal | night | night eighties | night blue | night bright
## https://github.com/chriskempson/tomorrow-theme
highlight_theme: night eighties

# Specify the date when the site was setup
since: 2013

version: 1.0

Development

Requirements

  • Hexo 2.4+
  • hexo-renderer-jade
  • hexo-renderer-stylus

About

A really clean and lightweight responsive theme for Hexo

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 94.0%
  • HTML 6.0%