54 lines
1.1 KiB
TOML
54 lines
1.1 KiB
TOML
# SEO keywords and description for your site.
|
|
keywords = "hugo, example, site"
|
|
subtitle = "Example site"
|
|
|
|
# dir name of your blog content (default is `content/posts`).
|
|
# the list of set content will show up on your index page (baseurl).
|
|
contentTypeName = "post"
|
|
|
|
jsonLD = true
|
|
|
|
showAuthor = true
|
|
|
|
[author]
|
|
name = "Example Author"
|
|
email = "user@example.com"
|
|
|
|
[header]
|
|
logo = "logo.svg"
|
|
|
|
[footer]
|
|
since = 2022
|
|
poweredby = true
|
|
|
|
[social_media]
|
|
[[social_media.items]]
|
|
enabled = true
|
|
title = 'Facebook'
|
|
icon = 'brand-facebook'
|
|
link = 'https://www.facebook.com/'
|
|
|
|
[[social_media.items]]
|
|
enabled = true
|
|
title = 'X'
|
|
icon = 'brand-x'
|
|
link = 'https://x.com'
|
|
|
|
[[social_media.items]]
|
|
enabled = true
|
|
title = 'Instagram'
|
|
icon = 'brand-instagram'
|
|
link = 'https://www.instagram.com/'
|
|
|
|
[[social_media.items]]
|
|
enabled = true
|
|
title = 'LinkedIn'
|
|
icon = 'brand-linkedin'
|
|
link = 'https://www.linkedin.com/'
|
|
|
|
[[social_media.items]]
|
|
enabled = true
|
|
title = 'Github'
|
|
icon = 'brand-github'
|
|
link = 'https://github.com'
|