users/foo-dogsquared: update homepage links and layout

This commit is contained in:
Gabriel Arazas 2025-01-04 15:32:18 +08:00
parent efccbe50cc
commit aad18bfe2a
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
2 changed files with 16 additions and 2 deletions

View File

@ -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"

View File

@ -3,8 +3,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="referrer" content="no-referrer" />
{{ $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" }}
<link rel="stylesheet" href="{{ $stylesheets.RelPermalink }}" />