add my own notebook page powered by quartz
All checks were successful
/ build (push) Successful in 2m15s
121
sneexy/notebook/404.html
Normal file
BIN
sneexy/notebook/favicon.ico
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 14 KiB |
121
sneexy/notebook/horrors/index.html
Normal file
BIN
sneexy/notebook/horrors/me-and-my-dad-og-image.webp
Normal file
|
After Width: | Height: | Size: 25 KiB |
139
sneexy/notebook/horrors/me-and-my-dad.html
Normal file
BIN
sneexy/notebook/horrors/the-Car-Battery-incident-og-image.webp
Normal file
|
After Width: | Height: | Size: 22 KiB |
157
sneexy/notebook/horrors/the-Car-Battery-incident.html
Normal file
BIN
sneexy/notebook/index-og-image.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
1
sneexy/notebook/index.css
Normal file
176
sneexy/notebook/index.html
Normal file
46
sneexy/notebook/index.xml
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>a gooey synth's notebook</title>
|
||||
<link>https://synth.download/~sneexy/notebook</link>
|
||||
<description>Last 10 notes on a gooey synth's notebook</description>
|
||||
<generator>Quartz -- quartz.jzhao.xyz</generator>
|
||||
<item>
|
||||
<title>dysfunction of the executive variety</title>
|
||||
<link>https://synth.download/~sneexy/notebook/horrors/dysfunction-of-the-executive-variety</link>
|
||||
<guid>https://synth.download/~sneexy/notebook/horrors/dysfunction-of-the-executive-variety</guid>
|
||||
<description>i don’t know why. but for some i can never get finish a project that needs to be done.</description>
|
||||
<pubDate>Sat, 14 Jun 2025 06:32:26 GMT</pubDate>
|
||||
</item><item>
|
||||
<title>me and my dad</title>
|
||||
<link>https://synth.download/~sneexy/notebook/horrors/me-and-my-dad</link>
|
||||
<guid>https://synth.download/~sneexy/notebook/horrors/me-and-my-dad</guid>
|
||||
<description>if you know me, i am probably one of the most autistic and mentally unstable fucks out there that feels like i have no voice whatsoever and is afraid to speak to anything physically because it feels like everyone around me is just going to say the same unhelpful things that make me want to kill myse...</description>
|
||||
<pubDate>Sat, 14 Jun 2025 06:32:26 GMT</pubDate>
|
||||
</item><item>
|
||||
<title>the Car Battery incident</title>
|
||||
<link>https://synth.download/~sneexy/notebook/horrors/the-Car-Battery-incident</link>
|
||||
<guid>https://synth.download/~sneexy/notebook/horrors/the-Car-Battery-incident</guid>
|
||||
<description> this is Old this is an old vent i made back in 8/5/24, not that anything is really invalid here or anything, but just note that is isn’t anything new (depending on how/when you’re reading this) yesterday we came back from vacation.</description>
|
||||
<pubDate>Sat, 14 Jun 2025 06:32:26 GMT</pubDate>
|
||||
</item><item>
|
||||
<title>hey, welcome to my notebook.</title>
|
||||
<link>https://synth.download/~sneexy/notebook/</link>
|
||||
<guid>https://synth.download/~sneexy/notebook/</guid>
|
||||
<description>treat this space as an endless journal (or as others call it, my “digital garden”) for myself that i expose to the internet.</description>
|
||||
<pubDate>Sat, 14 Jun 2025 06:32:26 GMT</pubDate>
|
||||
</item><item>
|
||||
<title>half-assed windows 7 transformation for windows 11 guide</title>
|
||||
<link>https://synth.download/~sneexy/notebook/knowledgebase/half-assed-windows-7-transformation-for-windows-11-guide</link>
|
||||
<guid>https://synth.download/~sneexy/notebook/knowledgebase/half-assed-windows-7-transformation-for-windows-11-guide</guid>
|
||||
<description>welcome to a little dumb guide for something because i decided to try it out, realized it’s not that bad, and want to share my methods.</description>
|
||||
<pubDate>Sat, 14 Jun 2025 06:32:26 GMT</pubDate>
|
||||
</item><item>
|
||||
<title>ruben, the fat NAS synth</title>
|
||||
<link>https://synth.download/~sneexy/notebook/other/ruben---synth</link>
|
||||
<guid>https://synth.download/~sneexy/notebook/other/ruben---synth</guid>
|
||||
<description> just a notice before anything this isn’t a replacement for my actual lore/sona page over at synth.download/me/ruben/, this is just a testing and thought-dumping ground for figuring out any “Lore” and facts about how ruben works and how he generally is as a synth.</description>
|
||||
<pubDate>Sat, 14 Jun 2025 06:32:26 GMT</pubDate>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
After Width: | Height: | Size: 19 KiB |
121
sneexy/notebook/knowledgebase/index.html
Normal file
121
sneexy/notebook/other/index.html
Normal file
BIN
sneexy/notebook/other/ruben---synth-og-image.webp
Normal file
|
After Width: | Height: | Size: 24 KiB |
169
sneexy/notebook/other/ruben---synth.html
Normal file
1097
sneexy/notebook/postscript.js
Normal file
1
sneexy/notebook/prescript.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
(function(){var d=window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark",a=localStorage.getItem("theme")??d;document.documentElement.setAttribute("saved-theme",a);var n=e=>{let m=new CustomEvent("themechange",{detail:{theme:e}});document.dispatchEvent(m)};document.addEventListener("nav",()=>{let e=()=>{let t=document.documentElement.getAttribute("saved-theme")==="dark"?"light":"dark";document.documentElement.setAttribute("saved-theme",t),localStorage.setItem("theme",t),n(t)},m=t=>{let o=t.matches?"dark":"light";document.documentElement.setAttribute("saved-theme",o),localStorage.setItem("theme",o),n(o)};for(let t of document.getElementsByClassName("darkmode"))t.addEventListener("click",e),window.addCleanup(()=>t.removeEventListener("click",e));let c=window.matchMedia("(prefers-color-scheme: dark)");c.addEventListener("change",m),window.addCleanup(()=>c.removeEventListener("change",m))})})(),function(){var d=!1,a=n=>{let e=new CustomEvent("readermodechange",{detail:{mode:n}});document.dispatchEvent(e)};document.addEventListener("nav",()=>{let n=()=>{d=!d;let e=d?"on":"off";document.documentElement.setAttribute("reader-mode",e),a(e)};for(let e of document.getElementsByClassName("readermode"))e.addEventListener("click",n),window.addCleanup(()=>e.removeEventListener("click",n));document.documentElement.setAttribute("reader-mode",d?"on":"off")})}();
|
||||
19
sneexy/notebook/sitemap.xml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url>
|
||||
<loc>https://synth.download/~sneexy/notebook/horrors/dysfunction-of-the-executive-variety</loc>
|
||||
<lastmod>2025-06-14T06:32:26.000Z</lastmod>
|
||||
</url><url>
|
||||
<loc>https://synth.download/~sneexy/notebook/horrors/me-and-my-dad</loc>
|
||||
<lastmod>2025-06-14T06:32:26.000Z</lastmod>
|
||||
</url><url>
|
||||
<loc>https://synth.download/~sneexy/notebook/horrors/the-Car-Battery-incident</loc>
|
||||
<lastmod>2025-06-14T06:32:26.000Z</lastmod>
|
||||
</url><url>
|
||||
<loc>https://synth.download/~sneexy/notebook/</loc>
|
||||
<lastmod>2025-06-14T06:32:26.000Z</lastmod>
|
||||
</url><url>
|
||||
<loc>https://synth.download/~sneexy/notebook/knowledgebase/half-assed-windows-7-transformation-for-windows-11-guide</loc>
|
||||
<lastmod>2025-06-14T06:32:26.000Z</lastmod>
|
||||
</url><url>
|
||||
<loc>https://synth.download/~sneexy/notebook/other/ruben---synth</loc>
|
||||
<lastmod>2025-06-14T06:32:26.000Z</lastmod>
|
||||
</url></urlset>
|
||||
1
sneexy/notebook/static/contentIndex.json
Normal file
99
sneexy/notebook/static/giscus/dark.css
Normal file
|
|
@ -0,0 +1,99 @@
|
|||
/*! MIT License
|
||||
* Copyright (c) 2018 GitHub Inc.
|
||||
* https://github.com/primer/primitives/blob/main/LICENSE
|
||||
*/
|
||||
|
||||
main {
|
||||
--color-prettylights-syntax-comment: #8b949e;
|
||||
--color-prettylights-syntax-constant: #79c0ff;
|
||||
--color-prettylights-syntax-entity: #d2a8ff;
|
||||
--color-prettylights-syntax-storage-modifier-import: #c9d1d9;
|
||||
--color-prettylights-syntax-entity-tag: #7ee787;
|
||||
--color-prettylights-syntax-keyword: #ff7b72;
|
||||
--color-prettylights-syntax-string: #a5d6ff;
|
||||
--color-prettylights-syntax-variable: #ffa657;
|
||||
--color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
|
||||
--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
|
||||
--color-prettylights-syntax-invalid-illegal-bg: #8e1519;
|
||||
--color-prettylights-syntax-carriage-return-text: #f0f6fc;
|
||||
--color-prettylights-syntax-carriage-return-bg: #b62324;
|
||||
--color-prettylights-syntax-string-regexp: #7ee787;
|
||||
--color-prettylights-syntax-markup-list: #f2cc60;
|
||||
--color-prettylights-syntax-markup-heading: #1f6feb;
|
||||
--color-prettylights-syntax-markup-italic: #c9d1d9;
|
||||
--color-prettylights-syntax-markup-bold: #c9d1d9;
|
||||
--color-prettylights-syntax-markup-deleted-text: #ffdcd7;
|
||||
--color-prettylights-syntax-markup-deleted-bg: #67060c;
|
||||
--color-prettylights-syntax-markup-inserted-text: #aff5b4;
|
||||
--color-prettylights-syntax-markup-inserted-bg: #033a16;
|
||||
--color-prettylights-syntax-markup-changed-text: #ffdfb6;
|
||||
--color-prettylights-syntax-markup-changed-bg: #5a1e02;
|
||||
--color-prettylights-syntax-markup-ignored-text: #c9d1d9;
|
||||
--color-prettylights-syntax-markup-ignored-bg: #1158c7;
|
||||
--color-prettylights-syntax-meta-diff-range: #d2a8ff;
|
||||
--color-prettylights-syntax-brackethighlighter-angle: #8b949e;
|
||||
--color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
|
||||
--color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
|
||||
--color-btn-text: #d4d4d4; /* --darkgray */
|
||||
--color-btn-bg: #161618; /* --light */
|
||||
--color-btn-border: rgb(240, 246, 252 / 10%); /* --dark */
|
||||
--color-btn-shadow: 0 0 transparent;
|
||||
--color-btn-inset-shadow: 0 0 transparent;
|
||||
--color-btn-hover-bg: #30363d;
|
||||
--color-btn-hover-border: #8b949e;
|
||||
--color-btn-active-bg: hsl(212deg 12% 18% / 100%);
|
||||
--color-btn-active-border: #6e7681;
|
||||
--color-btn-selected-bg: #161b22;
|
||||
--color-btn-primary-text: #fff;
|
||||
--color-btn-primary-bg: #84a59d; /* --tertiary */
|
||||
--color-btn-primary-border: rgb(240, 246, 252 / 10%); /* --dark */
|
||||
--color-btn-primary-shadow: 0 0 transparent;
|
||||
--color-btn-primary-inset-shadow: 0 0 transparent;
|
||||
--color-btn-primary-hover-bg: #7b97aa; /* --secondary */
|
||||
--color-btn-primary-hover-border: rgb(240, 246, 252 / 10%); /* --dark */
|
||||
--color-btn-primary-selected-bg: #7b97aa; /* --secondary */
|
||||
--color-btn-primary-selected-shadow: 0 0 transparent;
|
||||
--color-btn-primary-disabled-text: rgba(33, 32, 32, 0.5);
|
||||
--color-btn-primary-disabled-bg: rgb(35 134 54 / 60%);
|
||||
--color-btn-primary-disabled-border: rgb(240 246 252 / 10%);
|
||||
--color-action-list-item-default-hover-bg: rgb(177 186 196 / 12%);
|
||||
--color-segmented-control-bg: rgb(110 118 129 / 10%);
|
||||
--color-segmented-control-button-bg: #0d1117;
|
||||
--color-segmented-control-button-selected-border: #6e7681;
|
||||
--color-fg-default: #ebebec; /* --dark */
|
||||
--color-fg-muted: #d4d4d4; /* --darkgray */
|
||||
--color-fg-subtle: #d4d4d4; /* --darkgray */
|
||||
--color-canvas-default: #0d1117;
|
||||
--color-canvas-overlay: #161b22;
|
||||
--color-canvas-inset: #010409;
|
||||
--color-canvas-subtle: #161b22;
|
||||
--color-border-default: #30363d;
|
||||
--color-border-muted: #21262d;
|
||||
--color-neutral-muted: rgb(110 118 129 / 40%);
|
||||
--color-accent-fg: #2f81f7;
|
||||
--color-accent-emphasis: #1f6feb;
|
||||
--color-accent-muted: rgb(56 139 253 / 40%);
|
||||
--color-accent-subtle: rgb(56 139 253 / 10%);
|
||||
--color-success-fg: #3fb950;
|
||||
--color-attention-fg: #d29922;
|
||||
--color-attention-muted: rgb(187 128 9 / 40%);
|
||||
--color-attention-subtle: rgb(187 128 9 / 15%);
|
||||
--color-danger-fg: #f85149;
|
||||
--color-danger-muted: rgb(248 81 73 / 40%);
|
||||
--color-danger-subtle: rgb(248 81 73 / 10%);
|
||||
--color-primer-shadow-inset: 0 0 transparent;
|
||||
--color-scale-gray-7: #21262d;
|
||||
--color-scale-blue-8: #0c2d6b;
|
||||
|
||||
/*! Extensions from @primer/css/alerts/flash.scss */
|
||||
--color-social-reaction-bg-hover: var(--color-scale-gray-7);
|
||||
--color-social-reaction-bg-reacted-hover: var(--color-scale-blue-8);
|
||||
}
|
||||
|
||||
main .pagination-loader-container {
|
||||
background-image: url("https://github.com/images/modules/pulls/progressive-disclosure-line-dark.svg");
|
||||
}
|
||||
|
||||
main .gsc-loading-image {
|
||||
background-image: url("https://github.githubassets.com/images/mona-loading-dark.gif");
|
||||
}
|
||||
99
sneexy/notebook/static/giscus/light.css
Normal file
|
|
@ -0,0 +1,99 @@
|
|||
/*! MIT License
|
||||
* Copyright (c) 2018 GitHub Inc.
|
||||
* https://github.com/primer/primitives/blob/main/LICENSE
|
||||
*/
|
||||
|
||||
main {
|
||||
--color-prettylights-syntax-comment: #6e7781;
|
||||
--color-prettylights-syntax-constant: #0550ae;
|
||||
--color-prettylights-syntax-entity: #8250df;
|
||||
--color-prettylights-syntax-storage-modifier-import: #24292f;
|
||||
--color-prettylights-syntax-entity-tag: #116329;
|
||||
--color-prettylights-syntax-keyword: #cf222e;
|
||||
--color-prettylights-syntax-string: #0a3069;
|
||||
--color-prettylights-syntax-variable: #953800;
|
||||
--color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
|
||||
--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
|
||||
--color-prettylights-syntax-invalid-illegal-bg: #82071e;
|
||||
--color-prettylights-syntax-carriage-return-text: #f6f8fa;
|
||||
--color-prettylights-syntax-carriage-return-bg: #cf222e;
|
||||
--color-prettylights-syntax-string-regexp: #116329;
|
||||
--color-prettylights-syntax-markup-list: #3b2300;
|
||||
--color-prettylights-syntax-markup-heading: #0550ae;
|
||||
--color-prettylights-syntax-markup-italic: #24292f;
|
||||
--color-prettylights-syntax-markup-bold: #24292f;
|
||||
--color-prettylights-syntax-markup-deleted-text: #82071e;
|
||||
--color-prettylights-syntax-markup-deleted-bg: #ffebe9;
|
||||
--color-prettylights-syntax-markup-inserted-text: #116329;
|
||||
--color-prettylights-syntax-markup-inserted-bg: #dafbe1;
|
||||
--color-prettylights-syntax-markup-changed-text: #953800;
|
||||
--color-prettylights-syntax-markup-changed-bg: #ffd8b5;
|
||||
--color-prettylights-syntax-markup-ignored-text: #eaeef2;
|
||||
--color-prettylights-syntax-markup-ignored-bg: #0550ae;
|
||||
--color-prettylights-syntax-meta-diff-range: #8250df;
|
||||
--color-prettylights-syntax-brackethighlighter-angle: #57606a;
|
||||
--color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
|
||||
--color-prettylights-syntax-constant-other-reference-link: #0a3069;
|
||||
--color-btn-text: #4e4e4e; /* --darkgray */
|
||||
--color-btn-bg: #faf8f8; /* --light */
|
||||
--color-btn-border: rgb(43, 43, 43 / 15%); /* --dark */
|
||||
--color-btn-shadow: 0 1px 0 rgb(31 35 40 / 4%);
|
||||
--color-btn-inset-shadow: inset 0 1px 0 rgb(255 255 255 / 25%);
|
||||
--color-btn-hover-bg: #f3f4f6;
|
||||
--color-btn-hover-border: rgb(43, 43, 43 / 15%); /* --dark */
|
||||
--color-btn-active-bg: hsl(220deg 14% 93% / 100%);
|
||||
--color-btn-active-border: rgb(31 35 40 / 15%);
|
||||
--color-btn-selected-bg: hsl(220deg 14% 94% / 100%);
|
||||
--color-btn-primary-text: #fff;
|
||||
--color-btn-primary-bg: #84a59d; /* --tertiary */
|
||||
--color-btn-primary-border: rgb(43, 43, 43 / 15%); /* --dark */
|
||||
--color-btn-primary-shadow: 0 1px 0 rgb(31 35 40 / 10%);
|
||||
--color-btn-primary-inset-shadow: inset 0 1px 0 rgb(255 255 255 / 3%);
|
||||
--color-btn-primary-hover-bg: #284b63; /* --secondary */
|
||||
--color-btn-primary-hover-border: rgb(43, 43, 43 / 15%); /* --dark */
|
||||
--color-btn-primary-selected-bg: #284b63; /* --secondary */
|
||||
--color-btn-primary-selected-shadow: inset 0 1px 0 rgb(0 45 17 / 20%);
|
||||
--color-btn-primary-disabled-text: rgb(255 255 255 / 80%);
|
||||
--color-btn-primary-disabled-bg: #94d3a2;
|
||||
--color-btn-primary-disabled-border: rgb(31 35 40 / 15%);
|
||||
--color-action-list-item-default-hover-bg: rgb(208 215 222 / 32%);
|
||||
--color-segmented-control-bg: #eaeef2;
|
||||
--color-segmented-control-button-bg: #fff;
|
||||
--color-segmented-control-button-selected-border: #8c959f;
|
||||
--color-fg-default: #2b2b2b; /* --dark */
|
||||
--color-fg-muted: #4e4e4e; /* --darkgray */
|
||||
--color-fg-subtle: #4e4e4e; /* --darkgray */
|
||||
--color-canvas-default: #fff;
|
||||
--color-canvas-overlay: #fff;
|
||||
--color-canvas-inset: #f6f8fa;
|
||||
--color-canvas-subtle: #f6f8fa;
|
||||
--color-border-default: #d0d7de;
|
||||
--color-border-muted: hsl(210deg 18% 87% / 100%);
|
||||
--color-neutral-muted: rgb(175 184 193 / 20%);
|
||||
--color-accent-fg: #0969da;
|
||||
--color-accent-emphasis: #0969da;
|
||||
--color-accent-muted: rgb(84 174 255 / 40%);
|
||||
--color-accent-subtle: #ddf4ff;
|
||||
--color-success-fg: #1a7f37;
|
||||
--color-attention-fg: #9a6700;
|
||||
--color-attention-muted: rgb(212 167 44 / 40%);
|
||||
--color-attention-subtle: #fff8c5;
|
||||
--color-danger-fg: #d1242f;
|
||||
--color-danger-muted: rgb(255 129 130 / 40%);
|
||||
--color-danger-subtle: #ffebe9;
|
||||
--color-primer-shadow-inset: inset 0 1px 0 rgb(208 215 222 / 20%);
|
||||
--color-scale-gray-1: #eaeef2;
|
||||
--color-scale-blue-1: #b6e3ff;
|
||||
|
||||
/*! Extensions from @primer/css/alerts/flash.scss */
|
||||
--color-social-reaction-bg-hover: var(--color-scale-gray-1);
|
||||
--color-social-reaction-bg-reacted-hover: var(--color-scale-blue-1);
|
||||
}
|
||||
|
||||
main .pagination-loader-container {
|
||||
background-image: url("https://github.com/images/modules/pulls/progressive-disclosure-line.svg");
|
||||
}
|
||||
|
||||
main .gsc-loading-image {
|
||||
background-image: url("https://github.githubassets.com/images/mona-loading-default.gif");
|
||||
}
|
||||
BIN
sneexy/notebook/static/icon.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
sneexy/notebook/static/og-image.png
Normal file
|
After Width: | Height: | Size: 3.1 MiB |