diff --git a/ContextParts/*/Footer/StatCounter.html b/ContextParts/*/Footer/StatCounter.html index c8fd659..f33bb1d 100644 --- a/ContextParts/*/Footer/StatCounter.html +++ b/ContextParts/*/Footer/StatCounter.html @@ -1,3 +1,4 @@ +

diff --git a/Parts/Standard/Footer.html b/Parts/Standard/Footer.html index d105834..7be5888 100644 --- a/Parts/Standard/Footer.html +++ b/Parts/Standard/Footer.html @@ -1,5 +1,4 @@
-
✨ sitoctt ✨ @@ -7,6 +6,6 @@ Occhi blink blink - - +
Copyright (C) 2022, OctoSpacc diff --git a/Scripts/Deploy.Tor.sh b/Scripts/Deploy.Tor.sh new file mode 100755 index 0000000..1cb14bc --- /dev/null +++ b/Scripts/Deploy.Tor.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +python3 ../staticoso/Source/Build.py \ + --SiteName="sitoctt" \ + --SiteDomain="http://sitoctt2fxjvx3lc2iqqef2aeulflprjaasv2xl4zi7sxxbmvjy5b5yd.onion" \ + --SiteLang="it" \ + --SiteRoot="/" \ + --FolderRoots="{'*':''}" \ + --ContextParts="{'Header':'Tor.html'}"