Skip to content

Commit 074ab4d

Browse files
committed
new release 5.0
1 parent 66dec4f commit 074ab4d

File tree

164 files changed

+72062
-5385
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+72062
-5385
lines changed

build-new.sh

Lines changed: 0 additions & 667 deletions
This file was deleted.

build.properties

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ZIP_EXPORT_FOLDER='no'
44
NUMBER_SECTIONS='no'
55
NUMBER_OFFSET='no'
66
CURRENT_NUMBER_OFFSET=1
7+
REMOVE_GENERATE_MD_FILES='yes'
78

89
ERROR=0
910
WARNING=1
@@ -13,22 +14,23 @@ DEBUG=4
1314
VERBOSE=5
1415
LOG_LEVEL="$INFO"
1516

16-
REMOVE_GENERATE_MD_FILE='yes'
17-
1817
#THEME='black|white|league|sky|beige|simple|serif|blood|night|moon|solarized'
1918
REVEAL_JS_THEME='beige'
2019
REVEAL_JS_SHOW_TITLE_FOOTER='yes'
2120
REVEAL_JS_DEFAULT_TITLE_FOOTER='yes'
2221
REVEAL_JS_TITLE_FOOTER="'MarkdownSlides by @asanzdiego :-)'"
2322
REVEAL_JS_SHOW_MENU='yes'
24-
REVEAL_JS_ONLINE='yes'
23+
REVEAL_JS_SHOW_CHALKBOARD='yes'
24+
REVEAL_JS_ONLINE='no'
2525

2626
REVEAL_JS_URL_OFFLINE='../lib/reveal.js/'
2727
REVEAL_JS_MENU_URL_OFFLINE='../lib/reveal.js-menu/'
2828
REVEAL_JS_TITLE_FOOTER_URL_OFFLINE='../lib/reveal.js-title-footer/'
29+
REVEAL_JS_CHALKBOARD_URL_OFFLINE='../lib/reveal.js-plugins/chalkboard/'
2930
REVEAL_JS_URL_ONLINE='https://asanzdiego.github.io/markdownslides/doc/lib/reveal.js/'
3031
REVEAL_JS_MENU_URL_ONLINE='https://asanzdiego.github.io/markdownslides/doc/lib/reveal.js-menu/'
3132
REVEAL_JS_TITLE_FOOTER_URL_ONLINE='https://asanzdiego.github.io/markdownslides/doc/lib/reveal.js-title-footer/'
33+
REVEAL_JS_CHALKBOARD_URL_ONLINE='https://asanzdiego.github.io/markdownslides/doc/lib/lib/reveal.js-plugins/chalkboard/'
3234

3335
#16:9 -> 800x450 960x540 1024x576 1280x720 1360x765 1600x900 1920x1080
3436
#4:3 -> 800x600 960x720 1024x768 1280x960 1360x1020 1600x1200 1920x1440

0 commit comments

Comments
 (0)