Skip to content

linemanjs/lineman-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lineman-blog

This is a plugin to get started writing a blog with Lineman managing the build and bringing with it both excellent markdown parsing as well as static asset (JS/CSS) management. We recommend you look at our Blog template project as a starting point.

If you'd like to add this to a fresh Lineman project on your own, just:

$ npm install --save-dev lineman-blog

And then start adding Underscore templates to app/templates/**/*.us, posts to app/posts/*.md, and static pages to app/pages/**/*.md. Refer to the Lineman docs for details about how to use Lineman generally.

To review what the default configuration and paths are specific to this plugin, run:

$ lineman config markdown