From aad18bfe2ac6d06823936570b7736e4a6316901b Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 4 Jan 2025 15:32:18 +0800 Subject: [PATCH] users/foo-dogsquared: update homepage links and layout --- .../data/foodogsquared-homepage/links.toml | 14 ++++++++++++++ .../files/homepage/layouts/partials/head.html | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/configs/home-manager/foo-dogsquared/files/homepage/data/foodogsquared-homepage/links.toml b/configs/home-manager/foo-dogsquared/files/homepage/data/foodogsquared-homepage/links.toml index 1f6da5f2..47ac2faf 100644 --- a/configs/home-manager/foo-dogsquared/files/homepage/data/foodogsquared-homepage/links.toml +++ b/configs/home-manager/foo-dogsquared/files/homepage/data/foodogsquared-homepage/links.toml @@ -89,3 +89,17 @@ links = [ ] icon.iconset = "material-design-icons" icon.name = "skull-crossbones" + +[Business] +name = "Business" +flavorText = "Let's get down to bidness" +textOnly = true +weight = 25 +links = [ + { url = "https://webmail.foodogsquared.one", text = "Mail" }, + { url = "https://microsoft365.com/", text = "Microsoft 365" }, + { url = "https://messenger.com/", text = "Messenger" }, + { url = "https://discord.com/", text = "Discord" }, +] +icon.iconset = "material-design-icons" +icon.name = "card-account-details" diff --git a/configs/home-manager/foo-dogsquared/files/homepage/layouts/partials/head.html b/configs/home-manager/foo-dogsquared/files/homepage/layouts/partials/head.html index 0429c43f..9cc497df 100644 --- a/configs/home-manager/foo-dogsquared/files/homepage/layouts/partials/head.html +++ b/configs/home-manager/foo-dogsquared/files/homepage/layouts/partials/head.html @@ -3,8 +3,8 @@ -{{ $site := resources.Get "scss/main.scss" | resources.ToCSS }} -{{ $themes := resources.Get "templates/theme.scss" | resources.ExecuteAsTemplate "css/themes.css" . | resources.ToCSS }} +{{ $site := resources.Get "scss/main.scss" | css.Sass }} +{{ $themes := resources.Get "templates/theme.scss" | resources.ExecuteAsTemplate "css/themes.css" . | css.Sass }} {{ $stylesheets := slice | append $site $themes | resources.Concat "css/main.css" }}