Skip to content

magicianShiro/hexo-theme-navi

Repository files navigation

hexo-theme-navi

hexo theme

Build Status JavaScript Style Guide

Preview

preview

Demo

Live Example

New features

  • When you scroll header will be hidden
  • Added レム to slide the bottom
  • Added ラム to slide the top
  • Added banner and you can configure it hidden or visbility
  • Added the prompt when comment is loading
  • Added the time for the blog running
  • article banner can be used location image

Usage

Clone this project into your hexo blog theme directory:

git clone git@github.com:magicianShiro/hexo-theme-navi.git </path/to/themes/navi>

Edit the site _config.yml file:

theme: navi

Merge the _source folder in the theme and the _source folder in the root directory

Configuration

Fillet avatar

eidt source/css/_variables.styl

use-radius-avatar = true

Fixed navigation

eidt source/css/_variables.styl

use-fixed-nav = true

Add bio

Edit the theme _config.yml file:

customize:
  profile:
    bio: I maybe bad,but i feel good.

Enable busuanzi statistics plugin

Edit the theme _config.yml file:

plugins:
  busuanzi_analytics: true # optionis true, false

Enable or Disable chuncai plugin

Edit the theme _config.yml file:

plugins:
  chuncai: true # optionis true, false

Enable or Disable APlayer plugin

Edit the theme _config.yml file:

plugins:
  aplayer:
    enable: true # optionis true, false
    options: { # see doc: https://aplayer.js.org/docs/#/?id=options
      autoplay: true,
      theme: '#ffdfe6',
      music: {
        title: '静かな夜に、君と話そう',
        author: '坂本昌一郎',
        pic: '//avatars1.githubusercontent.com/u/29977599?v=4&s=200',
        url: '//quq.cat/resources/music/坂本昌一郎 - 静かな夜に、君と話そう.mp3'
      }
    }

Enable or Disable Do-you-like-me plugin

Edit the theme _config.yml file:

plugins:
  do_you_like_me: true # optionis true, false

ChangeLog

2018-01-30

About

LICENSE

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published