2014-12-10 11:36:38 +00:00
|
|
|
|
/*
|
2016-04-28 13:19:38 +00:00
|
|
|
|
Theme Name: UnderStrap
|
2015-08-28 15:07:21 +00:00
|
|
|
|
Theme URI: http://understrap.com
|
2014-12-10 17:38:37 +00:00
|
|
|
|
Author: Holger Koenemann
|
|
|
|
|
Author URI: http://www.holgerkoenemann.de
|
2017-05-08 06:57:11 +00:00
|
|
|
|
GitHub Theme URI: holger1411/understrap
|
2016-10-24 00:36:41 +00:00
|
|
|
|
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted /understrap folder.
|
|
|
|
|
That downloads everything and moves it in place so that you can recompile your CSS and JS files;
|
2016-06-24 05:53:19 +00:00
|
|
|
|
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/holger1411/understrap
|
|
|
|
|
A child theme is available on Github, too: https://github.com/holger1411/understrap-child;
|
2018-03-07 10:08:50 +00:00
|
|
|
|
Version: 0.8.1
|
2017-12-11 07:50:55 +00:00
|
|
|
|
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
|
|
|
|
|
UnderStrap is distributed under the terms of the GNU GPL version 2
|
2014-12-10 11:36:38 +00:00
|
|
|
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|
|
|
|
Text Domain: understrap
|
2016-06-24 06:02:49 +00:00
|
|
|
|
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
|
2015-03-13 14:46:51 +00:00
|
|
|
|
|
|
|
|
|
This theme, like WordPress, is licensed under the GPL.
|
2016-06-24 06:02:49 +00:00
|
|
|
|
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
|
2015-03-13 14:46:51 +00:00
|
|
|
|
|
|
|
|
|
Resource Licenses:
|
|
|
|
|
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
|
|
|
|
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
|
|
|
|
|
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
|
|
|
|
|
and of course
|
|
|
|
|
jQuery: https://jquery.org | (Code licensed under MIT)
|
2016-06-24 05:53:19 +00:00
|
|
|
|
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
|
2014-12-10 11:36:38 +00:00
|
|
|
|
*/
|
|
|
|
|
|
2016-06-24 05:53:19 +00:00
|
|
|
|
/*
|
2016-06-24 18:04:05 +00:00
|
|
|
|
This file is just used to identify the theme in WordPress.
|
|
|
|
|
The compiled CSS output can be found in /css/theme.css
|
|
|
|
|
The SASS sources for it can be found in /sass/
|
2016-10-10 09:35:07 +00:00
|
|
|
|
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command
|
2015-03-13 14:46:51 +00:00
|
|
|
|
|
2016-06-24 18:01:55 +00:00
|
|
|
|
...and now go out and play!
|
2014-12-10 11:36:38 +00:00
|
|
|
|
*/
|