Added option to add image (e.g. portrait) on front page
This commit is contained in:
parent
c3bf34a1e0
commit
aba0ed25cc
3 changed files with 13 additions and 1 deletions
|
@ -98,6 +98,10 @@ disableHugoGeneratorInject = false
|
|||
# Set to a valid CSS time value to change the animation duration, "0s" to disable.
|
||||
# logoCursorAnimate = "2s"
|
||||
|
||||
[params.portrait]
|
||||
path = "/img/image.jpg"
|
||||
alt = "Portrait"
|
||||
|
||||
# Social icons
|
||||
[[params.social]]
|
||||
name = "twitter"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue