diff --git a/content/posts/you-are-everything.md b/content/posts/you-are-everything.md index b5cf0ed..9687769 100644 --- a/content/posts/you-are-everything.md +++ b/content/posts/you-are-everything.md @@ -1,7 +1,7 @@ --- date: '2025-07-16T12:00:00+02:00' title: 'You Are Everything you take with you when you die' -tags: ['phyisk', 'web', 'youtube', 'vsauce'] +tags: ['physik', 'web', 'youtube', 'vsauce'] --- Vsauce ist zurück. Mit einem Hauptvideo. Es ist geil und gruselig zugleich. diff --git a/hugo.yaml b/hugo.yaml index e6f440d..9e14362 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,11 +1,11 @@ -baseURL: 'https://marius-henker.de' +baseURL: 'https://shellixa.de' languageCode: de-DE defaultContentLanguage: de -title: "Marius Henker" +title: "Shellixa's Blog" theme: 'archie' params: - mode: "toggle" + mode: "dark" useCDN: false social: - name: "Mail" @@ -20,4 +20,4 @@ menu: weight: 1 - name: "Tags" url: "/tags" - weight: 2 \ No newline at end of file + weight: 2 diff --git a/themes/archie/assets/css/main.css b/themes/archie/assets/css/main.css index 8dd5a7d..8db24b8 100644 --- a/themes/archie/assets/css/main.css +++ b/themes/archie/assets/css/main.css @@ -4,7 +4,7 @@ --bordercl:rebeccapurple; --calloutcolor:dodgerblue; --hovercolor:navy; ---darkMaincolor: springgreen; +--darkMaincolor: darkorange; } html { color: #232333;