From e3563e50f91466b6f5becf488a3c3a5004e75e26 Mon Sep 17 00:00:00 2001 From: Thomas JUND Date: Tue, 7 Mar 2023 09:42:01 +0100 Subject: [PATCH] new_theme: remove pwa, add $base-font, $form-title-style & $toplinks-style --- new_theme.sh | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/new_theme.sh b/new_theme.sh index 5e33977..51b0134 100755 --- a/new_theme.sh +++ b/new_theme.sh @@ -6,8 +6,6 @@ read -p 'folder name : ' folderName read -p 'Theme label : ' themeLabel # Theme Color read -p 'Theme Color (hexa) : ' themeColor -# Active PWA -read -p 'Active PWA (0/1) : ' pwa cd ~/src/publik-base-theme/ @@ -15,18 +13,11 @@ cd ~/src/publik-base-theme/ themefolderPath=static/$folderName mkdir $themefolderPath -# store config PWA -if [ $pwa == 1 ] -then - configPWA='"pwa_display": "standalone",' -fi - # create config.json file cat >${themefolderPath}/config.json <${themefolderPath}/_vars.scss <${themefolderPath}/style.scss <