mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
update config
This commit is contained in:
parent
6bf69710ab
commit
94fcaa84e7
36
config.toml
36
config.toml
@ -10,12 +10,40 @@ theme = "hugo-PaperMod"
|
|||||||
|
|
||||||
[params]
|
[params]
|
||||||
ShowReadingTime = true
|
ShowReadingTime = true
|
||||||
|
SetThemeAuto = true
|
||||||
|
contentTypeName = "posts"
|
||||||
|
defaultTheme = "auto"
|
||||||
ShowShareButtons = true
|
ShowShareButtons = true
|
||||||
[params.homeInfoParams]
|
|
||||||
enabled = true
|
|
||||||
Title = "Hi there 👋"
|
|
||||||
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]]
|
||||||
|
Loading…
Reference in New Issue
Block a user