update README, add meta description, fill orange into corners
This commit is contained in:
parent
429d137917
commit
5634b290cd
3 changed files with 8 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- pnpm@9
|
|
||||||
- node@20
|
- node@20
|
||||||
- [mise](https://mise.jdx.dev/) (optional) to install dependencies
|
- [mise](https://mise.jdx.dev/) (optional) to install dependencies
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
- Local development: `pnpm dev`
|
- Local development: `npm run dev`
|
||||||
- Deploy: `pnpm upload`
|
- Deploy: `npm run upload`
|
||||||
|
|
|
@ -219,6 +219,7 @@ body {
|
||||||
bottom: calc(1px - 0.5rem);
|
bottom: calc(1px - 0.5rem);
|
||||||
border-radius: 1.3rem 1.3rem 1rem 1rem;
|
border-radius: 1.3rem 1.3rem 1rem 1rem;
|
||||||
border: 0.5rem solid var(--c-accent);
|
border: 0.5rem solid var(--c-accent);
|
||||||
|
outline: 0.5rem solid var(--c-accent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
body > footer {
|
body > footer {
|
||||||
|
@ -266,7 +267,8 @@ a[href] {
|
||||||
a[href]:hover,
|
a[href]:hover,
|
||||||
a[href]:focus-visible,
|
a[href]:focus-visible,
|
||||||
label:hover,
|
label:hover,
|
||||||
label:focus-visible {
|
label:focus-visible,
|
||||||
|
label:has(input:focus-visible) {
|
||||||
text-decoration-color: var(--c-accent);
|
text-decoration-color: var(--c-accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,10 @@ title: Joshua's Homepage
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="{{ "/site.css" | url }}?modified={{buildTime}}"/>
|
<link rel="stylesheet" href="{{ "/site.css" | url }}?modified={{buildTime}}"/>
|
||||||
|
<link rel="preload" media="light" href="{{ "./cloud.png" | url }}" as="image" />
|
||||||
|
<link rel="preload" media="dark" href="{{ "./cloud-night.png" | url }}" as="image" />
|
||||||
<title>{{ computedTitle }} - {{ site.title }}</title>
|
<title>{{ computedTitle }} - {{ site.title }}</title>
|
||||||
|
<meta name="description" content="{{ description }}" />
|
||||||
<meta property="og:title" content="{{ computedTitle }}" />
|
<meta property="og:title" content="{{ computedTitle }}" />
|
||||||
<meta property="og:type" content="{{ article }}" />
|
<meta property="og:type" content="{{ article }}" />
|
||||||
<meta property="og:url" content="{{ page.url | absoluteURL }}" />
|
<meta property="og:url" content="{{ page.url | absoluteURL }}" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue