/bootstrap-cdn

Free Bootstrap hosting on MaxCDN's Content Delivery Network

Primary LanguageJavaScript

Bootstrap CDN

Follow BootstrapCDN on Twitter Linux Build Status Windows Build status dependencies Status devDependencies Status

Deploy your own copy on Heroku

Deploy to Heroku

Requirements

  1. Node.js

Running

Use node make <task>.

Development

npm install

node make test run

Demonized

##
# 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.js

Configuration

config/_config.yml

Key Overview:

  1. port: Integer value of the Node application port.
  2. theme: Integer value of the array index from the bootswatch section below.
  3. authors: Array of author Strings
  4. description: String containing the meta description of the site.
  5. stylesheets: Array containing stylesheet files to be loaded at the top of the site.
  6. javascripts: Array containing JavaScript files to be loaded either before (at the top) or after (at the bottom) of the site.
  7. bootswatch: Hash containing current Bootswatch meta data and themes.
  8. bootlint: Array of hashes containing Bootlint meta data and pathing.
  9. bootstrap: Array of hashes containing Bootstrap meta data and pathing.