add makefile, fix link padding, test capitalization
This commit is contained in:
		
							
								
								
									
										7
									
								
								Makefile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								Makefile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
			
		||||
.DEFAULT_GOAL := serve
 | 
			
		||||
 | 
			
		||||
help: ## Show all Makefile targets
 | 
			
		||||
	@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
 | 
			
		||||
 | 
			
		||||
serve: ## serve
 | 
			
		||||
	hugo-obsidian -input=content -output=data -index && hugo server	
 | 
			
		||||
		Reference in New Issue
	
	Block a user