Chasing lighthouse
This commit is contained in:
parent
91701b25f5
commit
7631a68d9a
5 changed files with 11 additions and 7 deletions
|
@ -1,6 +1,8 @@
|
|||
## Hi! I'm Daniel.
|
||||
|
||||
<img alt="photo of daniel" class="rounded" src="/img/avatar3-square-512.webp" height=256 width=256 />
|
||||
<img height=256 width=256 alt="photo of daniel" class="rounded"
|
||||
src="/img/avatar3-square-512.webp"
|
||||
srcset="/img/avatar3-square-256.webp, /img/avatar3-square-512.webp 2x" />
|
||||
|
||||
<!-- updates here must be mirrored in site config for meta description-->
|
||||
|
||||
|
|
|
@ -2,13 +2,16 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="preload" href="/font/iosevkalytewebmin/iosevkalyteweb-regular.subset.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/styles.css" as="style">
|
||||
<link rel="modulepreload" href="/theme.mjs">
|
||||
<link rel="modulepreload" href="/global.mjs">
|
||||
<link rel="modulepreload" href="//instant.page/5.2.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="{{ if .Params.summary }}{{ .Params.summary }}{{ else }}{{ .Site.Params.Description }}{{ end }}">
|
||||
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
|
||||
<link rel="shortcut icon" href="/icon.png" />
|
||||
<link defer rel="stylesheet" href="/styles.css" />
|
||||
<link rel="preload" href="/font/iosevkalytewebmin/iosevkalyteweb-regular.subset.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="modulepreload" href="/theme.mjs" as="font" type="font/woff2" crossorigin>
|
||||
<script defer type="module" src="/global.mjs"></script>
|
||||
<script async defer data-domain="lyte.dev" src="https://a.lyte.dev/js/plausible.js"></script>
|
||||
</head>
|
||||
|
@ -96,6 +99,5 @@
|
|||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
<script src="//instant.page/5.2.0" type="module" integrity="sha384-jnZyxPjiipYXnSU0ygqeac2q7CVYMbh84q0uHVRRxEtvFPiQYbXWUorga2aqZJ0z"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -187,7 +187,7 @@ form
|
|||
align-items center
|
||||
align-content center
|
||||
|
||||
#icon-shadow { stroke: var(--icon-shadow) }
|
||||
#logo-shadow { stroke: var(--icon-shadow) }
|
||||
|
||||
@media (max-width 600px)
|
||||
.hidden-on-mobile { display: none }
|
||||
|
|
|
@ -31,8 +31,8 @@ light-theme = {
|
|||
--syntax-err: latte['red'],
|
||||
--icon-shadow: #fff,
|
||||
--heading-fg: #4c4f69,
|
||||
--link-fg: latte['sapphire'],
|
||||
--link-visited-fg: alpha(latte['mauve'], 1.0),
|
||||
--link-fg: darken(latte['sapphire'], 30%),
|
||||
--link-visited-fg: darken(latte['mauve'], 30%),
|
||||
--bg: #eff1f5,
|
||||
--header-bg: rgba(255, 255, 255, 0.1),
|
||||
--header-hover-bg: rgba(255, 255, 255, 0.2),
|
||||
|
|
BIN
static/img/avatar3-square-256.webp
Normal file
BIN
static/img/avatar3-square-256.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Loading…
Reference in a new issue