Update site configuration and add new pages for about and citation preferences
This commit is contained in:
@@ -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"]
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
|
||||
11
content/about.md
Normal file
11
content/about.md
Normal file
@@ -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.
|
||||
28
content/cite.md
Normal file
28
content/cite.md
Normal file
@@ -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)
|
||||
Reference in New Issue
Block a user