1
1
2
- ## CONTENTS OF THIS FILE
3
-
2
+ CONTENTS OF THIS FILE
3
+ ---------------------
4
4
5
5
* Installing Kalatheme
6
6
* Automatic Setup and Subthemes
7
7
* Manually Installing Bootstrap
8
8
* Creating a Subtheme
9
9
* Key Features
10
10
11
- ### INSTALLING KALATHEME
12
-
11
+ INSTALLING KALATHEME
12
+ --------------------
13
13
Unlike other Drupal themes Kalatheme requires some other modules to work
14
14
properly. Please verify you have the following before proceeding with
15
15
installation. If you fail to do as Kalatheme has requested it will bug
@@ -34,9 +34,9 @@ Some people having troubles using the Kalacustomize plugin were helped by
34
34
Patch #5 here: https://drupal.org/node/2024441
35
35
which was rolled against Panels 3.3+41-dev
36
36
37
- ### AUTOMATIC SETUP & SUBTHEMES
38
-
39
- Kalatheme is meant to be a base theme that is used to build more powerful
37
+ AUTOMATIC SETUP & SUBTHEMES
38
+ ---------------------------
39
+ Kalatheme is meant to be the base theme that is used to build more powerful
40
40
subthemes. Subthemes inherit almost all of the propoerties of their base theme
41
41
so you can reduce theme clutter and start on the 10th floor. Here is some
42
42
documentation on creating a basic subtheme
@@ -47,8 +47,8 @@ subtheme.
47
47
https://drupal.org/node/2167149
48
48
49
49
50
- ### MANUALLY INSTALLING BOOTSTRAP
51
-
50
+ MANUALLY INSTALLING BOOTSTRAP
51
+ -----------------------------
52
52
Kalatheme doesn't do much without a Bootstrap Library so you are going to need
53
53
to shop around for one.
54
54
@@ -58,7 +58,7 @@ to shop around for one.
58
58
* If you are looking for a free and pre-made custom version of Bootstrap:
59
59
http://bootswatch.com/
60
60
61
- * If you are looking to roll with a custom version of Bootstrap try out
61
+ * If you are looking to rool with a custom version of Bootstrap try out
62
62
http://getbootstrap.com/customize/
63
63
https://drupal.org/node/2167149
64
64
@@ -80,7 +80,7 @@ different themes.
80
80
Custom Bootstrap libraries can use a non-standard files scheme so you need to
81
81
make sure that your bootstrap directory looks like the following folders and
82
82
files.
83
- ```
83
+
84
84
/CURRENT-THEME_bootstrap
85
85
/CURRENT-THEME_bootstrap/css
86
86
/CURRENT-THEME_bootstrap/css/bootstrap.css
@@ -89,21 +89,18 @@ files.
89
89
/CURRENT-THEME_bootstrap/js/
90
90
/CURRENT-THEME_bootstrap/js/bootstrap.js
91
91
/CURRENT-THEME_bootstrap/js/bootstrap.min.js
92
- ```
93
92
94
- ** IMPORTANT** The only actual requirement here is that either css/bootstrap.css or
93
+ IMPORTANT: The only actual requirement here is that either css/bootstrap.css or
95
94
css/bootstrap.min.css exist and that they both have some sort of version
96
95
information at the top like this:
97
96
98
- ``` js
99
97
/*!
100
98
* Bootstrap v3.0.0
101
99
*
102
100
* Copyright 2013 Twitter, Inc
103
101
* Licensed under the Apache License v2.0
104
102
* http://www.apache.org/licenses/LICENSE-2.0
105
103
106
- ```
107
104
Most themes have this by default and you can use the above as a basis. It is
108
105
also worth noting that while you only need boostrap.(min).css for this to "work"
109
106
you will likely be disappointed if you don't have the JS and font files as well.
@@ -114,8 +111,8 @@ files in a KalaSUBtheme.
114
111
You also do not need to have the minified files to get this to work but they are
115
112
highly recommended for better performance.
116
113
117
- ### KEY FEATURES
118
-
114
+ KEY FEATURES
115
+ ------------
119
116
* Settings
120
117
On the settings page for Kalatheme you can configure how you want the style
121
118
plugin to work.
@@ -145,13 +142,5 @@ highly recommended for better performance.
145
142
https://drupal.org/node/2167223
146
143
https://drupal.org/node/2167225
147
144
148
- * Accessibility (Coming soon!)
149
- Kalatheme strives to provide and improve accessibiltiy for all users. Please
150
- report issues with the tag `a11y`.
151
-
152
- * Moving to hosting releases on github and Drupal.org.
153
- * Github hosts the source on master and releases on the release branch.
154
- * Post issues ot Drupal.org, but develop against source on github.
155
-
156
- * SASS and COMPASS Support
145
+ * SASS and COMPASS Support
157
146
https://drupal.org/node/2167227
0 commit comments