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
		
			
				
	
	
		
			28 lines
		
	
	
		
			727 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			727 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| # Theme development config for documentation site
 | |
| # https://gohugo.io/configuration/build/#cache-busters
 | |
| [build]
 | |
|   [build.buildStats]
 | |
|     enable = true
 | |
|     disableIDs = true
 | |
|   [[build.cachebusters]]
 | |
|     source = 'assets/notwatching/hugo_stats\.json'
 | |
|     target = 'styles\.css'
 | |
|   [[build.cachebusters]]
 | |
|     source = '(postcss|tailwind)\.config\.mjs'
 | |
|     target = 'css'
 | |
|   [[build.cachebusters]]
 | |
|     source = 'assets/.*\.(js|ts|jsx|tsx)'
 | |
|     target = 'js'
 | |
|   [[build.cachebusters]]
 | |
|     source = 'assets/.*\.(.*)$'
 | |
|     target = '$1'
 | |
| 
 | |
| [module]
 | |
|   [[module.mounts]]
 | |
|     source = "assets"
 | |
|     target = "assets"
 | |
|   [[module.mounts]]
 | |
|     source = "hugo_stats.json"
 | |
|     target = "assets/notwatching/hugo_stats.json"
 | |
|     disableWatch = true
 |