0.1.4 • Published 4 years ago

hexo3-generator-atom-markdown-writer-meta v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

hexo-generator-atom-markdown-writer-meta-fixed NPM version Dependency Status

A Hexo generator that produces meta json files required by the Atom Markdown-Writer It generates posts.json, categories.json and tags.json under the root site.

Install

Install using npm.

$ npm install hexo-generator-atom-markdown-writer-meta-fixed --save

Markdown-Writer Configuration for Hexo

FieldSample Value
File Extension.md
Site Draft Dirsource/_drafts
Site Local Dir/Users/youngjuning/Workspace/blogs/youngjuning
Site Posts Dirsource/_posts
Url for Categorieshttp://youngjuning.github.io/categories.json
Url for Postshttp://youngjuning.github.io/posts.json
Url for Tagshttp://youngjuning.github.io/tags.json

Files

  • posts.json: Json file contains name, url and last update time for each post
  • tags.json: Json file contains the tags that used in the blog, sorted by occurrence
  • cateogories.json: Json file contains the categories that used in the blog, sorted by occurrence

Related Tools

License

MIT

NPM downloads