blog/config/_default/languages.en.toml
d3vyce 39d14e056f
All checks were successful
Build Hugo Docker Image / build docker (push) Successful in 5m55s
Build Blog Docker Image / build docker (push) Successful in 1m17s
bump: blowfish/hugo version
2024-10-07 21:41:49 +02:00

27 lines
721 B
TOML

languageCode = "en"
languageName = "English"
weight = 1
title = "d3vyce Blog"
[params]
displayName = "EN"
isoCode = "en"
rtl = false
dateFormat = "2 January 2006"
logo = "img/author_transparent.webp"
# secondaryLogo = "img/secondary-logo.png"
description = "Hi 👋, Welcome to my Blog!"
copyright = "d3vyce 2021-2024 © All rights reserved."
[author]
name = "d3vyce"
image = "img/profil.png"
headline = "Hi 👋, Welcome to my Blog!"
bio = "Cybersecurity, Devops, Infrastructure"
links = [
{ email = "mailto:contact@d3vyce.fr" },
{ link = "https://d3vyce.fr/" },
{ github = "https://github.com/d3vyce" },
{ x-twitter = "https://twitter.com/d3vyce" },
]