All checks were successful
Build Blog Docker Image / build docker (push) Successful in 1m4s
27 lines
728 B
TOML
27 lines
728 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."
|
|
|
|
[params.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" },
|
|
]
|