First commit
Delete exampleSite Add initial content, images & docker-compose.yml Use extend-head.html for analytics Set remote url to gitea.novicelab.io
This commit is contained in:
29
config/_default/languages.en.toml
Normal file
29
config/_default/languages.en.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
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" },
|
||||
]
|
||||
Reference in New Issue
Block a user