8 lines
145 B
Bash
8 lines
145 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
cd `dirname $0`
|
||
|
docroot="../"
|
||
|
banner_height=banner_height:15ex
|
||
|
templates=$docroot"pandoc_templates"
|
||
|
. $templates"/mkdocs.cfg"
|