comparison config/definition.sh @ 11:9dca7035ab93

Generate index page for slides
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Fri, 31 Jan 2014 23:26:36 +0900
parents 8cd28e3368fd
children 0c75a6b0ef8e
comparison
equal deleted inserted replaced
10:455db4624bce 11:9dca7035ab93
10 # build definitions 10 # build definitions
11 11
12 build_command="slideshow" 12 build_command="slideshow"
13 build_template_option="-t shower" 13 build_template_option="-t shower"
14 build_target_filename=${slide_name} 14 build_target_filename=${slide_name}
15
16 # index definitions
17 index_source_name="index.md"
18 index_file_name="index.html"
19 index_template_file="template/index.html.erb"