From d5271021c25ab21556d5eb47b2e514837e4c64f5 Mon Sep 17 00:00:00 2001 From: limepotato Date: Wed, 30 Oct 2024 19:49:19 -0600 Subject: [PATCH] Revert "prettier" This reverts commit cec2bccd --- frontend/.prettierrc.mjs | 12 --- frontend/.vscode/extensions.json | 9 +-- frontend/.vscode/settings.json | 9 ++- frontend/astro.config.mjs | 6 +- .../nelle.observer-frontend.code-workspace | 18 ++--- frontend/src/components/main-page/about.astro | 76 +++++++------------ 6 files changed, 51 insertions(+), 79 deletions(-) delete mode 100644 frontend/.prettierrc.mjs diff --git a/frontend/.prettierrc.mjs b/frontend/.prettierrc.mjs deleted file mode 100644 index 7e61930..0000000 --- a/frontend/.prettierrc.mjs +++ /dev/null @@ -1,12 +0,0 @@ -/** @type {import("prettier").Config} */ -export default { - plugins: ["prettier-plugin-astro"], - overrides: [ - { - files: "*.astro", - options: { - parser: "astro", - }, - }, - ], -}; diff --git a/frontend/.vscode/extensions.json b/frontend/.vscode/extensions.json index e09b909..47966eb 100644 --- a/frontend/.vscode/extensions.json +++ b/frontend/.vscode/extensions.json @@ -1,10 +1,9 @@ { "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": [] } diff --git a/frontend/.vscode/settings.json b/frontend/.vscode/settings.json index 8b358f8..d14d334 100644 --- a/frontend/.vscode/settings.json +++ b/frontend/.vscode/settings.json @@ -1,4 +1,7 @@ { - "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 +} \ No newline at end of file diff --git a/frontend/astro.config.mjs b/frontend/astro.config.mjs index d8c5bf4..70f7829 100644 --- a/frontend/astro.config.mjs +++ b/frontend/astro.config.mjs @@ -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! \ No newline at end of file diff --git a/frontend/nelle.observer-frontend.code-workspace b/frontend/nelle.observer-frontend.code-workspace index ee3090d..f605656 100644 --- a/frontend/nelle.observer-frontend.code-workspace +++ b/frontend/nelle.observer-frontend.code-workspace @@ -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 + } +} \ No newline at end of file diff --git a/frontend/src/components/main-page/about.astro b/frontend/src/components/main-page/about.astro index 55614d2..a7a1a50 100644 --- a/frontend/src/components/main-page/about.astro +++ b/frontend/src/components/main-page/about.astro @@ -1,48 +1,30 @@
-

hello, creature.

-
-

- my name is nelle (not Nelle, nelle), some call me [data expunged]. -
- my prounouns are [she/her] ** [they/them], see my pronouns.cc page. -

- i am a 20-something year old girl-thingamabob, [data expunged], who lives solely and entirely on the internet. -
-
- 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!!!!! -
-
- i host various services, mostly for myself and my friends. All of which can be - found at the uptime kuma page. among - the things i host are a few fediverse instances - ouroboros.gay, limbo.town, 1.048596.observer. i also host my - own git forge, invidious instance 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. -
-
- i dont have many projects that are ongoing and ready to show to the public, - but i have made a few minecraft mods. all of which can be seen on my - modrinth page, my two - current (admittedly small) public mods are - Edible Blocks and Roses. -
-
- i will put more stuff here eventually. -
- :3:3:3:3:3:3:3:3:3:3:3 -

+

hello, creature.

+

+ my name is nelle (not Nelle, nelle), some call me [data expunged]. +
+ my prounouns are [she/her] ** [they/them], see my pronouns.cc page. +

+ i am a 20-something year old girl-thingamabob, [data expunged], who lives solely and entirely on the internet. +
+
+ 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!!!!! +
+
+ i host various services, mostly for myself and my friends. All of which can be found at the uptime kuma page. + among the things i host are a few fediverse instances + ouroboros.gay, limbo.town, 1.048596.observer. + i also host my own git forge, invidious instance 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. +
+
+ i dont have many projects that are ongoing and ready to show to the public, but i have made a few minecraft mods. all of which can be seen on my + modrinth page, my two current (admittedly small) public mods are + Edible Blocks and Roses. +
+
+ i will put more stuff here eventually. +
+ :3:3:3:3:3:3:3:3:3:3:3 +

+ \ No newline at end of file