forked from mattbanks/Drupal-7-Starter-Theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gulp_boilerplate.info
60 lines (52 loc) · 1.74 KB
/
gulp_boilerplate.info
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
54
55
56
57
58
59
60
name = gulp_boilerplate
description = Drupal 7 Gulp Starter Theme for use as a starting template for building custom themes. Uses HTML5 Boilerplate with Modernizr and Normalize.css.
version = 1.0
core = 7.x
; ========================================
; Stylesheets
; ========================================
stylesheets[all][0] = build/css/style.css
; ========================================
; Scripts
; ========================================
scripts[0] = build/scripts/vendor/modernizr-2.8.3.min.js
scripts[1] = build/scripts/main.js
; ========================================
; Regions
; ========================================
regions[header] = Header
regions[help] = Help
regions[page_top] = Page top
regions[page_bottom] = Page bottom
regions[highlighted] = Highlighted
regions[featured] = Featured
regions[content] = Content
regions[sidebar_first] = Sidebar first
regions[sidebar_second] = Sidebar second
regions[footer] = Footer
; ========================================
; Settings
; ========================================
settings[toggle_logo] = 1
settings[toggle_name] = 1
settings[toggle_slogan] = 1
settings[toggle_node_user_picture] = 1
settings[toggle_comment_user_picture] = 1
settings[toggle_comment_user_verification] = 1
settings[toggle_favicon] = 0
settings[toggle_main_menu] = 1
settings[toggle_secondary_menu] = 1
settings[default_logo] = 1
settings[logo_path] =
settings[logo_upload] =
settings[default_favicon] = 1
settings[favicon_path] =
settings[favicon_upload] =
settings[magic_css_excludes] = :core
settings[magic_footer_js] = 0
settings[magic_library_head] = 0
settings[magic_experimental_js] = 0
settings[magic_js_excludes] =
settings[magic_rebuild_registry] = 1
settings[magic_viewport_indicator] = 0
settings[magic_modernizr_debug] =