KEYinternational / bootstrap-cdn

Free Bootstrap hosting on MaxCDN's Content Delivery Network

Home Page:https://www.bootstrapcdn.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap CDN

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

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

# 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 default meta description of the site.
  5. javascripts: Array containing JavaScript files to be loaded.
  6. bootswatch: Hash containing current Bootswatch meta data and themes.
  7. bootlint: Array of hashes containing Bootlint meta data and paths.
  8. bootstrap: Array of hashes containing Bootstrap meta data and paths.

About

Free Bootstrap hosting on MaxCDN's Content Delivery Network

https://www.bootstrapcdn.com

License:MIT License


Languages

Language:JavaScript 89.9%Language:CSS 9.5%Language:HTML 0.5%Language:Shell 0.1%