Framework pour créer son site web en 2 minutes, et en Markdown!
https://www.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
675 B
23 lines
675 B
baseurl = "https://example.com"
|
|
title = "gohugo.io"
|
|
author = "Steve Francia"
|
|
copyright = "Copyright © 2008–2023, Steve Francia and the Hugo Authors; all rights reserved."
|
|
canonifyurls = true
|
|
paginate = 3
|
|
theme = "silhouette-hugo"
|
|
|
|
pygmentsUseClasses=true
|
|
|
|
#disqusShortname = ""
|
|
#googleAnalytics = ""
|
|
|
|
[params]
|
|
author = "Steve Francia"
|
|
introDescription = "Hi, I'm Steve Francia. Author, Speaker, Developer, Creator of Hugo, Cobra and spf13-vim. Former Docker and MongoDB."
|
|
contentSharing = "I'm happy for you to share content on this site, but please provide attribution."
|
|
|
|
[social]
|
|
instagram = "realmattbutton"
|
|
linkedin = "matt-button-2225537"
|
|
twitter = "realmattbutton"
|
|
|
|
|