Files
fundor333.com/config/_default/params.yaml
fundor333 bbde4caedf Adds micro posts to the home page
Adds support for displaying microposts (e.g. Mastodon toots) on the home
page. This includes adding a new "secondarysections" parameter to the
configuration, updating the index layout to display these posts, and
adding a default comment section to the micro archetype.
2025-05-28 13:07:13 +02:00

71 lines
3.0 KiB
YAML

sitename: Fundor 333
description: Fundor 333's personal space on the web
image: /img/pilogo.jpg
logo: /img/logo.png
images:
- /img/Opengraph.png
defaultColor:
"dark" # set color mode: dark, light, auto
# 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"]
secondarysections: ["micro"]
feedSections: ["post", "photos", "micro", "weeknote"]
commentSections: ["post", "photos", "micro", "weeknote"]
suggestionSections: ["post"]
toc: false # set to false to disable table of contents 'globally'
tocOpen: false # set to true to open table of contents by default
goToTop: true # set to false to disable 'go to top' button
additionalScripts:
[]
# Will try to load 'assets/js/custom.js' and 'assets/js/custom-2.js'.
# Your custom scripts will be concatenated to one file `custom.js`.
# When building for production it will be minified.
# The file `custom.js` is loaded on each page (before body tag ends).
dateFormat:
"2 January 2006" # default date format used on various pages
# See https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference for available date formats.
rssFeedDescription:
"summary" # available options: 1) summary 2) full
# summary - includes a short summary of the blog post in the RSS feed. Generated using Hugo .Summary .
# full - includes full blog post in the RSS feed. Generated using Hugo .Content .
# By default (or if nothing is specified), summary is used.
socialIcons:
- name: "github"
url: "https://github.com/fundor333"
- name: "facebook"
url: "https://www.facebook.com/fundor333"
- name: "mastodon"
url: "https://mastodon.social/@fundor333"
- name: "youtube"
url: "https://www.youtube.com/channel/UC7SGz-dENnmAueXXjP0Ki2A"
- name: "instagram"
url: "https://www.instagram.com/fundor333/"
author:
avatar: "img/logo.png" # put the file in assets folder; also ensure that image has same height and width
# Note: image is not rendered if the resource(avatar image) is not found. No error is displayed.
intro: "Fundor 333's personal space on the web"
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:
nominative: he
oblique: him
possessive: his
nickname: F333
city: Venice
region: Ve
country: IT
showLocation: true
bridgy:
- "mastodon"
- "bluesky"