fonts, theme update, icons
All checks were successful
Deploy Hugo site to Prod / Build Container (push) Successful in 7m4s
All checks were successful
Deploy Hugo site to Prod / Build Container (push) Successful in 7m4s
This commit is contained in:
parent
ea61941c25
commit
4b1bf40b28
@ -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);
|
||||
|
@ -1,6 +1,6 @@
|
||||
baseURL = 'https://sarsoo.xyz/'
|
||||
languageCode = 'en-gb'
|
||||
title = 'sarsoo.xyz'
|
||||
title = 'sarsoo'
|
||||
theme = 'hugo-coder'
|
||||
|
||||
paginate = 40
|
||||
|
@ -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"> -->
|
4
layouts/partials/head/extensions.html
Normal file
4
layouts/partials/head/extensions.html
Normal 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">
|
@ -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>
|
BIN
static/images/apple-touch-icon.png
Normal file
BIN
static/images/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
static/images/favicon-16x16.png
Normal file
BIN
static/images/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 329 B |
BIN
static/images/favicon-32x32.png
Normal file
BIN
static/images/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 592 B |
8
static/site.webmanifest
Normal file
8
static/site.webmanifest
Normal 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
|
Loading…
Reference in New Issue
Block a user