hexo3-generator-atom-markdown-writer-meta
v0.1.4
Published
hexo-generator-atom-markdown-writer-meta-fixed ========================================
Maintainers
Readme
hexo-generator-atom-markdown-writer-meta-fixed

A Hexo generator that produces meta json files required by the Atom Markdown-Writer It generates
posts.json,categories.jsonandtags.jsonunder the root site.
Install
Install using npm.
$ npm install hexo-generator-atom-markdown-writer-meta-fixed --saveMarkdown-Writer Configuration for Hexo
Field | Sample Value ---------------|---- File Extension | .md Site Draft Dir | source/_drafts Site Local Dir | /Users/youngjuning/Workspace/blogs/youngjuning Site Posts Dir | source/_posts Url for Categories | http://youngjuning.github.io/categories.json Url for Posts | http://youngjuning.github.io/posts.json Url for Tags | http://youngjuning.github.io/tags.json
Files
posts.json: Json file contains name, url and last update time for each posttags.json: Json file contains the tags that used in the blog, sorted by occurrencecateogories.json: Json file contains the categories that used in the blog, sorted by occurrence
Related Tools
License
MIT
