Skip to content

Farnaziifz/hive-hexo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Hexo Theme

A minimalist theme for Hexo This theme is written with Pug

Installation

Install

npm install --save hexo-renderer-pug hexo-generator-feed hexo-generator-sitemap
git clone https://github.com/farnaziifz/hexo-hive.git

Enable

Modify theme setting in _config.yml to hexo-hive You can override the theme options using main _config.yml

theme: hexo-hive
menu:
  - page: home
    directory: /
  - page: archive
    directory: /archives/
  - page: rss
    directory: /atom.xml

footer:
  - item: contact-us
    directory: /contact-us
  - item: about-us
    directory: /about-us

Update

cd themes/hexo-hive
git pull

Requirment

test with the latest version of the following:

library Min.Version
Hexo 3.8.x
Sass 3.7.x
Pug 2.0.x

License

MIT

About

This is a theme for Hexo, written with pug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published