From 018ff660e9d687cf5a56c188b3e7727d76919548 Mon Sep 17 00:00:00 2001 From: samtaggart Date: Fri, 20 Dec 2024 10:12:18 -0500 Subject: [PATCH 1/4] Remove reference to petabytes on grid stats --- templates/partials/home/grid_stats.html | 2 +- templates/shortcodes/grid_stats.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/partials/home/grid_stats.html b/templates/partials/home/grid_stats.html index 906b1a759..02740b8b7 100644 --- a/templates/partials/home/grid_stats.html +++ b/templates/partials/home/grid_stats.html @@ -11,7 +11,7 @@
- The total amount of storage (SSD, HDD, & RAM) on the grid. 1 petabyte equals roughly 1 million gigabytes. + The total amount of storage (SSD, HDD, & RAM) on the grid.
SSD CAPACITY
diff --git a/templates/shortcodes/grid_stats.html b/templates/shortcodes/grid_stats.html index 69fa1f389..413dde97c 100644 --- a/templates/shortcodes/grid_stats.html +++ b/templates/shortcodes/grid_stats.html @@ -6,7 +6,7 @@
- The total amount of storage (SSD, HDD, & RAM) on the grid. 1 petabyte equals roughly 1 million gigabytes. + The total amount of storage (SSD, HDD, & RAM) on the grid. Date: Sat, 21 Dec 2024 09:08:33 +0530 Subject: [PATCH 2/4] spelling changed --- content/newsroom/web4_evolution/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/newsroom/web4_evolution/index.md b/content/newsroom/web4_evolution/index.md index c78e68dd9..3f809ce28 100644 --- a/content/newsroom/web4_evolution/index.md +++ b/content/newsroom/web4_evolution/index.md @@ -2,7 +2,7 @@ id: web4_evolution title: ThreeFold’s Web4 - The next evolution of the Internet image_caption: web4_infrastructure -description: TThreeFold announces its Web4 vision and roadmap along with several core components to help Web4 come alive. +description: ThreeFold announces its Web4 vision and roadmap along with several core components to help Web4 come alive. date: 2024-12-12 taxonomies: people: [bernadette_amanda_caster] From 48f0a89e8f04752b37fee55e00b28b75fd7f5ef1 Mon Sep 17 00:00:00 2001 From: Ehab-hassan Date: Tue, 14 Jan 2025 12:57:23 +0200 Subject: [PATCH 3/4] Update README.md added Guidelines for Editing Blog, News, and Team Images --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e99b4ecc5..8e50cf54f 100644 --- a/README.md +++ b/README.md @@ -74,4 +74,16 @@ zola serve Zola will display a local address such as `http://127.0.0.1:1111` which you can click or copy and paste into your browser to view the site on your own machine. -That's it—have fun! \ No newline at end of file +That's it—have fun! + + +# Guidelines for Editing Blog, News, and Team Images + +### General: +Ensure all images are optimized to be less than 1MB for faster loading and better performance. + +### Blog & News: +Use a resolution of **1200 x 600** pixels or maintain the same aspect ratio to fit seamlessly with placeholders. + +### Team: +Keep images square with a resolution of **640 x 640** pixels for consistent appearance. From d4609878448680f5db9a589576e32f7a5c61db2e Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Tue, 28 Jan 2025 11:46:52 +0200 Subject: [PATCH 4/4] update tailwind version --- build.sh | 2 +- env.sh | 2 +- templates/partials/head.html | 30 +++++++++++++++++------------- 3 files changed, 19 insertions(+), 15 deletions(-) diff --git a/build.sh b/build.sh index 8f7469227..2910b187c 100755 --- a/build.sh +++ b/build.sh @@ -26,7 +26,7 @@ elif [[ "$(uname -m)" == "arm64"* ]]; then ASSET="$ASSET-arm64" fi -curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/latest/download/${ASSET}" +curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.4.17/${ASSET}" chmod +x $ASSET mv $ASSET tailwindcss diff --git a/env.sh b/env.sh index 770564b1a..c0bc6c591 100644 --- a/env.sh +++ b/env.sh @@ -42,7 +42,7 @@ if [[ ! -f "$HOME/hero/bin/tailwindcss" ]]; then pushd /tmp rm -f $ASSET rm -f tailwindcss - curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/latest/download/${ASSET}" + curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.4.17/${ASSET}" FILE_SIZE=$(get_file_size "$ASSET") if [[ $FILE_SIZE -lt 20000000 ]]; then diff --git a/templates/partials/head.html b/templates/partials/head.html index afbb00a68..ab15a9bb6 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -87,19 +87,6 @@ d.getElementsByTagName("head")[0].appendChild(s); })(); - - - @@ -162,4 +149,21 @@ href="{{ get_url(path='atom.xml', trailing_slash=false) }}" > {% endblock %} + + + + +