mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	update config
This commit is contained in:
		
							
								
								
									
										40
									
								
								config.toml
									
									
									
									
									
								
							
							
						
						
									
										40
									
								
								config.toml
									
									
									
									
									
								
							| @@ -9,13 +9,41 @@ enableInlineShortcodes = true | |||||||
| theme = "hugo-PaperMod" | theme = "hugo-PaperMod" | ||||||
|  |  | ||||||
| [params] | [params] | ||||||
|     ShowReadingTime = true |   ShowReadingTime = true | ||||||
|     ShowShareButtons = true |   SetThemeAuto = true | ||||||
|   [params.homeInfoParams] |   contentTypeName = "posts" | ||||||
|     enabled = true |   defaultTheme = "auto" | ||||||
|     Title = "Hi there 👋" |   ShowShareButtons = true | ||||||
|     Content = "This is Content !! Can be Info, links, social-icons..." |  | ||||||
|  |  | ||||||
|  |   [params.profileMode] | ||||||
|  |   enabled = false | ||||||
|  |   title = "PaperMod" | ||||||
|  |   imageUrl = "#" | ||||||
|  |   imageTitle = "my image" | ||||||
|  |  | ||||||
|  |   [params.homeInfoParams] | ||||||
|  |     Title = "Hi there 👋" | ||||||
|  |     Content = "Welcome to my blog" | ||||||
|  |  | ||||||
|  |   [[params.socialIcons]] | ||||||
|  |   name = "twitter" | ||||||
|  |   url = "#" | ||||||
|  |  | ||||||
|  |   [[params.socialIcons]] | ||||||
|  |   name = "stackoverflow" | ||||||
|  |   url = "#" | ||||||
|  |  | ||||||
|  |   [[params.socialIcons]] | ||||||
|  |   name = "codepen" | ||||||
|  |   url = "#" | ||||||
|  |  | ||||||
|  |   [[params.socialIcons]] | ||||||
|  |   name = "linkedin" | ||||||
|  |   url = "#" | ||||||
|  |  | ||||||
|  |   [[params.socialIcons]] | ||||||
|  |   name = "github" | ||||||
|  |   url = "#" | ||||||
| [menu] | [menu] | ||||||
|  |  | ||||||
|   [[menu.main]] |   [[menu.main]] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange