From a9d7c78833a6daf28a1bdb24b8121dc9db0097f1 Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Mon, 20 Nov 2023 19:08:01 -0600 Subject: [PATCH] what --- .eslintrc.json | 0 .gitea/workflows/vercel.yaml | 0 .gitignore | 0 README.md | 0 next.config.js | 0 package-lock.json | 0 package.json | 0 public/88x31/disqordia-approved-border.png | Bin public/88x31/dotart.png | Bin public/88x31/firefox4.gif | Bin public/88x31/ipg.png | Bin public/88x31/ivorybutton.gif | Bin public/88x31/kaboom3.gif | Bin public/88x31/kkdiagt.png | Bin public/88x31/pjfrix2023.png | Bin public/88x31/sneexy2.gif | Bin public/88x31/spacy_webbutton.png | Bin public/88x31/sun_88x31_dual_border.png | Bin public/88x31/tla.png | Bin public/favicon.ico | Bin public/fonts/Renogare/Renogare.otf | Bin public/fonts/Renogare/Renogare.woff | Bin public/fonts/Renogare/Renogare.woff2 | Bin public/whoami/iszac_4x.png | Bin public/whoami/theo_4x.png | Bin src/app/api/status/index.tsx | 0 src/app/iszac/page.tsx | 0 src/app/layout.tsx | 0 src/app/page.tsx | 74 ++++++++---------- .../AccssibilityBox/AccessibilityBox.tsx | 0 .../ColourChip/ColourChip.module.css | 0 src/components/ColourChip/ColourChip.tsx | 0 src/components/Eighty/Eighty.module.css | 0 src/components/Eighty/Eighty.tsx | 0 src/components/Floaty/Floaty.module.css | 0 src/components/Floaty/Floaty.tsx | 0 src/components/Footer/Footer.tsx | 0 src/components/Nav/Nav.module.css | 0 src/components/Nav/Nav.tsx | 0 src/components/Page/Page.module.css | 0 src/components/Page/Page.tsx | 0 .../PageContainer/PageContainer.module.css | 0 .../PageContainer/PageContainer.tsx | 0 .../ProjectList/ProjectList.module.css | 0 src/components/ProjectList/ProjectList.tsx | 0 .../ScrollBackInd/ScrollBackInd.module.css | 0 .../ScrollBackInd/ScrollBackInd.tsx | 0 src/components/Sides/Sides.module.css | 0 src/components/Sides/Sides.tsx | 0 src/components/SpeedDial/SpeedDial.module.css | 0 src/components/SpeedDial/SpeedDial.tsx | 0 src/components/Time/Time.module.css | 0 src/components/Time/Time.tsx | 0 src/components/net/LastFM/LastFM.module.css | 0 src/components/net/LastFM/LastFM.tsx | 0 src/styles/globals.css | 0 src/utility/color.ts | 0 src/utility/fonts.ts | 0 tsconfig.json | 0 59 files changed, 31 insertions(+), 43 deletions(-) mode change 100644 => 100755 .eslintrc.json mode change 100644 => 100755 .gitea/workflows/vercel.yaml mode change 100644 => 100755 .gitignore mode change 100644 => 100755 README.md mode change 100644 => 100755 next.config.js mode change 100644 => 100755 package-lock.json mode change 100644 => 100755 package.json mode change 100644 => 100755 public/88x31/disqordia-approved-border.png mode change 100644 => 100755 public/88x31/dotart.png mode change 100644 => 100755 public/88x31/firefox4.gif mode change 100644 => 100755 public/88x31/ipg.png mode change 100644 => 100755 public/88x31/ivorybutton.gif mode change 100644 => 100755 public/88x31/kaboom3.gif mode change 100644 => 100755 public/88x31/kkdiagt.png mode change 100644 => 100755 public/88x31/pjfrix2023.png mode change 100644 => 100755 public/88x31/sneexy2.gif mode change 100644 => 100755 public/88x31/spacy_webbutton.png mode change 100644 => 100755 public/88x31/sun_88x31_dual_border.png mode change 100644 => 100755 public/88x31/tla.png mode change 100644 => 100755 public/favicon.ico mode change 100644 => 100755 public/fonts/Renogare/Renogare.otf mode change 100644 => 100755 public/fonts/Renogare/Renogare.woff mode change 100644 => 100755 public/fonts/Renogare/Renogare.woff2 mode change 100644 => 100755 public/whoami/iszac_4x.png mode change 100644 => 100755 public/whoami/theo_4x.png mode change 100644 => 100755 src/app/api/status/index.tsx mode change 100644 => 100755 src/app/iszac/page.tsx mode change 100644 => 100755 src/app/layout.tsx mode change 100644 => 100755 src/app/page.tsx mode change 100644 => 100755 src/components/AccssibilityBox/AccessibilityBox.tsx mode change 100644 => 100755 src/components/ColourChip/ColourChip.module.css mode change 100644 => 100755 src/components/ColourChip/ColourChip.tsx mode change 100644 => 100755 src/components/Eighty/Eighty.module.css mode change 100644 => 100755 src/components/Eighty/Eighty.tsx mode change 100644 => 100755 src/components/Floaty/Floaty.module.css mode change 100644 => 100755 src/components/Floaty/Floaty.tsx mode change 100644 => 100755 src/components/Footer/Footer.tsx mode change 100644 => 100755 src/components/Nav/Nav.module.css mode change 100644 => 100755 src/components/Nav/Nav.tsx mode change 100644 => 100755 src/components/Page/Page.module.css mode change 100644 => 100755 src/components/Page/Page.tsx mode change 100644 => 100755 src/components/PageContainer/PageContainer.module.css mode change 100644 => 100755 src/components/PageContainer/PageContainer.tsx mode change 100644 => 100755 src/components/ProjectList/ProjectList.module.css mode change 100644 => 100755 src/components/ProjectList/ProjectList.tsx mode change 100644 => 100755 src/components/ScrollBackInd/ScrollBackInd.module.css mode change 100644 => 100755 src/components/ScrollBackInd/ScrollBackInd.tsx mode change 100644 => 100755 src/components/Sides/Sides.module.css mode change 100644 => 100755 src/components/Sides/Sides.tsx mode change 100644 => 100755 src/components/SpeedDial/SpeedDial.module.css mode change 100644 => 100755 src/components/SpeedDial/SpeedDial.tsx mode change 100644 => 100755 src/components/Time/Time.module.css mode change 100644 => 100755 src/components/Time/Time.tsx mode change 100644 => 100755 src/components/net/LastFM/LastFM.module.css mode change 100644 => 100755 src/components/net/LastFM/LastFM.tsx mode change 100644 => 100755 src/styles/globals.css mode change 100644 => 100755 src/utility/color.ts mode change 100644 => 100755 src/utility/fonts.ts mode change 100644 => 100755 tsconfig.json diff --git a/.eslintrc.json b/.eslintrc.json old mode 100644 new mode 100755 diff --git a/.gitea/workflows/vercel.yaml b/.gitea/workflows/vercel.yaml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/next.config.js b/next.config.js old mode 100644 new mode 100755 diff --git a/package-lock.json b/package-lock.json old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/public/88x31/disqordia-approved-border.png b/public/88x31/disqordia-approved-border.png old mode 100644 new mode 100755 diff --git a/public/88x31/dotart.png b/public/88x31/dotart.png old mode 100644 new mode 100755 diff --git a/public/88x31/firefox4.gif b/public/88x31/firefox4.gif old mode 100644 new mode 100755 diff --git a/public/88x31/ipg.png b/public/88x31/ipg.png old mode 100644 new mode 100755 diff --git a/public/88x31/ivorybutton.gif b/public/88x31/ivorybutton.gif old mode 100644 new mode 100755 diff --git a/public/88x31/kaboom3.gif b/public/88x31/kaboom3.gif old mode 100644 new mode 100755 diff --git a/public/88x31/kkdiagt.png b/public/88x31/kkdiagt.png old mode 100644 new mode 100755 diff --git a/public/88x31/pjfrix2023.png b/public/88x31/pjfrix2023.png old mode 100644 new mode 100755 diff --git a/public/88x31/sneexy2.gif b/public/88x31/sneexy2.gif old mode 100644 new mode 100755 diff --git a/public/88x31/spacy_webbutton.png b/public/88x31/spacy_webbutton.png old mode 100644 new mode 100755 diff --git a/public/88x31/sun_88x31_dual_border.png b/public/88x31/sun_88x31_dual_border.png old mode 100644 new mode 100755 diff --git a/public/88x31/tla.png b/public/88x31/tla.png old mode 100644 new mode 100755 diff --git a/public/favicon.ico b/public/favicon.ico old mode 100644 new mode 100755 diff --git a/public/fonts/Renogare/Renogare.otf b/public/fonts/Renogare/Renogare.otf old mode 100644 new mode 100755 diff --git a/public/fonts/Renogare/Renogare.woff b/public/fonts/Renogare/Renogare.woff old mode 100644 new mode 100755 diff --git a/public/fonts/Renogare/Renogare.woff2 b/public/fonts/Renogare/Renogare.woff2 old mode 100644 new mode 100755 diff --git a/public/whoami/iszac_4x.png b/public/whoami/iszac_4x.png old mode 100644 new mode 100755 diff --git a/public/whoami/theo_4x.png b/public/whoami/theo_4x.png old mode 100644 new mode 100755 diff --git a/src/app/api/status/index.tsx b/src/app/api/status/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/iszac/page.tsx b/src/app/iszac/page.tsx old mode 100644 new mode 100755 diff --git a/src/app/layout.tsx b/src/app/layout.tsx old mode 100644 new mode 100755 diff --git a/src/app/page.tsx b/src/app/page.tsx old mode 100644 new mode 100755 index 5d0deae..fab20c6 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,30 +144,33 @@ export default function Home() { let [repos, setRepos] = useState([ { name: "See More", - description: "github.com", - url: "https://github.com/MeowcaTheoRange", + description: "git.abtmtr.link", + url: "https://git.abtmtr.link/MeowcaTheoRange", }, ]); const GithubGate = useRef(true); useEffect(() => { async function GithubGet() { GithubGate.current = false; - const GITHUB_URL = `https://api.github.com/users/meowcatheorange/starred`; + const GITHUB_URL = `https://git.abtmtr.link/api/v1/users/MeowcaTheoRange/repos?limit=20`; const res = await fetch(GITHUB_URL); - const reposs = (await res.json())?.filter( - (x: any) => x.owner.login == "MeowcaTheoRange" - ); - console.log(reposs); + const reposs = await res.json(); setRepos([ - ...reposs?.map((repository: any) => ({ - name: repository.name, - description: repository.description ?? "No description", - url: repository.html_url, - })), + ...reposs + ?.sort( + (a, b) => + new Date(b.updated_at).getTime() - + new Date(a.updated_at).getTime() + ) + .map((repository: any) => ({ + name: repository.name, + description: repository.description ?? "No description", + url: repository.html_url, + })), { name: "See More", - description: "github.com", - url: "https://github.com/MeowcaTheoRange", + description: "git.abtmtr.link", + url: "https://git.abtmtr.link/MeowcaTheoRange", }, ]); } @@ -334,17 +337,21 @@ export default function Home() { description: "You are here!", url: "https://abtmtr.link/", }, + { + name: "git.abtmtr.link", + description: "Gitea, running on a home server.", + url: "https://git.abtmtr.link/", + }, + { + name: "local.abtmtr.link", + description: "An instance of Akkoma, running on a home server.", + url: "https://local.abtmtr.link/", + }, { name: "blog.abtmtr.link", description: "An instance of WriteFreely, used for my blog(s).", url: "https://blog.abtmtr.link/", }, - { - name: "cdn.abtmtr.link", - description: - "A CDN full of images I use, usually for my blog or gallery.", - url: "https://cdn.abtmtr.link/", - }, { name: "img.abtmtr.link", description: @@ -352,9 +359,10 @@ export default function Home() { url: "https://img.abtmtr.link/", }, { - name: "local.abtmtr.link", - description: "An instance of Akkoma, running on a home server.", - url: "https://local.abtmtr.link/", + name: "cdn.abtmtr.link", + description: + "A CDN full of images I use, usually for my blog or gallery.", + url: "https://cdn.abtmtr.link/", }, ]} markdown @@ -378,26 +386,6 @@ export default function Home() { ]} markdown /> -

- L10n (localization) -

-

What services I'd like to put on my server computer at home.

-

Current Obsessions

diff --git a/src/components/AccssibilityBox/AccessibilityBox.tsx b/src/components/AccssibilityBox/AccessibilityBox.tsx old mode 100644 new mode 100755 diff --git a/src/components/ColourChip/ColourChip.module.css b/src/components/ColourChip/ColourChip.module.css old mode 100644 new mode 100755 diff --git a/src/components/ColourChip/ColourChip.tsx b/src/components/ColourChip/ColourChip.tsx old mode 100644 new mode 100755 diff --git a/src/components/Eighty/Eighty.module.css b/src/components/Eighty/Eighty.module.css old mode 100644 new mode 100755 diff --git a/src/components/Eighty/Eighty.tsx b/src/components/Eighty/Eighty.tsx old mode 100644 new mode 100755 diff --git a/src/components/Floaty/Floaty.module.css b/src/components/Floaty/Floaty.module.css old mode 100644 new mode 100755 diff --git a/src/components/Floaty/Floaty.tsx b/src/components/Floaty/Floaty.tsx old mode 100644 new mode 100755 diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx old mode 100644 new mode 100755 diff --git a/src/components/Nav/Nav.module.css b/src/components/Nav/Nav.module.css old mode 100644 new mode 100755 diff --git a/src/components/Nav/Nav.tsx b/src/components/Nav/Nav.tsx old mode 100644 new mode 100755 diff --git a/src/components/Page/Page.module.css b/src/components/Page/Page.module.css old mode 100644 new mode 100755 diff --git a/src/components/Page/Page.tsx b/src/components/Page/Page.tsx old mode 100644 new mode 100755 diff --git a/src/components/PageContainer/PageContainer.module.css b/src/components/PageContainer/PageContainer.module.css old mode 100644 new mode 100755 diff --git a/src/components/PageContainer/PageContainer.tsx b/src/components/PageContainer/PageContainer.tsx old mode 100644 new mode 100755 diff --git a/src/components/ProjectList/ProjectList.module.css b/src/components/ProjectList/ProjectList.module.css old mode 100644 new mode 100755 diff --git a/src/components/ProjectList/ProjectList.tsx b/src/components/ProjectList/ProjectList.tsx old mode 100644 new mode 100755 diff --git a/src/components/ScrollBackInd/ScrollBackInd.module.css b/src/components/ScrollBackInd/ScrollBackInd.module.css old mode 100644 new mode 100755 diff --git a/src/components/ScrollBackInd/ScrollBackInd.tsx b/src/components/ScrollBackInd/ScrollBackInd.tsx old mode 100644 new mode 100755 diff --git a/src/components/Sides/Sides.module.css b/src/components/Sides/Sides.module.css old mode 100644 new mode 100755 diff --git a/src/components/Sides/Sides.tsx b/src/components/Sides/Sides.tsx old mode 100644 new mode 100755 diff --git a/src/components/SpeedDial/SpeedDial.module.css b/src/components/SpeedDial/SpeedDial.module.css old mode 100644 new mode 100755 diff --git a/src/components/SpeedDial/SpeedDial.tsx b/src/components/SpeedDial/SpeedDial.tsx old mode 100644 new mode 100755 diff --git a/src/components/Time/Time.module.css b/src/components/Time/Time.module.css old mode 100644 new mode 100755 diff --git a/src/components/Time/Time.tsx b/src/components/Time/Time.tsx old mode 100644 new mode 100755 diff --git a/src/components/net/LastFM/LastFM.module.css b/src/components/net/LastFM/LastFM.module.css old mode 100644 new mode 100755 diff --git a/src/components/net/LastFM/LastFM.tsx b/src/components/net/LastFM/LastFM.tsx old mode 100644 new mode 100755 diff --git a/src/styles/globals.css b/src/styles/globals.css old mode 100644 new mode 100755 diff --git a/src/utility/color.ts b/src/utility/color.ts old mode 100644 new mode 100755 diff --git a/src/utility/fonts.ts b/src/utility/fonts.ts old mode 100644 new mode 100755 diff --git a/tsconfig.json b/tsconfig.json old mode 100644 new mode 100755