mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-04 04:06:36 +00:00 
			
		
		
		
	Use yaml for hugo config
This commit is contained in:
		
							parent
							
								
									84e1c7a4f4
								
							
						
					
					
						commit
						62948a59b7
					
				
					 2 changed files with 12 additions and 3 deletions
				
			
		| 
						 | 
					@ -1,3 +0,0 @@
 | 
				
			||||||
baseURL = "http://example.org/"
 | 
					 | 
				
			||||||
languageCode = "en-us"
 | 
					 | 
				
			||||||
title = "My New Hugo Site"
 | 
					 | 
				
			||||||
							
								
								
									
										12
									
								
								config.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								config.yml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,12 @@
 | 
				
			||||||
 | 
					baseURL: "http://itsdrike.com/"
 | 
				
			||||||
 | 
					languageCode: "en-us"
 | 
				
			||||||
 | 
					title: "ItsDrike"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					staticDir: "static/build"
 | 
				
			||||||
 | 
					assetDir: "static/build"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					buildFuture: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					MetaDataFormat: yaml
 | 
				
			||||||
 | 
					summaryLength: 40
 | 
				
			||||||
 | 
					enableEmoji: true
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue