From fe3c2f5ea5cb024d3e6efe84d1283bacdfc51ccf Mon Sep 17 00:00:00 2001 From: fundor333 Date: Fri, 17 Jan 2025 11:47:20 +0100 Subject: [PATCH] Add micro --- config/_default/params.yaml | 19 +++++++++++++++++++ layouts/_default/single.html | 26 ++++++++++++++++++++++++++ layouts/partials/footer.html | 4 +++- layouts/partials/hcard.html | 29 +++++++++++++++++++++++++++++ 4 files changed, 77 insertions(+), 1 deletion(-) create mode 100644 layouts/_default/single.html create mode 100644 layouts/partials/hcard.html diff --git a/config/_default/params.yaml b/config/_default/params.yaml index c7d4e5eb..2f259cb2 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -45,3 +45,22 @@ author: name: "Fundor333" description: "Pythonista, Backend Developer, Photographer, Dev Ops, Ex-Scout, Bookworm and Tea Lover. Sometime you can find me in a GDG, a DataBeers, a Pycon, a Comicon 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, data sharing and bots. A lot of my personal stuff are here in my blog and some in my Github." fediverseAccount: "@fundor333@mastodon.social" + +hcard: + avatar: "img/logo.png" + fullName: Fundor333 + pronouns: + - he + - his + nickname: F333 + city: Venice + region: Ve + country: IT + showLocation: true + social: + - platform: email + identity: blog@fundor333.com + url_pattern: mailto:%s + - platform: github + identity: fundor333 + url_pattern: https://github.com/%s diff --git a/layouts/_default/single.html b/layouts/_default/single.html new file mode 100644 index 00000000..a2abf627 --- /dev/null +++ b/layouts/_default/single.html @@ -0,0 +1,26 @@ +{{ define "main" }} +
+
+ + {{- partial "comments.html" . -}} +
+
+{{ end }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index d05a9f3b..454eb42f 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,6 +1,8 @@