Update hugo.toml
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 7s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 7s
				
			This commit is contained in:
		| @@ -1,4 +1,4 @@ | |||||||
| FROM klakegg/hugo:ext-alpine as hugo | FROM floryn90/hugo:ext-alpine-ci as hugo | ||||||
|  |  | ||||||
| FROM nginx | FROM nginx | ||||||
| COPY --from=hugo /target /usr/share/nginx/html | COPY --from=hugo /target /usr/share/nginx/html | ||||||
|   | |||||||
| @@ -1,5 +1,4 @@ | |||||||
| baseURL = 'https://rtj.dev/' | baseURL = 'https://rtj.dev/' | ||||||
| languageCode = 'en-us' |  | ||||||
| title = 'rtj.dev' | title = 'rtj.dev' | ||||||
| pagination.pagerSize = 10 | pagination.pagerSize = 10 | ||||||
| theme = 'PaperMod' | theme = 'PaperMod' | ||||||
| @@ -75,8 +74,10 @@ ShowToc = false | |||||||
|   name = 'Rss' |   name = 'Rss' | ||||||
|   url = 'index.xml' |   url = 'index.xml' | ||||||
|  |  | ||||||
|  | [languages] | ||||||
| [languages.en] | [languages.en] | ||||||
| languageName = 'English' | languageName = 'English' | ||||||
|  | languageCode = 'en-us' | ||||||
| weight = 1 | weight = 1 | ||||||
|  |  | ||||||
|   [languages.en.taxonomies] |   [languages.en.taxonomies] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user