Skip to content

Instantly share code, notes, and snippets.

@andyj
Created October 15, 2012 23:07
Show Gist options
  • Save andyj/3896230 to your computer and use it in GitHub Desktop.
Save andyj/3896230 to your computer and use it in GitHub Desktop.
blogcfc2html readme.md

To install

$ git clone https://github.com/andyj/blogcfc2html.git
$ cd blogcfc2html
$ npm install

Once set up you need to edit the MySQL and outPath settings in the config.js file

$ vi cofig.js

You're then setup and can run

$ node createhtml.js

If you need to edit the outputted HTML this can be done in the createHTMLContent() function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment