Compare commits
3 Commits
master
...
17ff2a8651
Author | SHA1 | Date | |
---|---|---|---|
17ff2a8651 | |||
c5401d6abd | |||
020f01bce9 |
2
build.sh
2
build.sh
@@ -67,4 +67,4 @@ fi
|
|||||||
echo "Using base_url: $BASE_URL"
|
echo "Using base_url: $BASE_URL"
|
||||||
sed "s|base_url = \"BASEURL\"|base_url = \"$BASE_URL\"|" config.templ.toml > config.toml
|
sed "s|base_url = \"BASEURL\"|base_url = \"$BASE_URL\"|" config.templ.toml > config.toml
|
||||||
zola --root $ABS_DIR_OF_SCRIPT build
|
zola --root $ABS_DIR_OF_SCRIPT build
|
||||||
echo "Build completed successfully! Static files generated in public/ directory."
|
rsync -avz --delete public/ "$DEPLOY_PATH"
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# The URL the site will be built for
|
# The URL the site will be built for
|
||||||
base_url = "https://www.mycelium.threefold.io/"
|
base_url = "https://www2.mycelium.threefold.io/"
|
||||||
|
|
||||||
title = "Mycelium"
|
title = "Mycelium"
|
||||||
description = "Our global digital backbone"
|
description = "Our global digital backbone"
|
||||||
|
Reference in New Issue
Block a user