mirror of
				https://github.com/imfing/hextra.git
				synced 2025-10-30 20:40:15 -04:00 
			
		
		
		
	 83f3b5052e
			
		
	
	83f3b5052e
	
	
	
		
			
			* chore(docs): rename `exampleSite` to `docs` and create `examples` * chore(build): update build script to support new version format and source directories; add v0.10 to documentation menu
		
			
				
	
	
		
			13 lines
		
	
	
		
			377 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			377 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [build]
 | |
| publish = "docs/public"
 | |
| command = "cd docs && hugo --gc --minify --themesDir ../.. -b ${DEPLOY_PRIME_URL}"
 | |
| 
 | |
| # Always trigger a rebuild, even if the files haven't changed.
 | |
| # See https://docs.netlify.com/configure-builds/file-based-configuration/#ignore-builds
 | |
| ignore = "false"
 | |
| 
 | |
| [build.environment]
 | |
| HUGO_VERSION = "0.147.7"
 | |
| GO_VERSION = "1.24.3"
 | |
| NODE_VERSION = "22.16.0"
 |