mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Lista sottosezioni in sezioni, fix bianco header
This commit is contained in:
@ -1,23 +0,0 @@
|
||||
#!/bin/sh
|
||||
[ -e ./.env ] && . ./.env
|
||||
|
||||
python3 ../staticoso/App/Source/Build.py \
|
||||
--SiteDomain="https://sitoctt.octt.eu.org" \
|
||||
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'https://sitoctt-assets.octt.eu.org'}" \
|
||||
--DynamicParts="{'Foot':['Eruda.html']}" \
|
||||
--MinifyOutput="False" \
|
||||
--MinifyAssets="False" \
|
||||
--GemtextHeader="\
|
||||
# Spacc
|
||||
|
||||
" \
|
||||
--MastodonURL="https://poliversity.it" \
|
||||
--MastodonToken="$MastodonToken;Debug=True" \
|
||||
--ActivityPubHoursLimit="0" \
|
||||
--GemtextOutput=False
|
||||
#--DiffBuild="True" \
|
||||
#--GemtextOutput=True #\
|
||||
#--MastodonURL="https://botsin.space" \
|
||||
#--MastodonToken="$MastodonToken"
|
||||
|
||||
sh ./Scripts/PostBuild.Common.sh
|
@ -5,9 +5,10 @@ cd "${swd}/.."
|
||||
mkdir -p ./build
|
||||
cd ./build
|
||||
cp -r \
|
||||
../hugo.toml ../i18n \
|
||||
../archetypes ../content \
|
||||
../layouts ../themes \
|
||||
../archetypes ../i18n \
|
||||
../content ../static \
|
||||
../layouts ../themes \
|
||||
../hugo.toml \
|
||||
./
|
||||
|
||||
sh "${swd}/Translate/Get.sh"
|
||||
|
@ -1,9 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
python3.10 ./staticoso/App/Source/Build.py \
|
||||
--SiteDomain="https://sitoctt.octt.eu.org" \
|
||||
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'http://http.sitoctt-assets.octt.eu.org/public'}" \
|
||||
--DynamicParts="{'Head':['Twemoji.html'], 'Footer':['StatCounter.html'], 'Other':['CountWindow.html']}"
|
||||
|
||||
sh ./Scripts/PostBuild.Common.sh
|
||||
sh ./Scripts/Prepare.NoStyle.sh
|
@ -1,19 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
python3 ./staticoso/App/Source/Build.py \
|
||||
--SiteDomain="https://sitoctt.octt.eu.org" \
|
||||
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'https://sitoctt-assets.octt.eu.org'}" \
|
||||
--DynamicParts="{'Head':['Twemoji.html'], 'Footer':['StatCounter.html'], 'Other':['CountWindow.html']}" \
|
||||
--MastodonURL="https://poliversity.it" \
|
||||
--MastodonToken="$MastodonToken" \
|
||||
--ActivityPubHoursLimit=96 \
|
||||
--GemtextOutput=True \
|
||||
--GemtextHeader="\
|
||||
# sitoctt
|
||||
Alcune informazioni importanti sono disponibili su:
|
||||
=> /octt/index.gmi octocapsula/index
|
||||
|
||||
"
|
||||
|
||||
sh ./Scripts/PostBuild.Common.sh
|
||||
sh ./Scripts/Prepare.NoStyle.sh
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
DestinationLanguages = ["it", "en"] # "de", "eo", "es", "fr"
|
||||
DestinationLanguages = ["it", "en"] # "fr", "de", "eo", "es"
|
||||
IncludePaths = ["/"]
|
||||
ExcludePaths = ["/Categories"]
|
||||
|
||||
|
Reference in New Issue
Block a user