mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 00:13:36 +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:
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,6 @@
|
||||
baseURL: "https://trude.dev"
|
||||
title: trude.dev
|
||||
pagination:
|
||||
pagerSize: 5
|
||||
theme: PaperMod
|
||||
copyright: "Open-source - MIT License"
|
||||
@@ -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:
|
||||
|
||||
@@ -17,9 +17,11 @@
|
||||
{{- print " dark" }}
|
||||
{{- end -}}
|
||||
" id="top">
|
||||
{{ if .IsHome }}
|
||||
<div id='stars'></div>
|
||||
<div id='stars2'></div>
|
||||
<div id='stars3'></div>
|
||||
{{ end }}
|
||||
{{- partialCached "header.html" . .Page -}}
|
||||
<main class="main">
|
||||
{{- block "main" . }}{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user