mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Nuovo post in Note, agg. CSS
This commit is contained in:
1
Scripts/Build.Test.sh → Scripts/Build.PC.sh
Executable file → Normal file
1
Scripts/Build.Test.sh → Scripts/Build.PC.sh
Executable file → Normal file
@ -5,7 +5,6 @@ source ./.env
|
||||
python3 ../staticoso/Source/Build.py \
|
||||
--SiteDomain="https://sitoctt.octt.eu.org" \
|
||||
--FolderRoots="{'*':'https://octtspacc.gitlab.io'}" \
|
||||
--FeedEntries=10 \
|
||||
--Minify="False" \
|
||||
--GemtextHeader="# Spacc
|
||||
|
9
Scripts/Build.Termux.sh
Normal file
9
Scripts/Build.Termux.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/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')"
|
Reference in New Issue
Block a user