diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 751b7edb..66a01cc7 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -26,4 +26,5 @@ author: twitterpage: "https://twitter.com/fundor333" avatar: "/img/gatto.jpg" url: "https://fundor333.com/cv/" + authorURL: "https://fundor333.com/" description: "Pythonista, Backend Developer, Dev Ops, Ex-Scout, Bookworm and Tea Lover. Sometime you can find me in a GDG, a DataBeers, a Pycon or other similar event. Huge Open Source fan and user I am allways searching something new to do or to study. Huge fan of automation, autodeploy and bots. A lot of my personal stuff are on my blog and more in my Github" diff --git a/go.mod b/go.mod index 60b3d994..726f5b11 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/fundor333/fundor333.github.io go 1.22.5 require ( - github.com/fundor333/macha-theme v1.2.1 // indirect + github.com/fundor333/macha-theme v1.2.2 // indirect github.com/fundor333/macia-image v1.0.1 // indirect github.com/fundor333/macia-indiweb v1.0.0 // indirect ) diff --git a/go.sum b/go.sum index 1512740a..438ed807 100644 --- a/go.sum +++ b/go.sum @@ -20,6 +20,8 @@ github.com/fundor333/macha-theme v1.2.0 h1:GZM5TOWy1F7pedL8n785ep2I+bqXRMeV1TbPN github.com/fundor333/macha-theme v1.2.0/go.mod h1:aAlXN+qVwNF6FskAehppdmea5GGmhaPWL+0BHey1wro= github.com/fundor333/macha-theme v1.2.1 h1:Hfy29wvrMkAQldevhpPmXSZq6vyHC6dqJdhRMx3VYVU= github.com/fundor333/macha-theme v1.2.1/go.mod h1:aAlXN+qVwNF6FskAehppdmea5GGmhaPWL+0BHey1wro= +github.com/fundor333/macha-theme v1.2.2 h1:HuBGu6KJ6IeJRXrqkNMc2WRJVcFyKev4mWRMqHQy4BI= +github.com/fundor333/macha-theme v1.2.2/go.mod h1:cF5tKZFNcp4VAobe0j0Rhn1QYvckUhUnb6T9FRAt1L4= github.com/fundor333/macia-image v0.0.0-20240728183659-e648e0050a87 h1:BwDrTcbkAi0WvySmRGu3vUUVBHYXDqS2QLveRgsL+5c= github.com/fundor333/macia-image v0.0.0-20240728183659-e648e0050a87/go.mod h1:9zBOlIP9CvKcUcK3q+La1av6XH/fWPSApaYF/lvVAKY= github.com/fundor333/macia-image v1.0.0 h1:fZpEgYjCNYidwncWpiowcHI9VCDlp9VaF5YqTe0CqLU=