From 8e9c714bf4f1ae4fb9fe570a4f27eb4e02977950 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 4 Apr 2025 20:21:56 +0000 Subject: [PATCH] some wunky --- assets/css/core/theme-vars.css | 2 +- layouts/partials/home_info.html | 78 +++++++++++++++++++++++++++++ layouts/partials/index_profile.html | 2 +- 3 files changed, 80 insertions(+), 2 deletions(-) diff --git a/assets/css/core/theme-vars.css b/assets/css/core/theme-vars.css index 1a4befdb..eb0e4514 100644 --- a/assets/css/core/theme-vars.css +++ b/assets/css/core/theme-vars.css @@ -19,7 +19,7 @@ .dark { --theme: #0C0B11; - --entry: rgb(46, 46, 51); + --entry: #553a4a31; --primary: rgb(218, 218, 219); --secondary: rgb(155, 156, 157); --tertiary: rgb(65, 66, 68); diff --git a/layouts/partials/home_info.html b/layouts/partials/home_info.html index 199dfb72..1a2f5015 100644 --- a/layouts/partials/home_info.html +++ b/layouts/partials/home_info.html @@ -1,13 +1,91 @@ {{- with site.Params.homeInfoParams }} + + +

{{ .Title | markdownify }}

+
{{ .Content | markdownify }}
+
{{ partial "social_icons.html" (dict "align" site.Params.homeInfoParams.AlignSocialIconsTo) }}
+ +
+ {{- with .buttons }} + + {{- end }} +
+ +
+
+ {{- end -}} diff --git a/layouts/partials/index_profile.html b/layouts/partials/index_profile.html index 6882f39b..666055a4 100644 --- a/layouts/partials/index_profile.html +++ b/layouts/partials/index_profile.html @@ -37,7 +37,7 @@ {{- with .buttons }}
{{- range . }} - + {{ .name }} {{- if (findRE "://" .url) }}