feat: initial homepage redesign (#2621)

Signed-off-by: Daniel Gray <dngray@privacyguides.org>
This commit is contained in:
Jonah Aragon 2024-07-21 14:50:35 +00:00 committed by Daniel Gray
parent 0d3f4681e0
commit 1b99537a5f
No known key found for this signature in database
GPG key ID: 41911F722B0F9AE3
6 changed files with 92 additions and 129 deletions

8
run.sh
View file

@ -86,11 +86,13 @@ if [ "$language" != "en" ]; then
export BUILD_SITE_DIR="site/$language"
export BUILD_SITE_URL="https://privacyguides.org/$language"
export BUILD_THEME_LANGUAGE="$language"
set -a
fi
# Source per-language strings
set -a
# shellcheck disable=SC1090
source "$PWD/includes/strings.$language.env"
set +a
fi
set +a
# Set font if hebrew
if [ "$language" == "he" ]; then