Skip to content

polyglotweekly/articleify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

the static site generation tool used by polyglotweekly.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published