1.3.0 • Published 9 years ago

articleify v1.3.0

Weekly downloads
3
License
ISC
Repository
-
Last release
9 years ago

articleify

A tool for generating static sites from directories full of Markdown articles.

Using the same markdown parser as npm, and the same syntax-highlighter as Atom, articleify aims to be a great platform for blogging about code.

See www.polyglotweekly.com for an example of articleify in action.

Installing

npm install articleify -g

Usage

articleify generate

Generate a stubbed markdown file from a template. This process populates html-frontmatter compatible meta-information, which is used when your article is converted to HTML.

articleify generate --output-directory=./markdown

articleify build

Convert a directory of markdown files into HTML. html-frontmatter meta-information is used to add schema.org compatible microdata.

articleify build ./