Files
hugo/config/_default/languages.en.toml
kbrianngeno 6330092560
Some checks failed
Blowfish Docs Deploy / build (push) Has been cancelled
Blowfish Docs Deploy / deploy (push) Has been cancelled
Test Build / Build Example Site (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Update Hugo version / updateBlowfish (push) Has been cancelled
First commit
Delete exampleSite
Add initial content, images & docker-compose.yml
Use extend-head.html for analytics
Set remote url to gitea.novicelab.io
Remove original .git due to "shallow update not allowed" error
2026-03-14 14:43:39 +00:00

29 lines
794 B
TOML

disabled = false
languageCode = "en"
languageName = "English"
weight = 1
title = "novicelab.io"
[params]
displayName = "EN"
isoCode = "en"
rtl = false
dateFormat = "2 January 2006"
logo = "img/ardhapataka.png"
secondaryLogo = "img/ardhapataka.png"
description = "novicelab.io"
copyright = "2025 - 2026" #"Copy, _right?_ :thinking_face:"
[params.author]
name = "Brian Ng'eno"
email = "kbrianngeno@gmail.com"
image = "img/me.jpeg"
imageQuality = 96
headline = "What I've got going on on my homelab"
bio = "A Sys Dev who needed a new hobby."
links = [
{ email = "mailto:kbrianngeno@gmail.com" },
{ github = "https://github.com/kbrianngeno" },
{ linkedin = "https://linkedin.com/in/kbrianngeno" },
{ x-twitter = "https://twitter.com/kbrianngeno" },
]