Coder Social home page Coder Social logo

hexo-theme-notes's Introduction

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

hexo-theme-notes's People

Contributors

iissnan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.