-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
53 lines (42 loc) · 1.06 KB
/
Copy pathREADME.txt
File metadata and controls
53 lines (42 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
##### Hal - Starter theme based in bootstrap for Drupal 8
## Requirements
Node.js
Gulp.js
-Included Hal theme
Gulp
Bower
Libsass
Gulp autoprefixer
browser-sync
## Install & Run
-Install
Need Drupal bootstrap theme (https://www.drupal.org/project/bootstrap) installed in:
/sites/themes/contrib/
Place Hal starter theme in:
/sites/themes/custom/
-Into theme Hal directory:
npm install (install dependencies)
Edit gulpfile.js to config your local environment;
run 'gulp'
## Notes:
-Stylesheets remove, override Ej:
in hal.info.yml archive add:
-----------------
stylesheets-remove:
- core/assets/vendor/normalize-css/normalize.css
- core/modules/system/css/system.theme.css
------------------
More info for stylesheets remove, override etc. (D8 section):
https://www.drupal.org/node/1876600
-Debugging Twig templates
in sites/default/services.yml edit:
-----------------
parameters:
twig.config:
debug: true (default is false)
-----------------
More info:
https://www.drupal.org/node/1906392
-Working With Twig Templates
More info:
https://www.drupal.org/node/2186401