mirror of
				https://github.com/jakejarvis/jarv.is.git
				synced 2025-10-31 05:06:02 -04:00 
			
		
		
		
	also migrated SASS to latest syntax (via dart-sass) and vastly simplified light/dark theme logic
		
			
				
	
	
		
			30 lines
		
	
	
		
			397 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			397 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Hugo stuff that doesn't play well with Prettier
 | |
| assets/**/vendor/
 | |
| layouts/
 | |
| static/
 | |
| hugo_stats.json
 | |
| data/manifest.json
 | |
| 
 | |
| # output from Hugo
 | |
| public/
 | |
| builds/
 | |
| resources/
 | |
| _vendor/
 | |
| 
 | |
| # dotfiles/config
 | |
| .*
 | |
| postcss.config.js
 | |
| webpack.config.js
 | |
| gulpfile.js
 | |
| babel.config.json
 | |
| tsconfig.json
 | |
| 
 | |
| # miscellaneous
 | |
| vercel.json
 | |
| .vercel/
 | |
| .github/
 | |
| .lighthouseci/
 | |
| .vscode/
 | |
| LICENSE.md
 | |
| content/notes/dark-mode/example.html
 |