From e26a279bbbf24e6bb5a8b593ac0f69ebd89371a2 Mon Sep 17 00:00:00 2001 From: Fundor333 Date: Sun, 11 Jan 2026 23:18:15 +0100 Subject: [PATCH] Update site configuration and add new pages for about and citation preferences --- config/_default/params.yaml | 2 +- content/_index.md | 2 -- content/about.md | 11 +++++++++++ content/cite.md | 28 ++++++++++++++++++++++++++++ 4 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 content/about.md create mode 100644 content/cite.md diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 1809fcee..0add9f78 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -12,7 +12,7 @@ defaultColor: # Setting it to 'auto' applies the color scheme based on the visitor's device color preference.If you don't specify anything, ignore this parameter, or leave it blank, # the default value is set to 'auto'. # You can take a look at layouts/index.html for more information. -mainSections: ["post", "photos", "weeknote", "now", "micro"] +mainSections: ["post", "photos", "now", "micro"] secondarysections: [] feedSections: ["post", "photos", "micro", "weeknote"] commentSections: ["post", "photos", "micro", "weeknote", "series"] diff --git a/content/_index.md b/content/_index.md index b90b2edd..ab9ec1cb 100644 --- a/content/_index.md +++ b/content/_index.md @@ -10,5 +10,3 @@ Sometime you can find me in a GDG, a DataBeers, a Pycon, a Comicon or other simi 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. - - diff --git a/content/about.md b/content/about.md new file mode 100644 index 00000000..352f9e8e --- /dev/null +++ b/content/about.md @@ -0,0 +1,11 @@ +--- +title: "Agout" +type: page +specialpost: true +allpage: true +summary: A page about me +--- + +## Fundor 333's personal space on the web + +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. diff --git a/content/cite.md b/content/cite.md new file mode 100644 index 00000000..ae031b6f --- /dev/null +++ b/content/cite.md @@ -0,0 +1,28 @@ +--- +title: "Cite" +type: page +specialpost: true +allpage: true +summary: How to cite this blog or the post +--- + +## What is this page? + +This page is my citation preferences. [^1] + +[^1]: Idea taken from [this post](https://jamesg.blog/2026/01/06/citation-preferences) + +When diting a post on my website, please refer to me as Fundor333 or F333. +My pronouns are he/him/his. + +Here is an example to how to cite a post on this website + +> In [Django Generate Barcode With Reportlab](https://fundor333.com/post/2025/django-generate-barcode-with-reportlab/) Fundor333 wrote about ... + +Or you can refer a post as the all blog + +> [Fundor333's Blog](https://fundor333.com) has a page where describe all his tech hardware... + +For academic-style referencing, please use Fundor333 - Matteo Scarpa as the author name and Fundor333.com as the site name. + +If you have some question about how to cite my blog or how I cite your work you can write me at [blog@fundor333.com](mailto:blog@fundor333.com)