20 lines
450 B
TOML
20 lines
450 B
TOML
baseURL = 'https://developerbedoya.net/'
|
|
languageCode = 'pt-br'
|
|
title = 'Developer Bedoya'
|
|
theme = 'paper'
|
|
sectionPagesMenu = "main"
|
|
disqusShortName = "developerbedoya"
|
|
|
|
[params]
|
|
color = 'linen'
|
|
|
|
twitter = 'developerbedoya'
|
|
github = 'developerbedoya'
|
|
instagram = 'developerbedoya'
|
|
rss = true
|
|
|
|
avatar = 'dbalzate@gmail.com'
|
|
name = 'Daniel Bedoya Alzate'
|
|
bio = 'Software Developer, hobbyist artist and astronomer'
|
|
|
|
monoDarkIcon = true |