All Projects → hexojs → hexo-generator-tag

hexojs / hexo-generator-tag

Licence: MIT license
Tag generator plugin for Hexo.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to hexo-generator-tag

hexo-netlify-cms
☕ A cup of coffee time to enable Netlify CMS
Stars: ✭ 29 (+7.41%)
Mutual labels:  hexo
hexo-theme-materialized
A cool materialized theme for Hexo
Stars: ✭ 39 (+44.44%)
Mutual labels:  hexo
hexo-covers
Microbrowser covers for Hexo static site generator
Stars: ✭ 15 (-44.44%)
Mutual labels:  hexo
hexo-theme-next5-leaf
一款基于 Hexo v3.9 & Next v5.1.4 魔改的主题 🌞
Stars: ✭ 82 (+203.7%)
Mutual labels:  hexo
github.io
个人博客乁(๑˙ϖ˙๑乁) 国内用户 ->http://sunhang.top
Stars: ✭ 16 (-40.74%)
Mutual labels:  hexo
hexo-jade-starter
Starter theme for Hexo implemented with Jade and Less.
Stars: ✭ 49 (+81.48%)
Mutual labels:  hexo
hexo-hide-posts
A plugin to hide specific posts from your Hexo blog and make them only accessible by links. (隐藏 Hexo 文章)
Stars: ✭ 149 (+451.85%)
Mutual labels:  hexo
awesome-next
😎 Theme NexT, AWESOME NexT!
Stars: ✭ 47 (+74.07%)
Mutual labels:  hexo
oi.men.ci
Menci 的 OI 博客(源代码与网站文件)
Stars: ✭ 27 (+0%)
Mutual labels:  hexo
hexo-auto-canonical
A generator automatically make canonical tag for hexo.
Stars: ✭ 15 (-44.44%)
Mutual labels:  hexo
hexo-renderer-less
Less renderer for Hexo.
Stars: ✭ 14 (-48.15%)
Mutual labels:  hexo
Hibop.github.io
Hibop 个人博客
Stars: ✭ 20 (-25.93%)
Mutual labels:  hexo
zhisheng17.github.io
my blog website —— www.54tianzhisheng.cn
Stars: ✭ 92 (+240.74%)
Mutual labels:  hexo
hexo-theme-ayer
一个干净优雅的hexo主题 A clean and elegant theme for Hexo. 🐋
Stars: ✭ 1,396 (+5070.37%)
Mutual labels:  hexo
wololock.github.io
e.printstacktrace.blog source code
Stars: ✭ 12 (-55.56%)
Mutual labels:  hexo
hexo-theme-chord
a simple hexo theme.
Stars: ✭ 15 (-44.44%)
Mutual labels:  hexo
hexo-filter-mathjax
💯 Server side MathJax renderer plugin for Hexo.
Stars: ✭ 76 (+181.48%)
Mutual labels:  hexo
hexo-theme-lanmiao
使用bootstrap构建的类单页博客,粉色系简洁Hexo主题
Stars: ✭ 16 (-40.74%)
Mutual labels:  hexo
notion-down
Notion >> Markdown. Python utility that converts Notion pages into MD files, along with intergation to build static webpages such as Hexo | 自动从 Notion 笔记生成 MD 文件,并部署到 Hexo 静态博客 | Notion Pages より Markdown Files をコンバートする、更に Hexo Webpages までの自動化も可能
Stars: ✭ 81 (+200%)
Mutual labels:  hexo
hexo-filter-responsive-images
Generate mutliple version of images for responsive Hexo blogs
Stars: ✭ 17 (-37.04%)
Mutual labels:  hexo

hexo-generator-tag

Build Status NPM version Coverage Status

Tag generator for Hexo.

Installation

$ npm install hexo-generator-tag --save

Options

tag_generator:
  per_page: 10
  order_by: -date
  • per_page: Posts displayed per page. (0 = disable pagination)
  • order_by: Posts order. (Order by date descending by default)
  • enable_index_page: Generate a /[config.tag_dir]/index.html page.
    • Support following template layout: tag-index, tag, archive, index

License

MIT

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].