File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Changes over previous version:
2
2
- ** Removed "exclude" definitions** from tsconfig.json
3
3
it causes npm install to fail installing all the required files
4
- - ** File: index.html** :
4
+
5
+
6
+ # Implementation of Theme
7
+
8
+ ## Pre-setup
9
+ Create folder structure for global assets such as stylesheets, images and other scripts
10
+ - ** <doc-root > assets/css** : Globally acccessable style sheets
11
+ - ** <doc-root > assets/img** : Globally acccessable images
12
+ - ** <doc-root > assets/js** : Globally acccessable javascripts
13
+
14
+ As a foundation, Downloaded and deployed bootstrap v4.0.0-alpha.3 in to the assets folders
15
+ ## Changes to File: index.html:
5
16
``` html
6
17
<head >
7
18
...
17
28
</body >
18
29
```
19
30
20
- # Implementation of Theme
21
-
22
- ## Pre-setup
23
- Create folder structure for global assets such as stylesheets, images and other scripts
24
- - ** <doc-root > assets/css** : Globally acccessable style sheets
25
- - ** <doc-root > assets/img** : Globally acccessable images
26
- - ** <doc-root > assets/js** : Globally acccessable javascripts
27
-
28
- As a foundation, Downloaded and deployed bootstrap v4.0.0-alpha.3 in to the assets folders
29
-
30
31
## Folder structure for custom theme
31
32
- ** <doc-root > themes/<theme >** : Theme folder
32
33
- ** <doc-root > themes/<theme >/css** : All style sheets related to theme goes here
You can’t perform that action at this time.
0 commit comments