Compare commits
	
		
			5 Commits
		
	
	
		
			master
			...
			developmen
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 2c91e141fc | |||
| 8ee7e4d58b | |||
| 17ff2a8651 | |||
| c5401d6abd | |||
| 020f01bce9 | 
							
								
								
									
										3
									
								
								build.sh
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								build.sh
									
									
									
									
									
								
							@@ -67,4 +67,5 @@ fi
 | 
			
		||||
echo "Using base_url: $BASE_URL"
 | 
			
		||||
sed "s|base_url = \"BASEURL\"|base_url = \"$BASE_URL\"|" config.templ.toml > config.toml
 | 
			
		||||
zola --root $ABS_DIR_OF_SCRIPT build
 | 
			
		||||
echo "Build completed successfully! Static files generated in public/ directory."
 | 
			
		||||
echo "Build completed. Site available in 'public/' directory."
 | 
			
		||||
# Deployment removed: rsync -avz --delete public/ "$DEPLOY_PATH"
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
# The URL the site will be built for
 | 
			
		||||
base_url = "https://www.mycelium.threefold.io/"
 | 
			
		||||
base_url = "https://www2.mycelium.threefold.io/"
 | 
			
		||||
 | 
			
		||||
title = "Mycelium"
 | 
			
		||||
description = "Our global digital backbone"
 | 
			
		||||
 
 | 
			
		||||
@@ -55,7 +55,7 @@ extra:
 | 
			
		||||
    title="Download for Linux", 
 | 
			
		||||
    description="Download the Mycelium binary for Linux directly from its Github repository.", 
 | 
			
		||||
    icon="/images/icons/linux.png",
 | 
			
		||||
    link="https://github.com/threefoldtech/mycelium/releases/tag/v0.6.1",
 | 
			
		||||
    link="https://github.com/threefoldtech/mycelium/releases",
 | 
			
		||||
    link_name="Download Now"
 | 
			
		||||
 | 
			
		||||
    ) }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user