29 lines
819 B
TOML
29 lines
819 B
TOML
baseURL = 'https://riefolo.me'
|
|
languageCode = 'en-us'
|
|
title = 'Mariano Riefolo'
|
|
theme = 'poison'
|
|
|
|
[params]
|
|
brand = 'Mariano Riefolo'
|
|
brand_image = '/images/me.jpg'
|
|
description = 'personal website'
|
|
|
|
menu = [
|
|
{ Name = 'About', URL = '/about/', HasChildren = false },
|
|
{ Name = 'Useful links', URL = '' },
|
|
{ Name = 'Repositories', URL = 'https://git.riefolo.me/mariano', External = true },
|
|
{ Name = "Posts", URL = "/posts/", Pre = "Recent", HasChildren = true, Limit = 5 },
|
|
|
|
]
|
|
|
|
email_url = 'mailto:rfmariano@protonmail.com'
|
|
linkedin_url = 'https://www.linkedin.com/in/riefolo-mariano/'
|
|
signal_url = 'https://signal.me/#eu/etXF_nALrOTC0TQ8ST2oZv9gt3SGoMBC9_93A1IUnr_B-_VSEJpKX7f-zXdFWAOs'
|
|
|
|
rss_icon = true
|
|
rss_section = 'blog'
|
|
|
|
remark42 = true
|
|
remark42_host = "https://remark.riefolo.me"
|
|
remark42_site_id = "remark"
|