Skip to content

Commit

Permalink
second chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
onokumus committed Jul 31, 2016
1 parent 50c347e commit 957ea96
Show file tree
Hide file tree
Showing 845 changed files with 237,406 additions and 115 deletions.
18 changes: 11 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
sudo: false
language: node_js
node_js:
- "6"
- "5"
- "4"
- "0.12"
- "0.10"
before_script:
- "npm install -g grunt-cli"
- "npm install -g bower"
- "bower install"
- "grunt"
after_script:
- "npm run buildrtl"
matrix:
fast_finish: true
allow_failures:
- node_js: "4"
- node_js: "0.10"
- node_js: "0.12"
16 changes: 7 additions & 9 deletions .verb.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ This template currently is slighly outdated but withing few weeks we are going t
* {%= badge("travis") %}
* [![Dependency Status](https://david-dm.org/puikinsh/Bootstrap-Admin-Template.svg?theme=shields.io)](https://david-dm.org/puikinsh/Bootstrap-Admin-Template)
* [![devDependency Status](https://david-dm.org/puikinsh/Bootstrap-Admin-Template/dev-status.svg?theme=shields.io)](https://david-dm.org/puikinsh/Bootstrap-Admin-Template#info=devDependencies)
* {%= badge("grunt") %}


## TOC
Expand All @@ -23,35 +22,35 @@ This template currently is slighly outdated but withing few weeks we are going t
* Bootstrap 2.3.2 [v1.2](https://github.com/puikinsh/Bootstrap-Admin-Template/archive/v1.2.zip)
ready for use

* Bootstrap 3.3.0 [v{%= version %}](https://puikinsh.com/onokumus/Bootstrap-Admin-Template/archive/master.zip)
ready `dist` folder your use
* Bootstrap 3.3.7 [v{%= version %}](https://puikinsh.com/puikinsh/Bootstrap-Admin-Template/archive/master.zip)
ready `public` folder your use



## Building

#### {%= version %} Version
required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](http://gruntjs.com/getting-started)
required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [gulp](http://gulpjs.com/)

```shell
$ git clone https://github.com/puikinsh/Bootstrap-Admin-Template.git yourfoldername
$ cd yourfoldername
$ npm install
$ bower install
$ npm run build
$ grunt serve
$ gulp serve
```

#### {%= version %} RTL Version
required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](http://gruntjs.com/getting-started)
required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [gulp](http://gulpjs.com/)

```shell
$ git clone https://github.com/puikinsh/Bootstrap-Admin-Template.git yourfoldername
$ cd yourfoldername
$ npm install
$ bower install
$ npm run buildrtl
$ grunt serve
$ gulp serve
```

#### 1.2 Version
Expand All @@ -72,12 +71,11 @@ required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](htt
## Credits
* [node.js](http://nodejs.org/)
* [bower](http://bower.io/)
* [Grunt](http://gruntjs.com/)
* [gulp](http://gulpjs.com/)
* [Assemble](http://assemble.io/)
* [jQuery](http://jquery.com/)
* [Bootstrap](http://getbootstrap.com/)
* [LESS](http://lesscss.org/)
* [Modernizr](http://modernizr.com/)
* [Moment.js](http://momentjs.com/)
* [SubtlePatterns](https://github.com/subtlepatterns/SubtlePatterns)
* [FullCalendar](http://arshaw.com/fullcalendar/)
Expand Down
67 changes: 21 additions & 46 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,60 +1,54 @@
# Bootstrap-Admin-Template
# bootstrap-admin-template

Metis is a simple yet powerful free Bootstrap admin dashboard template that you can feel free to use for any app, SaaS, admin dashboard, user dashbboard, web app, service, software or anything else. Feel free to share and fork it.
Metis is a simple yet powerful free Bootstrap admin dashboard template that you can feel free to use for any app, service, software or anything else. Feel free to share and fork it.

This template currently is slighly outdated but withing few weeks we are going to make a major overhaul making ot the best free admin template you have seen on Github or elsehwere on the web.

* [![Build Status](https://travis-ci.org/puikinsh/Bootstrap-Admin-Template.svg)](https://travis-ci.org/puikinsh/Bootstrap-Admin-Template)
+ [![Dependency Status](https://david-dm.org/puikinsh/Bootstrap-Admin-Template.svg?theme=shields.io)](https://david-dm.org/puikinsh/Bootstrap-Admin-Template)
+ [![devDependency Status](https://david-dm.org/puikinsh/Bootstrap-Admin-Template/dev-status.svg?theme=shields.io)](https://david-dm.org/puikinsh/Bootstrap-Admin-Template#info=devDependencies)
+ [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)
* [![Build Status](https://img.shields.io/travis/Osman%20Nuri%20Okumus/bootstrap-admin-template.svg?style=flat)](https://travis-ci.org/Osman%20Nuri%20Okumus/bootstrap-admin-template)
* [![Dependency Status](https://david-dm.org/puikinsh/Bootstrap-Admin-Template.svg?theme=shields.io)](https://david-dm.org/puikinsh/Bootstrap-Admin-Template)
* [![devDependency Status](https://david-dm.org/puikinsh/Bootstrap-Admin-Template/dev-status.svg?theme=shields.io)](https://david-dm.org/puikinsh/Bootstrap-Admin-Template#info=devDependencies)

## TOC

* [Download](#download)
* [Building](#building)
* [Demo](#demo)
* [Other](#other)
* [Credits](#credits)
* [Author](#author)
* [License](#license)
- [Building](#building)
- [Demo](#demo)
- [Release History](#release-history)
- [Credits](#credits)
- [Author](#author)
- [License](#license)

## Download

*
Bootstrap 2.3.2 [ v1.2](https://github.com/puikinsh/Bootstrap-Admin-Template/archive/v1.2.zip)
* Bootstrap 2.3.2 [v1.2](https://github.com/puikinsh/Bootstrap-Admin-Template/archive/v1.2.zip)
ready for use

+
Bootstrap 3.3.0 [ v2.3.2](https://puikinsh.com/onokumus/Bootstrap-Admin-Template/archive/master.zip)
ready `dist` folder your use

## Building
* Bootstrap 3.3.7 [v2.3.2](https://puikinsh.com/puikinsh/Bootstrap-Admin-Template/archive/master.zip)
ready `public` folder your use

#### 2.3.2 Version

required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](http://gruntjs.com/getting-started)
required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [gulp](http://gulpjs.com/)

```shell
$ git clone https://github.com/puikinsh/Bootstrap-Admin-Template.git yourfoldername
$ cd yourfoldername
$ npm install
$ bower install
$ npm run build
$ grunt serve
$ gulp serve
```

#### 2.3.2 RTL Version

required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](http://gruntjs.com/getting-started)
required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [gulp](http://gulpjs.com/)

```shell
$ git clone https://github.com/puikinsh/Bootstrap-Admin-Template.git yourfoldername
$ cd yourfoldername
$ npm install
$ bower install
$ npm run buildrtl
$ grunt serve
$ gulp serve
```

#### 1.2 Version
Expand All @@ -71,35 +65,16 @@ required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](htt

* [Demo v2.3.2](https://colorlib.com/polygon/metis/)
* [RTL v2.3.2](https://colorlib.com/polygon/metis/rtl/)
*

## Other templates and useful resources
* [Free Admin Templates](https://colorlib.com/wp/free-bootstrap-admin-dashboard-templates/ "Free Bootstrap Admin Templates on Colorlib") - A comprehensive list of the best free Bootstrap admin dashboard templates. All templates are built based on Bootstrap frontend framework making them responsive and mobile friendly. Most of them can compete with premium admin templates.

* [Free Admin Dashboard Templates](https://colorlib.com/wp/free-html5-admin-dashboard-templates/ "List of free HTML based admin templates by Colorlib") - Versatile list of the best free HTML5/CSS3 powered admin templates. Templates are licensed under MIT license making them free for personal and commercial use. However, no support is provided with these templates.

* [AngularJS Templates](https://colorlib.com/wp/angularjs-admin-templates/ "Angular Admin Templates on Colorlib") - Comprehensive list of the most popular AngularJS admin templates. Most of these templates comes with both HTML and Angular version therefore they are not just strictly limited to Angular or some other platform.

* [Premium Admin Templates](https://colorlib.com/wp/html-admin-templates/ "Premium HTML Material Design Admin Templates on Colorlib") - Comprehensive list of premium admin templates designed uing Flat and Material design. Most of these templates comes with both AngularJS and HTML version making your universal tool.

* [Bootstrap Admin Templates](https://colorlib.com/wp/bootstrap-admin-templates/ "List of Premium Bootstrap Admin Templates by Colorlib") - List of Bootstrap admin dashboard templates that uses a minimal yet stunning Flat or Material design. Most of these templates comes as HTML and AngularJS version making them universal and easy to use for your upcoming SaaS, web application, user dashboard, admin dashboard, CRM, ERP, database, or any other data driven interface.

* [WordPress Admin Templates](https://colorlib.com/wp/wordpress-admin-dashboard-themes-plugins/ "List of WordPress Admin Dashboard Templates and Plugins by Colorlib") - List of stunning and customizable WordPress admin dashboard templates that will add a personal touch to your WordPress dashboard via template or plugin.

* [WordPress Themes](https://colorlib.com/wp/free-wordpress-themes/ "List of Free WordPress themes by Colorlib") - Most versatile list of free WordPress themes all licensed under GPL. These themes can be used, shared, tweaked, redistributed without restriction as long as you keep the original copyright/license information.



## Credits

* [node.js](http://nodejs.org/)
* [bower](http://bower.io/)
* [Grunt](http://gruntjs.com/)
* [gulp](http://gulpjs.com/)
* [Assemble](http://assemble.io/)
* [jQuery](http://jquery.com/)
* [Bootstrap](http://getbootstrap.com/)
* [LESS](http://lesscss.org/)
* [Modernizr](http://modernizr.com/)
* [Moment.js](http://momentjs.com/)
* [SubtlePatterns](https://github.com/subtlepatterns/SubtlePatterns)
* [FullCalendar](http://arshaw.com/fullcalendar/)
Expand Down Expand Up @@ -136,7 +111,7 @@ required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](htt
* [screenfull.js](https://github.com/sindresorhus/screenfull.js)
* [metisMenu](https://github.com/onokumus/metisMenu)

## Author
## About Authors

* [Colorlib](https://colorlib.com/) - Colorlib is the most popular source for free WordPress themes and HTML templates.
* [Aigars Silkalns](https://twitter.com/AigarsSilkalns) - Aigars maintains this project and is also the idea author behind Colorlib and everythiwn you will find on that website.
Expand All @@ -149,4 +124,4 @@ Released under the MIT license. This free Bootstrap admin template is distribute

***

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 05, 2016._
_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on July 31, 2016._
2 changes: 1 addition & 1 deletion assemblefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ app.task('html', ['init'], function() {
.pipe(browserSync.stream());
});

app.task('default', ['html']);
app.task('default', ['html', 'html:rtl']);

module.exports = app;
6 changes: 2 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "bootstrap-admin-template",
"description": "Twitter Bootstrap Admin Template",
"authors": [
"puikinsh (http://github.com/puikinsh/)"
],
"authors": "puikinsh (http://github.com/puikinsh/)",
"homepage": "https://github.com/puikinsh/Bootstrap-Admin-Template",
"repository": {
"type": "git",
"url": "git://github.com/puikinsh/Bootstrap-Admin-Template.git"
"url": "git+https://github.com/puikinsh/Bootstrap-Admin-Template.git"
},
"main": [
"dist/core.js",
Expand Down
Loading

0 comments on commit 957ea96

Please sign in to comment.