mirror of https://gitlab.com/octtspacc/sitoctt
10 lines
337 B
Bash
Executable File
10 lines
337 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Why does Python-Markdown on Termux shit itself with local third-party extensions?
|
|
|
|
python3 ../staticoso/Source/Build.py \
|
|
--SiteDomain="https://sitoctt.octt.eu.org" \
|
|
--FolderRoots="{'*':'https://octtspacc.gitlab.io'}" \
|
|
--Minify="False" \
|
|
--MarkdownExts="('attr_list', 'def_list', 'footnotes', 'md_in_html', 'tables')"
|