Skip to content

aulvi/nodepdx.github.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodePDX Website

Source code for: http://nodepdx.org

Blog

The blog is statically generated using grunt.

To make this work, first npm install to ensure you have everything you need.

Then run grunt.

Assuming all goes well, it will find all .md files in ~/blog/markdown and convert them to .html files with the same name in ~/blog, as well as updating ~/blog/index.html.

To add a blog post, create a .md file in ~/blog/markdown then run grunt to generate static html.

Note: The filename is important! It must formatted YYYY-MM-DD-title-words-seperated-by-dashes.md.

About

Community site for the NodePDX Conference powered by GitHub Pages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.3%
  • HTML 29.9%
  • CSS 10.8%