Remove clutter
All checks were successful
Deploy to Pages / build (pull_request) Successful in 3m1s

This commit is contained in:
Andras Schmelczer 2026-05-28 16:19:25 +01:00
parent fcec028c74
commit 539a74270a
5 changed files with 0 additions and 77 deletions

View file

@ -1,7 +0,0 @@
{
"permissions": {
"allow": [
"Read(//volumes/projects/vault-link/**)"
]
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

View file

@ -1,7 +1,3 @@
/* =========================================================================
Fonts
========================================================================= */
@font-face { @font-face {
font-family: 'Source Sans 3'; font-family: 'Source Sans 3';
src: url('/fonts/source-sans-3-latin-variable.woff2') format('woff2-variations'); src: url('/fonts/source-sans-3-latin-variable.woff2') format('woff2-variations');
@ -20,10 +16,6 @@
@layer reset, base, layout, components, utilities, overrides; @layer reset, base, layout, components, utilities, overrides;
/* =========================================================================
Tokens: colors, type, space, radius, weights, layout widths
========================================================================= */
:root { :root {
color-scheme: light dark; color-scheme: light dark;
@ -119,10 +111,6 @@
} }
} }
/* =========================================================================
Reset
========================================================================= */
@layer reset { @layer reset {
*, *,
*::before, *::before,
@ -168,10 +156,6 @@
} }
} }
/* =========================================================================
Base
========================================================================= */
@layer base { @layer base {
html { html {
background: var(--color-bg); background: var(--color-bg);
@ -229,10 +213,6 @@
} }
} }
/* =========================================================================
Utilities
========================================================================= */
@layer utilities { @layer utilities {
.sr-only { .sr-only {
position: absolute; position: absolute;
@ -247,10 +227,6 @@
} }
} }
/* =========================================================================
Layout: site shell, header, footer, skip link
========================================================================= */
@layer layout { @layer layout {
:where(.site-header, .site-footer, .home-intro, .home-section, .page-shell, .post) { :where(.site-header, .site-footer, .home-intro, .home-section, .page-shell, .post) {
width: min(100% - 2 * var(--gutter), var(--page)); width: min(100% - 2 * var(--gutter), var(--page));
@ -447,13 +423,7 @@
} }
} }
/* =========================================================================
Components
========================================================================= */
@layer components { @layer components {
/* -- Eyebrow ---------------------------------------------------------- */
.eyebrow { .eyebrow {
margin: 0 0 var(--space-3); margin: 0 0 var(--space-3);
color: var(--color-muted); color: var(--color-muted);
@ -464,8 +434,6 @@
text-transform: uppercase; text-transform: uppercase;
} }
/* -- Section heading -------------------------------------------------- */
.section-heading { .section-heading {
width: 100%; width: 100%;
display: flex; display: flex;
@ -511,8 +479,6 @@
line-height: 1.4; line-height: 1.4;
} }
/* -- Breadcrumbs ------------------------------------------------------ */
.breadcrumbs { .breadcrumbs {
margin: 0 0 var(--space-3); margin: 0 0 var(--space-3);
padding: 0; padding: 0;
@ -552,8 +518,6 @@
color: var(--color-fg); color: var(--color-fg);
} }
/* -- Tag list + filter ------------------------------------------------ */
.tag-cloud { .tag-cloud {
margin-top: var(--space-2); margin-top: var(--space-2);
} }
@ -618,8 +582,6 @@
font-size: var(--fs-caption); font-size: var(--fs-caption);
} }
/* -- Lists: article + project ---------------------------------------- */
.article-list, .article-list,
.project-list { .project-list {
list-style: none; list-style: none;
@ -691,8 +653,6 @@
line-height: var(--leading-snug); line-height: var(--leading-snug);
} }
/* -- Thumbnail -------------------------------------------------------- */
.entry-thumbnail { .entry-thumbnail {
display: block; display: block;
overflow: hidden; overflow: hidden;
@ -815,8 +775,6 @@
transform-origin: right center; transform-origin: right center;
} }
/* -- Project card ----------------------------------------------------- */
.project-card { .project-card {
display: grid; display: grid;
grid-template-columns: 1fr; grid-template-columns: 1fr;
@ -891,8 +849,6 @@
vertical-align: 0.15em; vertical-align: 0.15em;
} }
/* -- Project links ---------------------------------------------------- */
.project-links { .project-links {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
@ -931,8 +887,6 @@
min-height: 44px; min-height: 44px;
} }
/* -- Post layout ------------------------------------------------------ */
.post > .post-media, .post > .post-media,
.facts { .facts {
max-width: var(--measure); max-width: var(--measure);
@ -1163,8 +1117,6 @@
font-size: var(--fs-caption); font-size: var(--fs-caption);
} }
/* -- Prose ------------------------------------------------------------ */
.prose { .prose {
max-inline-size: var(--measure); max-inline-size: var(--measure);
line-height: var(--leading-prose); line-height: var(--leading-prose);
@ -1360,8 +1312,6 @@
); );
} }
/* -- At-a-glance + facts --------------------------------------------- */
.at-a-glance { .at-a-glance {
margin-top: var(--space-8); margin-top: var(--space-8);
padding-block: var(--space-5); padding-block: var(--space-5);
@ -1414,8 +1364,6 @@
} }
} }
/* -- Post media ------------------------------------------------------- */
.post-media { .post-media {
max-inline-size: min(100%, var(--measure-wide)); max-inline-size: min(100%, var(--measure-wide));
margin: var(--space-8) 0 0; margin: var(--space-8) 0 0;
@ -1443,8 +1391,6 @@
font-weight: var(--weight-semibold); font-weight: var(--weight-semibold);
} }
/* -- Post nav --------------------------------------------------------- */
.post-nav { .post-nav {
margin-top: var(--space-12); margin-top: var(--space-12);
padding-top: var(--space-6); padding-top: var(--space-6);
@ -1496,8 +1442,6 @@
font-weight: var(--weight-semibold); font-weight: var(--weight-semibold);
} }
/* -- Post TOC --------------------------------------------------------- */
.post-toc { .post-toc {
margin-top: var(--space-6); margin-top: var(--space-6);
padding: var(--space-3) var(--space-4); padding: var(--space-3) var(--space-4);
@ -1543,8 +1487,6 @@
color: var(--color-fg); color: var(--color-fg);
} }
/* -- Post media gallery ----------------------------------------------- */
.post-gallery { .post-gallery {
list-style: none; list-style: none;
padding: 0; padding: 0;
@ -1562,8 +1504,6 @@
margin: 0; margin: 0;
} }
/* -- External link affordance ----------------------------------------- */
.external-link-icon { .external-link-icon {
display: inline-block; display: inline-block;
margin-inline-start: 0.25em; margin-inline-start: 0.25em;
@ -1571,8 +1511,6 @@
opacity: 0.85; opacity: 0.85;
} }
/* -- Related ---------------------------------------------------------- */
.related-posts { .related-posts {
margin-top: var(--space-12); margin-top: var(--space-12);
padding-top: var(--space-6); padding-top: var(--space-6);
@ -1585,15 +1523,11 @@
margin-bottom: var(--space-4); margin-bottom: var(--space-4);
} }
/* -- Empty state (e.g. 404) ----------------------------------------- */
.empty-state { .empty-state {
max-width: var(--measure); max-width: var(--measure);
padding-block: var(--space-6); padding-block: var(--space-6);
} }
/* -- Theme switcher --------------------------------------------------- */
.theme-switcher { .theme-switcher {
--switcher-w: 2.75rem; --switcher-w: 2.75rem;
--switcher-h: 1.5rem; --switcher-h: 1.5rem;
@ -1711,10 +1645,6 @@
} }
} }
/* =========================================================================
Responsive: tablet + mobile breakpoints
========================================================================= */
@layer overrides { @layer overrides {
/* Tablet */ /* Tablet */
@media (max-width: 960px) { @media (max-width: 960px) {