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

@ -4,6 +4,7 @@
"abusaidm.html-snippets", "abusaidm.html-snippets",
"ecmel.vscode-html-css", "ecmel.vscode-html-css",
"mblode.pretty-formatter", "mblode.pretty-formatter",
"formulahendry.auto-close-tag"], "formulahendry.auto-close-tag"
],
"unwantedRecommendations": [] "unwantedRecommendations": []
} }

View file

@ -1,7 +1,4 @@
{ {
"cSpell.words": [ "cSpell.words": ["bsod", "kanban"],
"bsod",
"kanban"
],
"compile-hero.disable-compile-files-on-did-save-code": true "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 // https://astro.build/config
export default defineConfig({ export default defineConfig({
site: "https://nelle.observer", site: "https://nelle.observer",
outDir: './build', outDir: "./build",
integrations: [mdx(), compressor(), sitemap()] integrations: [mdx(), compressor(), sitemap()],
}); });
// min and compressor always last! // min and compressor always last!

View file

@ -1,10 +1,10 @@
{ {
"folders": [ "folders": [
{ {
"path": "." "path": ".",
} },
], ],
"settings": { "settings": {
"compile-hero.disable-compile-files-on-did-save-code": true "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"> <section class="content center" id="about">
<h2>hello, creature. <a href="#about"><i class="nf nf-oct-link"></i></span></a></h2> <h2>hello, creature. <a href="#about"><i class="nf nf-oct-link"></i></a></h2>
<p> </section>
my name is <span class="glitch">nelle</span> (not Nelle, nelle), some call me <span class="glitch">[data expunged]</span>. <p>
<br> my name is <span class="glitch">nelle</span> (not Nelle, nelle), some call me <span
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>. class="glitch">[data expunged]</span
<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> my prounouns are <span class="glitch"
<br> ><plain>[she/her] ** [they/them]</plain></span
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!!!!! >, see my <a href="https://pronouns.cc/@LimePotato">pronouns.cc page</a>.
<br> <br /><br />
<br> i am a 20-something year old girl-thingamabob, <span class="glitch"
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>. >[data expunged]</span
among the things i host are a few fediverse instances >, who lives solely and entirely on the internet.
<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>. <br />
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. <br />
i really like the process of sysadmin, and i like hosting my own services/owning my own data/moderating social media my way. i like putting computers together and fixing them, i do linux sysadmin, sometimes
<br> i dabble in kotlin/java (usually minecraft mods), i love space and the science
<br> adventure series!!!!!
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 <br />
<a href="https://modrinth.com/user/limepotato">modrinth page</a>, my two current (admittedly small) public mods are <br />
<a href="https://modrinth.com/mod/edible-blocks">Edible Blocks</a> and <a href="https://modrinth.com/mod/roses-quilt">Roses</a>. i host various services, mostly for myself and my friends. All of which can be
<br> found at <a href="https://ouroboros.group/">the uptime kuma page</a>. among
<br> 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. i will put more stuff here eventually.
<br> <br />
:3:3:3:3:3:3:3:3:3:3:3 :3:3:3:3:3:3:3:3:3:3:3
</p> </p>
</section>