Bootstrap CDN
Deploy your own copy on Heroku
Requirements
Running
Use node make <task>.
Development
npm install
node make test runDemonized
##
# for the following make tasks, you can also run:
#
# npm run <task name>
##
# start server
node make start
# stop server
node make stop
# restart server
node make restart
# server status
node make status
# view logs
node ./node_modules/.bin/forever logs app.jsConfiguration
config/_config.yml
Key Overview:
port: Integer value of the Node application port.theme: Integer value of the array index from thebootswatchsection below.authors: Array of author Stringsdescription: String containing the meta description of the site.stylesheets: Array containing stylesheet files to be loaded at the top of the site.javascripts: Array containing JavaScript files to be loaded eitherbefore(at the top) orafter(at the bottom) of the site.bootswatch: Hash containing current Bootswatch meta data and themes.bootlint: Array of hashes containing Bootlint meta data and pathing.bootstrap: Array of hashes containing Bootstrap meta data and pathing.
