diff --git a/Assets/Standard.css b/Assets/Standard.css index 5cd5e5d..9d532b2 100644 --- a/Assets/Standard.css +++ b/Assets/Standard.css @@ -99,6 +99,9 @@ ul { Padding-Top: calc(var(--ContentPadding) + 24px); Padding-Bottom: calc(var(--ContentPadding) + 64px); } +#MainBoxTop { + Color: #505050; +} #BottomBox { Width: 100%; Color: #fafaf0; diff --git a/Pages/Blog/2022-05-30-Come-E-Perche-Il-Sitoctt-Su-Tor.pug b/Pages/Blog/2022-05-30-Come-E-Perche-Il-Sitoctt-Su-Tor.pug index 4b78a0f..9313c42 100644 --- a/Pages/Blog/2022-05-30-Come-E-Perche-Il-Sitoctt-Su-Tor.pug +++ b/Pages/Blog/2022-05-30-Come-E-Perche-Il-Sitoctt-Su-Tor.pug @@ -1,6 +1,6 @@ // Type: Post -// Title: 🌐️ Come e perché il sitoctt su Tor? - Blogocto -// HTMLTitle: 🌐️ Come e perché il sitoctt su Tor? - Blogocto +// Title: 🌐️ Come e perché il sitoctt su Tor? +// HTMLTitle: 🌐️ Come e perché il sitoctt su Tor? // CreatedOn: 2022-05-30 // EditedOn: 2022-06-04 diff --git a/Pages/Blog/index.pug b/Pages/Blog/index.pug index ac55bf9..abc770e 100644 --- a/Pages/Blog/index.pug +++ b/Pages/Blog/index.pug @@ -1,6 +1,6 @@ // Title: 📓️ Blog // HTMLTitle: 📓️ Blog -// Order: 2 +// Order: 30 h1 Blogocto diff --git a/Pages/Chi-Sono.pug b/Pages/Chi-Sono.pug index e92282c..e09ba60 100644 --- a/Pages/Chi-Sono.pug +++ b/Pages/Chi-Sono.pug @@ -1,6 +1,6 @@ // Title: 😺 Chi sono // HTMLTitle: 😺 Chi sono -// Order: 1 +// Order: 20 h1 Chi sono? diff --git a/Pages/PicoBlog.pug b/Pages/PicoBlog.pug index 8f14278..4caa56e 100644 --- a/Pages/PicoBlog.pug +++ b/Pages/PicoBlog.pug @@ -1,6 +1,6 @@ // Title: ✉️ PicoBlog // HTMLTitle: ✉️ PicoBlog -// Order: 3 +// Order: 40 h1 Il mio PicoBlog diff --git a/Pages/index.pug b/Pages/index.pug index 9acb48e..0dc09b2 100644 --- a/Pages/index.pug +++ b/Pages/index.pug @@ -1,6 +1,6 @@ // Title: 🏠 ~Home~ // HTMLTitle: 🏠 ~Home~ -// Order: 0 +// Order: 10 h1 Ciao!! (UwU) diff --git a/Scripts/MakeLocalTwemojis.sh b/Scripts/MakeLocalTwemojis.sh index f2f19d4..f4f6ba9 100755 --- a/Scripts/MakeLocalTwemojis.sh +++ b/Scripts/MakeLocalTwemojis.sh @@ -1,5 +1,7 @@ #!/bin/sh +File=twemoji-amazing-local.css + mkdir -p Scripts.out/Twemoji cd Scripts.out/Twemoji @@ -12,33 +14,24 @@ rm -rf twemoji wget https://nightly.link/SebastianAigner/twemoji-amazing/workflows/build_css/master/artifact.zip unzip artifact.zip rm artifact.zip -mv twemoji-amazing.css twemoji-amazing-local.css +mv twemoji-amazing.css $File # Replace spaces with tabs, save space -sed -i 's/ / /' twemoji-amazing-local.css +sed -i 's/ / /' $File # Blank out CDN URL -sed -i 's/https:\/\/twemoji.maxcdn.com\/v\/latest\///' twemoji-amazing-local.css +sed -i 's/https:\/\/twemoji.maxcdn.com\/v\/latest\///' $File # Personal CSS patches -cat >> twemoji-amazing-local.css << [EOF] +cat >> $File << [EOF] /* Personal CSS patches from - https://gitlab.com/octtspacc/postoctt + https://gitlab.com/octtspacc/sitoctt */ .twa span { - /* Prevents image and text emoji overlap */ - font-size: 0px; + /* Prevents image and text emoji overlap */ + font-size: 0px; } [EOF] - -#wget -O "twemoji-amazing-local.css" "https://octtspacc.gitlab.io/sitoctt-assets/twemoji-amazing.css" -#sed -i 's/https:\/\/twemoji.maxcdn.com\/v\/latest\///' twemoji-amazing-local.css - -#From="https://twemoji.maxcdn.com/v/latest/svg" -#for i in $(grep " background-image: url(" "twemoji-amazing-local.css" | cut -c30- | cut -c${#From}- | rev | cut -c3- | rev) -#do -# wget -O "$i" "$From/$i" -#done diff --git a/Templates/Standard.html b/Templates/Standard.html index af47fdb..4429cd2 100644 --- a/Templates/Standard.html +++ b/Templates/Standard.html @@ -44,7 +44,10 @@
-[HTML:Page:MainBox] +
+[HTML:Page:ContentHeader] +
+[HTML:Page:Content]