mirror of
				https://github.com/TheLocehiliosan/yadm
				synced 2025-06-13 13:03:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			141 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			141 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| start:
 | |
| 	bundle exec jekyll serve --config _config.yml,_config.dev.yml --watch >/dev/null 2>&1 &
 | |
| 
 | |
| stop:
 | |
| 	pkill -f jekyll
 | |
| 
 | |
| restart: stop start
 |