Compare commits

...

2 commits

Author SHA1 Message Date
baalajimaestro 80a1c551d7
Move deprecated author to params.author
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2024-02-04 11:36:58 +05:30
baalajimaestro fa3112b2b6
Update congo
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2024-02-04 11:34:04 +05:30
4 changed files with 8 additions and 8 deletions

View file

@ -6,11 +6,6 @@ weight = 1
copyright = "&copy; 2023 Maestro Creativescape."
title = "baalajimaestro"
[author]
name = "baalajimaestro"
image = "logo.webp"
headline = "DevOps Engineer, and Self-taught System Administrator"
[params]
isoCode = "en"
displayName = "EN"

View file

@ -16,6 +16,11 @@ description = "baalajimaestro's personal website"
layout = "profile" # valid options: page, profile, custom
showRecent = false
[author]
name = "baalajimaestro"
image = "logo.webp"
headline = "DevOps Engineer, and Self-taught System Administrator"
[article]
showDate = true
dateFormat = "2 January 2006"

2
go.mod
View file

@ -2,4 +2,4 @@ module github.com/baalajimaestro/personal-website
go 1.17
require github.com/jpanther/congo/v2 v2.7.6 // indirect
require github.com/jpanther/congo/v2 v2.8.0 // indirect

4
go.sum
View file

@ -1,2 +1,2 @@
github.com/jpanther/congo/v2 v2.7.6 h1:gBz+Zx6PIVgMhknn0t9uOUQA0sSBFKhH4Miox/q9xew=
github.com/jpanther/congo/v2 v2.7.6/go.mod h1:1S7DRoO1ZYS4YUdFd1LjTkdyjQwsjFWd8TqSfz3Jd+M=
github.com/jpanther/congo/v2 v2.8.0 h1:/XkKK/ywD2SgSwjeYxwx7lLXIM7tt9wS5MvUaAnv9u0=
github.com/jpanther/congo/v2 v2.8.0/go.mod h1:1S7DRoO1ZYS4YUdFd1LjTkdyjQwsjFWd8TqSfz3Jd+M=