update domains, enhance README, bump deps

This commit is contained in:
Aidan 2025-02-15 02:53:55 -05:00
parent 825bd48556
commit 3e1c75f01f
3 changed files with 34 additions and 15 deletions

View File

@ -1,6 +1,10 @@
# aidxnCC # aidxnCC
aidxnCC is the third version of my personal website. It's still a work in progress and will require more work to be in tip-top shape. [![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/)
aidxnCC is the third version of my personal website.
It's built with Next.js and Tailwind CSS. aidxnCC will always be a work in progress, though completely functional.
## Deploy with Vercel ## Deploy with Vercel
@ -19,3 +23,8 @@ where `USERNAME` is your LastFM username.
Any and all contributions are welcome! Simply create a pull request and I should have a response to you within a day. Any and all contributions are welcome! Simply create a pull request and I should have a response to you within a day.
Please use common sense when contributing :) Please use common sense when contributing :)
## To-Do
- [ ] Dockerize for easier deployment

View File

@ -21,12 +21,12 @@
}, },
"devDependencies": { "devDependencies": {
"typescript": "^5.7.3", "typescript": "^5.7.3",
"@types/node": "^20.17.12", "@types/node": "^20.17.19",
"@types/react": "^19.0.4", "@types/react": "^19.0.8",
"@types/react-dom": "^19.0.2", "@types/react-dom": "^19.0.3",
"postcss": "^8.4.49", "postcss": "^8.5.2",
"tailwindcss": "^3.4.17", "tailwindcss": "^3.4.17",
"eslint": "^9.18.0", "eslint": "^9.20.1",
"eslint-config-next": "15.1.3", "eslint-config-next": "15.1.3",
"@eslint/eslintrc": "^3.2.0" "@eslint/eslintrc": "^3.2.0"
} }

View File

@ -11,51 +11,61 @@
}, },
{ {
"id": 3, "id": 3,
"domain": "librecloud.cc",
"usage": "LibreCloud's root domain"
},
{
"id": 4,
"domain": "disfunction.blog",
"usage": "My blog's official home"
},
{
"id": 5,
"domain": "pontusmail.org", "domain": "pontusmail.org",
"usage": "My personal email service, free to the public" "usage": "My personal email service, free to the public"
}, },
{ {
"id": 4, "id": 6,
"domain": "ihate.college", "domain": "ihate.college",
"usage": "One of my fun domains, used for p0ntus mail" "usage": "One of my fun domains, used for p0ntus mail"
}, },
{ {
"id": 5, "id": 7,
"domain": "pontus.pics", "domain": "pontus.pics",
"usage": "An unused domain for an upcoming image hosting service" "usage": "An unused domain for an upcoming image hosting service"
}, },
{ {
"id": 6, "id": 8,
"domain": "p0ntus.com", "domain": "p0ntus.com",
"usage": "A website for my online persona which hosts a small archive" "usage": "A website for my online persona which hosts a small archive"
}, },
{ {
"id": 7, "id": 9,
"domain": "androidintegrity.org", "domain": "androidintegrity.org",
"usage": "A collaborative project to improve Google's Play Integrity" "usage": "A collaborative project to improve Google's Play Integrity"
}, },
{ {
"id": 8, "id": 10,
"domain": "modules.lol", "domain": "modules.lol",
"usage": "An 'app store' of Magisk modules and FOSS Android apps" "usage": "An 'app store' of Magisk modules and FOSS Android apps"
}, },
{ {
"id": 9, "id": 11,
"domain": "wikitools.cloud", "domain": "wikitools.cloud",
"usage": "A collection of tools made by me for Wikipedia" "usage": "A collection of tools made by me for Wikipedia"
}, },
{ {
"id": 10, "id": 12,
"domain": "dontbeevil.lol", "domain": "dontbeevil.lol",
"usage": "A joke domain used for p0ntus mail" "usage": "A joke domain used for p0ntus mail"
}, },
{ {
"id": 11, "id": 13,
"domain": "dont-be-evil.lol", "domain": "dont-be-evil.lol",
"usage": "Another joke domain on p0ntus mail" "usage": "Another joke domain on p0ntus mail"
}, },
{ {
"id": 12, "id": 14,
"domain": "strongintegrity.life", "domain": "strongintegrity.life",
"usage": "An Android-targeted joke domain for p0ntus mail" "usage": "An Android-targeted joke domain for p0ntus mail"
} }