5 lines
		
	
	
		
			122 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			122 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 
								 | 
							
								update:
							 | 
						||
| 
								 | 
							
									hugo mod get -u ./...
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								images: 
							 | 
						||
| 
								 | 
							
									FOR %F IN (*.jpg) DO cwebp -af -pass 10 -mt -m 6 -preset picture %F -o %~nF.webp
							 |