File tree 2 files changed +20
-15
lines changed
2 files changed +20
-15
lines changed Original file line number Diff line number Diff line change 107
107
108
108
def get_profile ( args )
109
109
if args [ :profile ] . nil?
110
- profile = "editor "
110
+ profile = "development "
111
111
else
112
112
profile = args [ :profile ]
113
113
end
Original file line number Diff line number Diff line change @@ -2,6 +2,24 @@ title: Jakarta Bean Validation
2
2
# interpolate content of the markup like #{page.title}
3
3
interpolate : true
4
4
5
+ # Default minify settings
6
+ js_minifier : disabled
7
+ css_minifier : enabled
8
+ html_minifier : disabled
9
+ minified : .min
10
+
11
+ # Various settings
12
+ enable_google_analytics : true
13
+ google_analytics :
14
+ account : UA-24703879-1
15
+ disqus : beanvalidation
16
+
17
+ # Various resources
18
+ semantic_ui_css_url : https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic
19
+ jquery_js_url : https://code.jquery.com/jquery-3.1.1
20
+ semantic_ui_js_url : https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic
21
+ match_height_js_url : https://cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.7.2/jquery.matchHeight
22
+
5
23
asciidoctor :
6
24
:safe : safe
7
25
:attributes :
@@ -17,27 +35,14 @@ asciidoctor:
17
35
18
36
19
37
profiles :
20
- editor : &base
21
- semantic_ui_css_url : https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic
22
- jquery_js_url : https://code.jquery.com/jquery-3.1.1
23
- semantic_ui_js_url : https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic
24
- match_height_js_url : https://cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.7.2/jquery.matchHeight
25
38
development :
26
- << : *base
27
39
disqus_developer : true
40
+ minified : " "
28
41
enable_google_analytics : false
29
42
staging :
30
- << : *base
31
43
disqus_developer : true
32
- minified : .min
33
44
base_url : http://staging.beanvalidation.org/
34
45
enable_google_analytics : false
35
46
production :
36
- << : *base
37
- minified : .min
38
47
base_url : http://beanvalidation.org/
39
- enable_google_analytics : true
40
48
41
- google_analytics :
42
- account : UA-24703879-1
43
- disqus : beanvalidation
You can’t perform that action at this time.
0 commit comments