feat: add manual page deployment and rebrand from Auracast to wireless audio
- Update deployment scripts to upload manual/index.html to server - Make deploy_to_hetzner.sh executable - Rebrand site from "Auracast made easy" to "Wireless Audio Made Easy" - Update all meta tags and descriptions to remove Auracast branding - Refine hero headline and call-to-action text - Simplify use case descriptions with clearer, more concise copy - Rewrite "Why Auracast" section as "Why Wireless Audio" with update
This commit is contained in:
3
deploy_to_hetzner.sh
Normal file → Executable file
3
deploy_to_hetzner.sh
Normal file → Executable file
@@ -20,6 +20,9 @@ mkdir img
|
||||
cd img
|
||||
put -r $LOCAL_DIR/img/*
|
||||
cd ..
|
||||
# Ensure manual folder exists and upload manual page
|
||||
mkdir manual
|
||||
put -r $LOCAL_DIR/manual/index.html manual/index.html
|
||||
bye
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user