Compare commits
2 Commits
b70638e032
...
f6142d897b
Author | SHA1 | Date |
---|---|---|
Amolith | f6142d897b | |
Amolith | fedf317661 |
2
gen
2
gen
|
@ -8,4 +8,4 @@ fd --exact-depth 3 --no-ignore-vcs '.md' -x pandoc -f markdown -t pdf --lua-filt
|
||||||
fd --exact-depth 3 --no-ignore-vcs '.md' -x pandoc -f markdown -t epub3 --lua-filter=pandoc_config/images.lua --pdf-engine=xelatex -V 'linkcolor:blue' --listings -H pandoc_config/styles.tex {} -o public/{/.}/{/.}.epub
|
fd --exact-depth 3 --no-ignore-vcs '.md' -x pandoc -f markdown -t epub3 --lua-filter=pandoc_config/images.lua --pdf-engine=xelatex -V 'linkcolor:blue' --listings -H pandoc_config/styles.tex {} -o public/{/.}/{/.}.epub
|
||||||
fd --exact-depth 3 --no-ignore-vcs '.md' -x pandoc -f markdown -t plain --lua-filter=pandoc_config/images.lua {} -o public/{/.}/{/.}.txt
|
fd --exact-depth 3 --no-ignore-vcs '.md' -x pandoc -f markdown -t plain --lua-filter=pandoc_config/images.lua {} -o public/{/.}/{/.}.txt
|
||||||
|
|
||||||
rsync -avmzz public/ hel1-srv1:/var/www/secluded/
|
rsync -avmzz public/ hel1:/var/www/secluded/
|
||||||
|
|
Loading…
Reference in New Issue