mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-04 10:22:44 +01:00 
			
		
		
		
	Disable French (#30)
This commit is contained in:
		
				
					committed by
					
						
						digitalcraftsman
					
				
			
			
				
	
			
			
			
						parent
						
							b3742c5b52
						
					
				
				
					commit
					946616d8e1
				
			@@ -1,8 +1,7 @@
 | 
				
			|||||||
baseurl = "https://gohugo.io/"
 | 
					baseurl = "https://gohugo.io/"
 | 
				
			||||||
title = "Hugo Themes"
 | 
					title = "Hugo Themes"
 | 
				
			||||||
author = "Steve Francia"
 | 
					author = "Steve Francia"
 | 
				
			||||||
copyright = "Copyright © 2008–2018, Steve Francia and the Hugo Authors; all rights reserved."
 | 
					copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved."
 | 
				
			||||||
canonifyurls = true
 | 
					 | 
				
			||||||
paginate = 3
 | 
					paginate = 3
 | 
				
			||||||
languageCode = "en"
 | 
					languageCode = "en"
 | 
				
			||||||
DefaultContentLanguage = "en"
 | 
					DefaultContentLanguage = "en"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,3 +1,17 @@
 | 
				
			|||||||
 | 
					languageCode = "en"
 | 
				
			||||||
 | 
					DefaultContentLanguage = "en"
 | 
				
			||||||
 | 
					disableLanguages = ["fr"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[languages.en]
 | 
				
			||||||
 | 
					languageName = "English"
 | 
				
			||||||
 | 
					weight = 1
 | 
				
			||||||
 | 
					title = "Hugo Themes"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[languages.fr]
 | 
				
			||||||
 | 
					languageName = "Français"
 | 
				
			||||||
 | 
					weight = 2
 | 
				
			||||||
 | 
					title = "Thèmes Hugo"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[taxonomies]
 | 
					[taxonomies]
 | 
				
			||||||
category = "categories"
 | 
					category = "categories"
 | 
				
			||||||
tag = "tags"
 | 
					tag = "tags"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user