Skip to content

Commit 5ac1b1f

Browse files
committed
[TASK] add felayout_t3kit into theme_t3kit
1 parent a469dfa commit 5ac1b1f

File tree

214 files changed

+21957
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

214 files changed

+21957
-0
lines changed
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory": "dev/bower_components"
3+
}
+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"important":false,
3+
"adjoining-classes": false,
4+
"known-properties": false,
5+
"box-sizing": false,
6+
"box-model": false,
7+
"overqualified-elements": true,
8+
"display-property-grouping": false,
9+
"bulletproof-font-face": false,
10+
"compatible-vendor-prefixes": false,
11+
"regex-selectors": false,
12+
"duplicate-background-images": true,
13+
"duplicate-properties": false,
14+
"empty-rules": 2,
15+
"gradients": false,
16+
"fallback-colors": false,
17+
"font-sizes": false,
18+
"font-faces": true,
19+
"floats": false,
20+
"star-property-hack": 2,
21+
"outline-none": false,
22+
"import": false,
23+
"ids": false,
24+
"underscore-property-hack": 2,
25+
"qualified-headings": false,
26+
"shorthand": false,
27+
"text-indent": false,
28+
"unique-headings": false,
29+
"universal-selector": true,
30+
"unqualified-attributes": true,
31+
"vendor-prefix": false,
32+
"zero-units": 2
33+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# This file is for unifying the coding style for different editors and IDEs
2+
# editorconfig.org
3+
4+
root = true
5+
6+
[*]
7+
indent_style = space
8+
indent_size = 2
9+
10+
end_of_line = lf
11+
charset = utf-8
12+
trim_trailing_whitespace = true
13+
insert_final_newline = true
14+
15+
[*.md]
16+
trim_trailing_whitespace = false
17+
18+
19+
# package.json or .travis.yml
20+
[{package.json,.travis.yml,bower.json}]
21+
indent_style = space
22+
indent_size = 2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
node_modules
2+
css
3+
less
4+
site
5+
small
6+
big
7+
.tmp
8+
temp
9+
.sass-cache
10+
dev/bower_components
11+
.DS_Store
12+
npm-debug.log
13+
*.sublime-*
14+
validation-status.json
15+
.idea
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## [Contributing to t3kit](https://github.com/t3kit/t3kit/blob/master/CONTRIBUTING.md)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
module.exports = function (grunt) {
2+
require('time-grunt')(grunt)
3+
require('load-grunt-config')(grunt, {
4+
data: {
5+
cssFolder: 'css',
6+
lessFolder: 'less',
7+
dev: 'dev',
8+
temp: 'temp',
9+
bc: 'dev/bower_components'
10+
},
11+
jitGrunt: {
12+
jitGrunt: true
13+
}
14+
})
15+
grunt.loadNpmTasks('grunt-notify')
16+
}
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2016 Pixelant
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.
+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# felayout_bluemountain
2+
[![Release](https://img.shields.io/github/release/t3kit/felayout_bluemountain.svg?style=flat-square)](https://github.com/t3kit/felayout_bluemountain/releases)
3+
4+
[![Build Status](https://travis-ci.org/t3kit/felayout_bluemountain.svg?branch=master)](https://travis-ci.org/t3kit/felayout_bluemountain)
5+
6+
Front-End layout for [theme_t3kit_bluemountain](https://github.com/t3kit/theme_t3kit_bluemountain) project
7+
8+
### [CHANGELOG](https://github.com/t3kit/felayout_bluemountain/blob/master/CHANGELOG.md)
9+
### [Contributing to t3kit](https://github.com/t3kit/t3kit/blob/master/CONTRIBUTING.md)
10+
11+
### Required dependencies:
12+
13+
- [Git](https://git-scm.com/)
14+
- [NodeJs](http://nodejs.org/) >=6.9.1
15+
- [NPM](https://github.com/npm/npm) >=3.10.8
16+
- [Bower](http://bower.io/) >=1.8.0 `npm install -g bower`
17+
- [Grunt-cli](http://gruntjs.com/) >=1.2.0 `npm install -g grunt-cli`
18+
19+
### Installation:
20+
21+
First, clone repo:
22+
```bash
23+
git clone [email protected]:t3kit/felayout_bluemountain.git
24+
```
25+
26+
Next, install Bower/NPM dependencies:
27+
28+
```bash
29+
npm install
30+
bower install
31+
```
32+
33+
### Getting Started:
34+
35+
- Run `grunt` to start static server with livereload `localhost:9004`
36+
- Run `grunt +less` to start static server [_same as `grunt`_] plus it generates all Front-End service files plus **LESS** styling for CMS needs, and copy it to `less` folder. _[with livereload]_
37+
- Run `grunt +css` to start static server [_same as `grunt`_] plus it generates all Front-End service files plus **CSS** styling for CMS needs, and copy it to `css` folder. _[with livereload]_
38+
- Run `grunt check` to check HTML/CSS/JS files according project code conventions
39+
- Run `grunt pushSite` to build your static site and push it to separate branch `site`
40+
- Run `grunt pushCss` to compile all Front-End service files plus **CSS** styling for CMS needs, copy it to separate branch `css` and push to remote git server.
41+
- Run `grunt pushLess` to compile all Front-End service files plus **LESS** styling for CMS needs, copy it to separate branch `less` and push to remote git server.
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "felayout_bluemountain",
3+
"devDependencies": {
4+
"jquery": "3.2.1",
5+
"bootstrap": "3.3.7",
6+
"flag-icon-css": "2.8.0",
7+
"swiper": "3.4.2",
8+
"jQuery.dotdotdot": "1.8.3",
9+
"awesomplete": "1.1.1",
10+
"simplelightbox": "1.10.6",
11+
"jarallax": "1.7.3"
12+
}
13+
}
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#00aba9</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>
Loading
Loading
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* TEAM */
2+
Team: t3kit
3+
Site: https://github.com/t3kit
4+
Location: Sweden, Ukraine, ...
5+
6+
/* SITE */
7+
Standards: HTML5, CSS3
8+
Components: TYPO3, t3kit, jQuery, Bootstrap
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "",
3+
"icons": [
4+
{
5+
"src": "\/android-chrome-192x192.png",
6+
"sizes": "192x192",
7+
"type": "image\/png"
8+
},
9+
{
10+
"src": "\/android-chrome-256x256.png",
11+
"sizes": "256x256",
12+
"type": "image\/png"
13+
}
14+
],
15+
"theme_color": "#ffffff",
16+
"display": "standalone"
17+
}
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Disallow: /
Loading

0 commit comments

Comments
 (0)