fonts, theme update, icons
All checks were successful
Deploy Hugo site to Prod / Build Container (push) Successful in 7m4s

This commit is contained in:
Andy Pack 2024-10-18 18:50:54 +01:00
parent ea61941c25
commit 4b1bf40b28
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7
11 changed files with 53 additions and 24 deletions

View File

@ -3,6 +3,44 @@
--shadow-colour: #3f0aff;
}
p {
white-space: normal;
}
.silkscreen-regular,
.categories > a,
.tags > span > a,
.taxonomy-element > a {
font-family: "Silkscreen", sans-serif;
font-weight: 400;
font-style: normal;
}
.navigation-title {
font-size: 4rem !important;
vertical-align: middle;
}
.about > *,
.content header h1,
.navigation-title {
font-family: "Pirata One", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "游ゴシック", "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif !important;
font-weight: 400 !important;
font-style: normal !important;
}
.about {
user-select: none;
}
.about > h1 {
font-size: 5rem !important;
}
.about > h2 {
font-size: 3rem !important;
}
@mixin shadowed {
box-shadow: var(--shift) var(--shift) 2px var(--shadow-colour);
translate: calc(var(--shift) * -1) calc(var(--shift) * -1);

View File

@ -1,6 +1,6 @@
baseURL = 'https://sarsoo.xyz/'
languageCode = 'en-gb'
title = 'sarsoo.xyz'
title = 'sarsoo'
theme = 'hugo-coder'
paginate = 40

BIN
icon.xcf Normal file

Binary file not shown.

View File

@ -1,21 +0,0 @@
{{ partial "head/meta-tags.html" . }}
{{ if .Permalink }}
<link rel="canonical" href="{{ .Permalink }}">
{{ end }}
{{ partialCached "head/theme-styles.html" . }}
{{ partialCached "head/color-scheme.html" . }}
{{ partialCached "head/custom-styles.html" . }}
{{ partialCached "head/custom-icons.html" . }}
{{ partial "head/alternative-output-formats.html" . }}
{{ partialCached "head/hugo-generator.html" . }}
{{ partial "head/extensions.html" . }}
<!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous"> -->

View File

@ -0,0 +1,4 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Pirata+One&family=Silkscreen&display=swap">
<link href="https://fonts.googleapis.com/css2?family=Pirata+One&family=Silkscreen&display=swap" rel="stylesheet">

View File

@ -6,7 +6,7 @@
<p style="font-size:30px;">
<a class="center-link-text" href="{{ .Get "href" }}">{{ .Get "title" }}</a>
</p>{{if isset .Params "caption" }}
<p style="font-family: monospace;">{{ .Get "caption" }}</p>{{end}}
<p class="silkscreen-regular">{{ .Get "caption" }}</p>{{end}}
</div>
</div>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 B

8
static/site.webmanifest Normal file
View File

@ -0,0 +1,8 @@
{
"short_name": "Sarsoo",
"name": "Sarsoo",
"start_url": ".",
"display": "standalone",
"theme_color": "#3f0aff",
"background_color": "#ffffff"
}

@ -1 +1 @@
Subproject commit 759cc945636473d251a28597e2007cbb7d11631d
Subproject commit f69d6d6da728790a5f0bb1c5e2047174bc8f185c