mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 08:23:37 +00:00
Set dark mode as default and 'removed' stars from the light mode
Actually, I just made them the same color, because of CSS limitations.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
baseURL: "https://trude.dev"
|
||||
title: trude.dev
|
||||
pagerSize: 5
|
||||
pagination:
|
||||
pagerSize: 5
|
||||
theme: PaperMod
|
||||
copyright: "Open-source - MIT License"
|
||||
#canonifyURLs: true
|
||||
@@ -38,7 +39,7 @@ params:
|
||||
author: "TrudeEH"
|
||||
images: ["logo.svg"]
|
||||
DateFormat: "January 2, 2006"
|
||||
defaultTheme: auto # dark, light
|
||||
defaultTheme: dark # dark, light
|
||||
disableThemeToggle: false
|
||||
social: true
|
||||
mainSections:
|
||||
|
||||
Reference in New Issue
Block a user