blob: 4843d892dbd350291eff1f4e71582b37b3a2dd0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
baseURL = 'https://www.example.com'
languageCode = 'en-us'
title = "My Website"
copyright = "<p> Copyright © 2022, All rights Reserved </p>"
theme = "vidhukant-hugo"
[params]
# if you want to use the 90's style web buttons, add them as such in this list
gifs = [
"<a href=''><img src='' target='_blank' alt='' width='88'></a>"
, "<a href=''><img src='' target='_blank' alt='' width='88'></a>"
]
blogTitle = "My Blog" # title shown for the blog page
listsTitle = "My Lists" # title shown for the lists page
docsTitle = "My Docs" # title shown for the docs page
[author]
name = ""
email = ""
|