website/config.toml

24 lines
664 B
TOML

baseURL = 'https://karawale.in/staging'
languageCode = 'en-us'
title = 'Pranav Karawale'
[taxonomies]
tag = 'tags'
[Params]
# This should be the same as baseURL. This is used in some places because
# during development using `hugo server`, the baseURL changes to localhost.
realBaseURL = 'https://karawale.in/staging'
[Params.indieweb]
micropub = 'https://karawale.in/lilac/micropub'
authorization_endpoint = 'https://indieauth.com/auth'
token_endpoint = 'https://tokens.indieauth.com/token'
me = 'https://github.com/retronav'
[Params.me]
name = "Pranav Karawale"
photo = "https://picsum.photos/48"
nickname = "retronav"
note = "Myself. Clarify more about me"