This commit is contained in:
parent
61e8d24362
commit
d914004ec4
8 changed files with 28 additions and 26 deletions
1
.eleventyignore
Normal file
1
.eleventyignore
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
sneexy/notebook/
|
||||||
32
package-lock.json
generated
32
package-lock.json
generated
|
|
@ -13,7 +13,7 @@
|
||||||
"@11ty/eleventy-navigation": "^1.0.4",
|
"@11ty/eleventy-navigation": "^1.0.4",
|
||||||
"@11ty/eleventy-plugin-rss": "^2.0.4",
|
"@11ty/eleventy-plugin-rss": "^2.0.4",
|
||||||
"lightningcss": "^1.30.1",
|
"lightningcss": "^1.30.1",
|
||||||
"terser": "^5.40.0"
|
"terser": "^5.42.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@11ty/dependency-tree": {
|
"node_modules/@11ty/dependency-tree": {
|
||||||
|
|
@ -317,9 +317,9 @@
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/acorn": {
|
"node_modules/acorn": {
|
||||||
"version": "8.14.1",
|
"version": "8.15.0",
|
||||||
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
|
||||||
"integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
|
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bin": {
|
"bin": {
|
||||||
"acorn": "bin/acorn"
|
"acorn": "bin/acorn"
|
||||||
|
|
@ -474,9 +474,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/brace-expansion": {
|
"node_modules/brace-expansion": {
|
||||||
"version": "1.1.11",
|
"version": "1.1.12",
|
||||||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
||||||
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"balanced-match": "^1.0.0",
|
"balanced-match": "^1.0.0",
|
||||||
|
|
@ -664,9 +664,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/entities": {
|
"node_modules/entities": {
|
||||||
"version": "6.0.0",
|
"version": "6.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
|
||||||
"integrity": "sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==",
|
"integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
|
||||||
"license": "BSD-2-Clause",
|
"license": "BSD-2-Clause",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.12"
|
"node": ">=0.12"
|
||||||
|
|
@ -758,9 +758,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/fdir": {
|
"node_modules/fdir": {
|
||||||
"version": "6.4.5",
|
"version": "6.4.6",
|
||||||
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz",
|
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz",
|
||||||
"integrity": "sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==",
|
"integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"picomatch": "^3 || ^4"
|
"picomatch": "^3 || ^4"
|
||||||
|
|
@ -1833,9 +1833,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/terser": {
|
"node_modules/terser": {
|
||||||
"version": "5.40.0",
|
"version": "5.42.0",
|
||||||
"resolved": "https://registry.npmjs.org/terser/-/terser-5.40.0.tgz",
|
"resolved": "https://registry.npmjs.org/terser/-/terser-5.42.0.tgz",
|
||||||
"integrity": "sha512-cfeKl/jjwSR5ar7d0FGmave9hFGJT8obyo0z+CrQOylLDbk7X81nPU6vq9VORa5jU30SkDnT2FXjLbR8HLP+xA==",
|
"integrity": "sha512-UYCvU9YQW2f/Vwl+P0GfhxJxbUGLwd+5QrrGgLajzWAtC/23AX0vcise32kkP7Eu0Wu9VlzzHAXkLObgjQfFlQ==",
|
||||||
"license": "BSD-2-Clause",
|
"license": "BSD-2-Clause",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@jridgewell/source-map": "^0.3.3",
|
"@jridgewell/source-map": "^0.3.3",
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,6 @@
|
||||||
"@11ty/eleventy-navigation": "^1.0.4",
|
"@11ty/eleventy-navigation": "^1.0.4",
|
||||||
"@11ty/eleventy-plugin-rss": "^2.0.4",
|
"@11ty/eleventy-plugin-rss": "^2.0.4",
|
||||||
"lightningcss": "^1.30.1",
|
"lightningcss": "^1.30.1",
|
||||||
"terser": "^5.40.0"
|
"terser": "^5.42.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
File diff suppressed because one or more lines are too long
|
|
@ -6,6 +6,12 @@
|
||||||
<description>Last 10 notes on a gooey synth's notebook</description>
|
<description>Last 10 notes on a gooey synth's notebook</description>
|
||||||
<generator>Quartz -- quartz.jzhao.xyz</generator>
|
<generator>Quartz -- quartz.jzhao.xyz</generator>
|
||||||
<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:51:12 GMT</pubDate>
|
||||||
|
</item><item>
|
||||||
<title>dysfunction of the executive variety</title>
|
<title>dysfunction of the executive variety</title>
|
||||||
<link>https://synth.download/~sneexy/notebook/horrors/dysfunction-of-the-executive-variety</link>
|
<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>
|
<guid>https://synth.download/~sneexy/notebook/horrors/dysfunction-of-the-executive-variety</guid>
|
||||||
|
|
@ -23,12 +29,6 @@
|
||||||
<guid>https://synth.download/~sneexy/notebook/horrors/the-Car-Battery-incident</guid>
|
<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>
|
<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>
|
<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>
|
</item><item>
|
||||||
<title>half-assed windows 7 transformation for windows 11 guide</title>
|
<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>
|
<link>https://synth.download/~sneexy/notebook/knowledgebase/half-assed-windows-7-transformation-for-windows-11-guide</link>
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
<lastmod>2025-06-14T06:32:26.000Z</lastmod>
|
<lastmod>2025-06-14T06:32:26.000Z</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://synth.download/~sneexy/notebook/</loc>
|
<loc>https://synth.download/~sneexy/notebook/</loc>
|
||||||
<lastmod>2025-06-14T06:32:26.000Z</lastmod>
|
<lastmod>2025-06-14T06:51:12.000Z</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://synth.download/~sneexy/notebook/knowledgebase/half-assed-windows-7-transformation-for-windows-11-guide</loc>
|
<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>
|
<lastmod>2025-06-14T06:32:26.000Z</lastmod>
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue