This commit is contained in:
nelle 2024-10-30 19:33:57 -06:00
parent 1441d78499
commit cec2bccddd
7 changed files with 3055 additions and 1373 deletions

12
frontend/.prettierrc.mjs Normal file
View file

@ -0,0 +1,12 @@
/** @type {import("prettier").Config} */
export default {
plugins: ["prettier-plugin-astro"],
overrides: [
{
files: "*.astro",
options: {
parser: "astro",
},
},
],
};

View file

@ -1,9 +1,10 @@
{
"recommendations": [
"astro-build.astro-vscode",
"abusaidm.html-snippets",
"ecmel.vscode-html-css",
"mblode.pretty-formatter",
"formulahendry.auto-close-tag"],
"abusaidm.html-snippets",
"ecmel.vscode-html-css",
"mblode.pretty-formatter",
"formulahendry.auto-close-tag"
],
"unwantedRecommendations": []
}

View file

@ -1,7 +1,4 @@
{
"cSpell.words": [
"bsod",
"kanban"
],
"compile-hero.disable-compile-files-on-did-save-code": true
}
"cSpell.words": ["bsod", "kanban"],
"compile-hero.disable-compile-files-on-did-save-code": true
}

View file

@ -7,7 +7,7 @@ import sitemap from "@astrojs/sitemap";
// https://astro.build/config
export default defineConfig({
site: "https://nelle.observer",
outDir: './build',
integrations: [mdx(), compressor(), sitemap()]
outDir: "./build",
integrations: [mdx(), compressor(), sitemap()],
});
// min and compressor always last!
// min and compressor always last!

View file

@ -1,10 +1,10 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"compile-hero.disable-compile-files-on-did-save-code": true
}
}
"folders": [
{
"path": ".",
},
],
"settings": {
"compile-hero.disable-compile-files-on-did-save-code": true,
},
}

File diff suppressed because it is too large Load diff

View file

@ -1,30 +1,48 @@
<section class="content center" id="about">
<h2>hello, creature. <a href="#about"><i class="nf nf-oct-link"></i></span></a></h2>
<p>
my name is <span class="glitch">nelle</span> (not Nelle, nelle), some call me <span class="glitch">[data expunged]</span>.
<br>
my prounouns are <span class="glitch"><plain>[she/her] ** [they/them]</plain></span>, see my <a href="https://pronouns.cc/@LimePotato">pronouns.cc page</a>.
<br /><br>
i am a 20-something year old girl-thingamabob, <span class="glitch">[data expunged]</span>, who lives solely and entirely on the internet.
<br>
<br>
i like putting computers together and fixing them, i do linux sysadmin, sometimes i dabble in kotlin/java (usually minecraft mods), i love space and the science adventure series!!!!!
<br>
<br>
i host various services, mostly for myself and my friends. All of which can be found at <a href="https://ouroboros.group/">the uptime kuma page</a>.
among the things i host are a few fediverse instances
<a href="https://ouroboros.gay/">ouroboros.gay</a>, <a href="https://limbo.town">limbo.town</a>, <a href="https://1.048596.observer">1.048596.observer</a>.
i also host my own <a href="https://git.nullafati.xyz/">git forge</a>, <a href="https://vid.ouroboros.group">invidious instance</a> and searxng instance, among various other things.
i really like the process of sysadmin, and i like hosting my own services/owning my own data/moderating social media my way.
<br>
<br>
i dont have many projects that are ongoing <i>and</i> ready to show to the public, but i have made a few minecraft mods. all of which can be seen on my
<a href="https://modrinth.com/user/limepotato">modrinth page</a>, my two current (admittedly small) public mods are
<a href="https://modrinth.com/mod/edible-blocks">Edible Blocks</a> and <a href="https://modrinth.com/mod/roses-quilt">Roses</a>.
<br>
<br>
i will put more stuff here eventually.
<br>
:3:3:3:3:3:3:3:3:3:3:3
</p>
</section>
<h2>hello, creature. <a href="#about"><i class="nf nf-oct-link"></i></a></h2>
</section>
<p>
my name is <span class="glitch">nelle</span> (not Nelle, nelle), some call me <span
class="glitch">[data expunged]</span
>.
<br />
my prounouns are <span class="glitch"
><plain>[she/her] ** [they/them]</plain></span
>, see my <a href="https://pronouns.cc/@LimePotato">pronouns.cc page</a>.
<br /><br />
i am a 20-something year old girl-thingamabob, <span class="glitch"
>[data expunged]</span
>, who lives solely and entirely on the internet.
<br />
<br />
i like putting computers together and fixing them, i do linux sysadmin, sometimes
i dabble in kotlin/java (usually minecraft mods), i love space and the science
adventure series!!!!!
<br />
<br />
i host various services, mostly for myself and my friends. All of which can be
found at <a href="https://ouroboros.group/">the uptime kuma page</a>. among
the things i host are a few fediverse instances
<a href="https://ouroboros.gay/">ouroboros.gay</a>, <a
href="https://limbo.town">limbo.town</a
>, <a href="https://1.048596.observer">1.048596.observer</a>. i also host my
own <a href="https://git.nullafati.xyz/">git forge</a>, <a
href="https://vid.ouroboros.group">invidious instance</a
> and searxng instance, among various other things. i really like the process of
sysadmin, and i like hosting my own services/owning my own data/moderating social
media my way.
<br />
<br />
i dont have many projects that are ongoing <i>and</i> ready to show to the public,
but i have made a few minecraft mods. all of which can be seen on my
<a href="https://modrinth.com/user/limepotato">modrinth page</a>, my two
current (admittedly small) public mods are
<a href="https://modrinth.com/mod/edible-blocks">Edible Blocks</a> and <a
href="https://modrinth.com/mod/roses-quilt">Roses</a
>.
<br />
<br />
i will put more stuff here eventually.
<br />
:3:3:3:3:3:3:3:3:3:3:3
</p>