forked from opi/basement
-
Notifications
You must be signed in to change notification settings - Fork 0
/
basement.info
70 lines (52 loc) · 2.33 KB
/
basement.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
61
62
63
64
65
66
67
68
69
70
; ----------------------------------------------------------------------
; THEME INFO -----------------------------------------------------------
; ----------------------------------------------------------------------
name = Basement
description = Build your theme from scratch with the right tools !
core = 7.x
engine = phptemplate
; ----------------------------------------------------------------------
; STYLESHEETS ---------------------------------------------------------
; ----------------------------------------------------------------------
; The well kwown alternative to reset CSS
stylesheets[all][] = css/lib/normalize.css
; Even the print stylesheet must be call for media=all. See h5bp.com/r
stylesheets[all][] = css/lib/print.css
; YOUR stylesheet
stylesheets[all][] = css/style.css
; LESS users should comment the line below, and play with main.less
; You must have LESS module installed to compile .less files
;stylesheets[all][] = css/style.less
; ----------------------------------------------------------------------
; SCRIPTS -------------------------------------------------------------
; ----------------------------------------------------------------------
; iOS Orientation Change Fix by Scott Jehl
; from https://github.com/scottjehl/iOS-Orientationchange-Fix
scripts[] = js/lib/ios-orientationchange-fix.js
; Main file, with basement behaviors
scripts[] = js/basement.js
; ----------------------------------------------------------------------
; REGIONS --------------------------------------------------------------
; ----------------------------------------------------------------------
;-- Required Regions
regions[page_top] = Page Top
regions[page_bottom] = Page Bottom
regions[help] = Help
;-- Other Regions
regions[content] = Content
regions[aside] = Aside
regions[footer] = Footer
; ----------------------------------------------------------------------
; OPTIONS --------------------------------------------------------------
; See theme settings page on admin/appearance/settings
; Doc: http://drupal.org/node/221905
; ----------------------------------------------------------------------
features[] = logo
features[] = name
features[] = slogan
;features[] = node_user_picture
features[] = comment_user_picture
features[] = comment_user_verification
;features[] = favicon
features[] = main_menu
features[] = secondary_menu