mirror of
				https://github.com/imfing/hextra.git
				synced 2025-10-30 20:50:16 -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
		
			
				
	
	
		
			19 lines
		
	
	
		
			396 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			396 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| version: "3"
 | |
| 
 | |
| tasks:
 | |
|   build:
 | |
|     desc: Build Hextra documentation site under `docs`
 | |
|     cmds:
 | |
|       - hugo --gc --minify --themesDir=../.. --source=docs
 | |
| 
 | |
|   css:
 | |
|     depends: [build]
 | |
|     desc: Compile production CSS using PostCSS to `assets/css/compiled/main.css`
 | |
|     cmds:
 | |
|       - npm run build:css
 | |
| 
 | |
|   dev:
 | |
|     desc: Start development server for Hextra theme
 | |
|     cmds:
 | |
|       - npm run dev:theme
 |