All Projects → xu-song → Hexo Auto Category

xu-song / Hexo Auto Category

Licence: mit
Generate categories automatically for each post in Hexo

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Hexo Auto Category

hexo-directory-category
Automatically add category to Hexo article according to the article file directory.
Stars: ✭ 35 (-28.57%)
Mutual labels:  hexo, category
School Kr
🍚🍴 전국 교육청 급식, 학사일정 파싱 라이브러리
Stars: ✭ 44 (-10.2%)
Mutual labels:  node-module
Cluster Dispatch
解决Node.js在Cluster模式下的连接/资源复用问题
Stars: ✭ 13 (-73.47%)
Mutual labels:  node-module
Quadtree Js
A simple quadtree implementation for javascript and typescript (nodejs or browser).
Stars: ✭ 36 (-26.53%)
Mutual labels:  node-module
Ad Bs Converter
A javascript implementation to convert bikram samvat to anno domini and vice-versa
Stars: ✭ 20 (-59.18%)
Mutual labels:  node-module
Hexo Theme Diaspora
Hexo theme, Blog theme, Clean, Responsive theme
Stars: ✭ 986 (+1912.24%)
Mutual labels:  hexo
Docx Builder
NPM Module for creating or merging .docx files
Stars: ✭ 11 (-77.55%)
Mutual labels:  node-module
Hexagon
A package manager for Hexo
Stars: ✭ 47 (-4.08%)
Mutual labels:  hexo
Is
Type check values
Stars: ✭ 1,011 (+1963.27%)
Mutual labels:  node-module
Mbprogresshud Bwmextension
Nihility-Ming to MBProgressHUD extension, easy to use.
Stars: ✭ 35 (-28.57%)
Mutual labels:  category
Hexo Theme Snippet
Snippet 简洁而不简单,也许是一款你寻找已久的hexo主题
Stars: ✭ 977 (+1893.88%)
Mutual labels:  hexo
Hexo
A fast, simple & powerful blog framework, powered by Node.js.
Stars: ✭ 33,885 (+69053.06%)
Mutual labels:  hexo
Hexagon
◀️⏹▶️ R package for creating hexagon shaped xy data frames.
Stars: ✭ 40 (-18.37%)
Mutual labels:  hexo
Flexsearch
Next-Generation full text search library for Browser and Node.js
Stars: ✭ 8,108 (+16446.94%)
Mutual labels:  node-module
Awesome Docs With Static Site Generators
Pointers to all templates and implementations based on static site generators
Stars: ✭ 44 (-10.2%)
Mutual labels:  hexo
Witchcraft
Monads and other dark magic for Elixir
Stars: ✭ 864 (+1663.27%)
Mutual labels:  category
Ios Category
iOS 工具分类整理
Stars: ✭ 30 (-38.78%)
Mutual labels:  category
Hexo Theme Adoubi
yet another hexo theme
Stars: ✭ 37 (-24.49%)
Mutual labels:  hexo
Clexy
Theme for Hexo ( Node.js Based Blog Framework )
Stars: ✭ 48 (-2.04%)
Mutual labels:  hexo
Tfjs Node
TensorFlow powered JavaScript library for training and deploying ML models on Node.js.
Stars: ✭ 1,031 (+2004.08%)
Mutual labels:  node-module

Installation | Configuration | Demo | 中文文档 |

hexo-auto-category

Hexo plugin, which generates categories automatically from folder structure for each post.

Installation

$ npm install hexo-auto-category --save

Configuration

You can configure this plugin in site _config.yml

# Generate categories from directory-tree
# Dependencies: https://github.com/xu-song/hexo-auto-category
# depth: the max_depth of directory-tree you want to generate, should > 0
auto_category:
 enable: true
 depth: 

build & preview

$ hexo clean && hexo g && hexo s

Example

The generated categories for post source/_post/web/framework/hexo.md is as follows:

categories:
  - web
  - framework

Demo

All the categories in ESON's Blog are generated automatically by hexo-auto-category.

Background

As a Hexo user, you must be troubled with front matter setting for each post. With this plugin, you don't need to set categories one by one. hexo-auto-category generates static post categories automatically based on directory/folder name.

Warning

Your original categories will be overwriten.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].