mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
users/foo-dogsquared: update homepage links and layout
This commit is contained in:
parent
efccbe50cc
commit
aad18bfe2a
@ -89,3 +89,17 @@ links = [
|
|||||||
]
|
]
|
||||||
icon.iconset = "material-design-icons"
|
icon.iconset = "material-design-icons"
|
||||||
icon.name = "skull-crossbones"
|
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"
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="referrer" content="no-referrer" />
|
<meta name="referrer" content="no-referrer" />
|
||||||
|
|
||||||
{{ $site := resources.Get "scss/main.scss" | resources.ToCSS }}
|
{{ $site := resources.Get "scss/main.scss" | css.Sass }}
|
||||||
{{ $themes := resources.Get "templates/theme.scss" | resources.ExecuteAsTemplate "css/themes.css" . | resources.ToCSS }}
|
{{ $themes := resources.Get "templates/theme.scss" | resources.ExecuteAsTemplate "css/themes.css" . | css.Sass }}
|
||||||
|
|
||||||
{{ $stylesheets := slice | append $site $themes | resources.Concat "css/main.css" }}
|
{{ $stylesheets := slice | append $site $themes | resources.Concat "css/main.css" }}
|
||||||
<link rel="stylesheet" href="{{ $stylesheets.RelPermalink }}" />
|
<link rel="stylesheet" href="{{ $stylesheets.RelPermalink }}" />
|
||||||
|
Loading…
Reference in New Issue
Block a user