Merge branch 'main' into add-copy-button

This commit is contained in:
Bernat Borràs Civil 2024-09-06 19:02:27 +02:00 committed by GitHub
commit 36cb61eed2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 139 additions and 7 deletions

View file

@ -97,7 +97,20 @@ params:
# Enable dark theme
darkMode:
# [Deprecated] Enable dark theme
# This is a deprecated setting, but has not been removed to maintain backward compatibility
# If `theme` is set, the `darkMode` setting will be discarded.
# darkMode:
# enable: true
# Configure theme color settings
theme:
enable: true
services:
light: true # enable light theme. default "true"
dark: true # enable dark theme. default "true"
default: system # can be either light, dark or system. default "system"
# Enable and configure portfolio
portfolio: