Skip to content

Commit

Permalink
add license file
Browse files Browse the repository at this point in the history
  • Loading branch information
core77 committed Dec 28, 2015
1 parent 7d87905 commit d31a144
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
19 changes: 19 additions & 0 deletions LICENSE.md
@@ -0,0 +1,19 @@
The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
12 changes: 1 addition & 11 deletions README.md
Expand Up @@ -42,11 +42,9 @@ Git clone this repository, or download it into a directory of your choice. Insid
`npm start`
This will build your Jekyll site, give you file watching, browser synchronization, auto-rebuild, CSS injecting, Sass sourcemaps etc.

`npm build`
`npm run build`
This builds your site for production, with minified CSS and JavaScript. Run this before you deploy your site!

NOTE: On my linux machine npm build didn't do nothing. Try `npm run build` instead.

`http://127.0.0.1.xip.io:3000`
Here you can access your site. If you want to access it with your phone or tablet, use the external access adress which is showing up in the terminal window.

Expand All @@ -71,11 +69,3 @@ Rsync ist used here to sync our local _site with the remote host. Adjust the SSH
Be careful with this settings since rsync is set to **delete** the files on the remote path!

Deploy with `make deploy`.

## Credits
This package is based on the starting point from [@macbleser](https://github.com/macbleser/jekyll-gulp-sass-foundation) (Here's no deploying to Amazon S3 and gulp font tasks).

The compress.html layout is provided by [@penibelst](http://jch.penibelst.de/).

## License
This package is licensed under the terms of the MIT license.

0 comments on commit d31a144

Please sign in to comment.