- Notifications
You must be signed in to change notification settings - Fork0
Bootstrap + Assemble starter kit for putting together static websites and documentation
License
albogdano/bootup
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ABootstrap +Assemble +HTML5 Boilerplate starter kit.
WithbootUP you can quickly build responsive static websites and iterate on themwithout refreshing the browser!It contains some of the most widely used frontend tools and frameworks.
- Bootstrap - CSS and JS framework
- Assemble - static site generator
- HTML5 Boilerplate - HTML5 barebones template
- Grunt - Javascript build tool
- Bootswatch - a collection of Bootstrap themes
- Font Awesome - icon font
Skip this part if you already have Node.js, Grunt and Bower on your machine.
- GetNode.js
- Install Grunt -
$ npm install -g grunt-cli
- Install Bower -
$ npm install -g bower
- Download bootUPor clone it.
$ npm install
$ grunt server
Other tasks:
- Build:
$ grunt
- Clean:
$ grunt clean
- Clean & Build:
$ grunt cb
(also validates HTML and Javascript)
Note: if you get the errorENOSPC
Error on Linux, do this:
$echo fs.inotify.max_user_watches=524288| sudo tee -a /etc/sysctl.conf&& sudo sysctl -p
Editassemble.json
and changega
to your tracking id anddomain
to match the domain you use for Google Analytics.
Editassemble.json
and changetheme
to any of the Bootswatch theme names:
amelia
,cerulean
,cosmo
,cyborg
,darkly
,flatly
,journal
,lumen
,readable
,simplex
,slate
,spacelab
,superhero
,united
,yeti
Usedefault
for the vanilla Bootstrap style.
Editassemble.json
and changetemplate
to one of the following:
modern-business
,grayscale
,monolite
Currently there are three templates to choose from:
- Modern Business - a full site Bootstrap template
- Grayscale - a nice black & white single page template
- Monolite - a Grayscale clone but lighter. Great as a template for documentation!
Feel free to add more templates by creating a pull request or you could just ask me politely 😉
About
Bootstrap + Assemble starter kit for putting together static websites and documentation