fix: workaround Hugo bug with non-ASCII characters
See https://github.com/gohugoio/hugo/issues/5687
This commit is contained in:
		@@ -35,6 +35,7 @@ enableGitInfo = false
 | 
				
			|||||||
defaultContentLanguage = "en"
 | 
					defaultContentLanguage = "en"
 | 
				
			||||||
hasCJKLanguage = false  # Set `true` for Chinese/Japanese/Korean languages.
 | 
					hasCJKLanguage = false  # Set `true` for Chinese/Japanese/Korean languages.
 | 
				
			||||||
defaultContentLanguageInSubdir = false
 | 
					defaultContentLanguageInSubdir = false
 | 
				
			||||||
 | 
					removePathAccents = true  # Workaround for https://github.com/gohugoio/hugo/issues/5687
 | 
				
			||||||
 | 
					
 | 
				
			||||||
paginate = 10  # Number of items per page in paginated lists.
 | 
					paginate = 10  # Number of items per page in paginated lists.
 | 
				
			||||||
enableEmoji = true
 | 
					enableEmoji = true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user