diff options
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -73,12 +73,11 @@ disableDefaultLanguageRedirect = true # For displaying a logo, adjust to your file's name in your project's hugo.toml. Otherwise the theme uses title instead # logo = "/logo.svg" - # Place files under static/images if you want to display a small image under the title of your homepage - # homepageImage = "/images/my-portrait.jpg" - [params.author] name = "Your Name" email = "your@email.com" + # Place portrait under static/images if you want to display a small image under the title of your homepage + # portrait = "/images/my-portrait.jpg" # Structure your social media profiles like this in your hugo.toml # [[params.socials]] |
