better config
This commit is contained in:
parent
0ef0cd341b
commit
6c2a1efe86
2 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@ set -e
|
|||
echo "Building document"
|
||||
make pdf
|
||||
mkdir public
|
||||
mv build/mainfile.pdf public
|
||||
mv build/mainfile.log public
|
||||
mv build/$mainfile.pdf public
|
||||
mv build/$mainfile.log public
|
||||
cd public/
|
||||
tree -H '.' -I "index.html" -D --charset utf-8 -T "course" > index.html
|
||||
tree -H '.' -I "index.html" -D --charset utf-8 -T "$course" > index.html
|
||||
|
|
10
config.yaml
10
config.yaml
|
@ -1,5 +1,5 @@
|
|||
mainfile: 2021_Systemnahe_Programmierung
|
||||
course: Systemnahe Programmierung
|
||||
stylefile: sysprog
|
||||
repo: https://jrpie-notes.gitlab.com/sysprog
|
||||
term: 2021/2022
|
||||
mainfile='2021_Systemnahe_Programmierung'
|
||||
course='Systemnahe Programmierung'
|
||||
stylefile='sysprog'
|
||||
repo='https://jrpie-notes.gitlab.com/sysprog'
|
||||
term='2021/2022'
|
||||
|
|
Loading…
Reference in a new issue