articleify

1.3.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.3.0
    4
    • latest

Version History

Package Sidebar

Install

npm i articleify

Weekly Downloads

4

Version

1.3.0

License

ISC

Last publish

Collaborators

  • bcoe