view config/definition.sh @ 163:b8e16c48a5a4 default tip

Update template
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Tue, 17 Jan 2017 17:18:41 +0900
parents b210051ca507
children
line wrap: on
line source

#!/bin/sh

# new slide definitions

slide_root_dirname="slides"
slide_date_format="%Y%m%d"
slide_name="slide.md"
slide_template_file="template/${slide_name}"

# build definitions

build_command="slideshow"
build_template_option="-t s6cr"
build_target_filename=${slide_name}

# index definitions
index_source_name="index.md"
index_file_name="index.html"
index_template_file="template/index.html.erb"

# definitions for save generated slides
save_repository_path="../generated_seminar_slides"
save_directory_path="${save_repository_path}/${slide_root_dirname}"