add gitattributes, gitgnore and config.yml
Showing
3 changed files
with
65 additions
and
0 deletions
.gitattributes
0 → 100644
.gitignore
0 → 100644
1 | # Ignore docs files | ||
2 | .ruby-version | ||
3 | .sass-cache | ||
4 | |||
5 | # Numerous always-ignore extensions | ||
6 | *.diff | ||
7 | *.err | ||
8 | *.orig | ||
9 | *.log | ||
10 | *.rej | ||
11 | *.swo | ||
12 | *.swp | ||
13 | *.zip | ||
14 | *.vi | ||
15 | *~ | ||
16 | |||
17 | # OS or Editor folders | ||
18 | .DS_Store | ||
19 | ._* | ||
20 | Thumbs.db | ||
21 | .cache | ||
22 | .project | ||
23 | .settings | ||
24 | .tmproj | ||
25 | *.esproj | ||
26 | nbproject | ||
27 | *.sublime-project | ||
28 | *.sublime-workspace | ||
29 | .idea | ||
30 | |||
31 | # grunt-html-validation | ||
32 | validation-status.json | ||
33 | validation-report.json | ||
34 | |||
35 | # Folders to ignore | ||
36 | node_modules | ||
37 |
_config.yml
0 → 100644
1 | # Meta data | ||
2 | name: Bootflat | ||
3 | authors: flathemes | ||
4 | description: BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.1 CSS framework. And, for the designers, we offer a free PSD Download. It provides a faster, easier and less repetitive way for web developers or designers to create elegant web apps. | ||
5 | |||
6 | # Dependencies | ||
7 | pygments: true | ||
8 | |||
9 | # Permalinks | ||
10 | permalink: pretty | ||
11 | |||
12 | # Server | ||
13 | source: docs | ||
14 | url: http://bootflat.github.io | ||
15 | encoding: UTF-8 | ||
16 | |||
17 | # Custom vars | ||
18 | current_version: 2.0.1 | ||
19 | repo: https://github.com/bootflat/bootflat.github.io |
-
Please register or sign in to post a comment