This adds a new Website/Docs for Snix, using Thulite / Doks, which is mostly hugo and a bit of npm. Change-Id: Iea10d4068fa783ec0ddd6bcaba5c8d92b1a1168f
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			312 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			312 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # snix-website
 | |
| 
 | |
| This is the Snix website, hosted on https://snix.dev.
 | |
| 
 | |
| It uses [Doks](https://getdoks.org/), which uses [Thulite](https://thulite.io).
 | |
| 
 | |
| You can either `mg build :website` to use the Nix build, or get an interactive,
 | |
| live-reloading version.
 | |
| 
 | |
| ```console
 | |
| $ mg shell :shell
 | |
| $ npm i
 | |
| $ npm run dev
 | |
| ```
 |