modification 03 janvier 2026

This commit is contained in:
yann
2026-01-03 18:10:33 +01:00
parent fa2387cb10
commit 3015d3ff94
2 changed files with 10 additions and 2 deletions

2
.directory Normal file
View File

@@ -0,0 +1,2 @@
[Desktop Entry]
Icon=folder-red

View File

@@ -37,6 +37,7 @@ social:
name: Yann name: Yann
email: static@rnmkcy.eu # change to your email address email: static@rnmkcy.eu # change to your email address
links: links:
- https://rnmkcy.eu
# The first element serves as the copyright owner's link # The first element serves as the copyright owner's link
# - https://twitter.com/username # change to your Twitter homepage # - https://twitter.com/username # change to your Twitter homepage
# - https://github.com/username # change to your GitHub homepage # - https://github.com/username # change to your GitHub homepage
@@ -88,7 +89,7 @@ pageviews:
# light — Use the light color scheme # light — Use the light color scheme
# dark — Use the dark color scheme # dark — Use the dark color scheme
# #
theme_mode: dark # [light | dark] theme_mode: # [light | dark]
# The CDN endpoint for media resources. # The CDN endpoint for media resources.
# Notice that once it is assigned, the CDN url # Notice that once it is assigned, the CDN url
@@ -105,7 +106,12 @@ avatar: /assets/img/favicons/favicon-96x96.png
social_preview_image: # string, local or CORS resources social_preview_image: # string, local or CORS resources
# boolean type, the global switch for TOC in posts. # boolean type, the global switch for TOC in posts.
toc: true #toc: true
toc:
enabled: true # boolean type, the global switch for TOC in posts.
# min_heading_level: 2 # Start with heading 2 (i.e. h2)
# max_heading_level: 45 # End with heading 7 (i.e. h7)
comments: comments:
# Global switch for the post-comment system. Keeping it empty means disabled. # Global switch for the post-comment system. Keeping it empty means disabled.