Skip to content

Commit 35adb0a

Browse files
committed
Theme system
1 parent d6a7edb commit 35adb0a

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

02_Theme.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Changes over previous version:
22
- **Removed "exclude" definitions** from tsconfig.json
33
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:
516
```html
617
<head>
718
...
@@ -17,16 +28,6 @@
1728
</body>
1829
```
1930

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-
3031
## Folder structure for custom theme
3132
- **<doc-root> themes/<theme>** : Theme folder
3233
- **<doc-root> themes/<theme>/css** : All style sheets related to theme goes here

0 commit comments

Comments
 (0)