diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml deleted file mode 100644 index 889a3fb..0000000 --- a/.forgejo/workflows/release.yaml +++ /dev/null @@ -1,11 +0,0 @@ -on: - push: - branches: - - "mistress" - -jobs: - test: - runs-on: docker - container: node:latest - steps: - - run: echo All Good \ No newline at end of file diff --git a/App/public/Assets/Homepage/desktop.jpg b/App/public/Assets/Homepage/desktop.jpg new file mode 100644 index 0000000..0cb996f Binary files /dev/null and b/App/public/Assets/Homepage/desktop.jpg differ diff --git a/App/public/Assets/Homepage/desktop.png b/App/public/Assets/Homepage/desktop.png deleted file mode 100644 index 3156433..0000000 Binary files a/App/public/Assets/Homepage/desktop.png and /dev/null differ diff --git a/App/src/Components/ContactRow.astro b/App/src/Components/ContactRow.astro index 93b1baa..58a76ed 100644 --- a/App/src/Components/ContactRow.astro +++ b/App/src/Components/ContactRow.astro @@ -1,19 +1,18 @@ --- - ---
- Matrix/ - Fediverse/ + Matrix/ + Fediverse/
diff --git a/App/src/Components/FriendsRow.astro b/App/src/Components/FriendsRow.astro index 06f1d4b..33b506f 100644 --- a/App/src/Components/FriendsRow.astro +++ b/App/src/Components/FriendsRow.astro @@ -1,19 +1,17 @@ --- - ---
- DD/ - Kiyo/ + DD/
diff --git a/App/src/Components/SubPagesRow.astro b/App/src/Components/SubPagesRow.astro index 116ac72..8ddc55b 100644 --- a/App/src/Components/SubPagesRow.astro +++ b/App/src/Components/SubPagesRow.astro @@ -1,19 +1,20 @@ --- - ---
- Home/ - GitRepo/ + Home/ + GitRepo/
diff --git a/App/src/pages/index.astro b/App/src/pages/index.astro index 3cf0f3e..5040c8d 100644 --- a/App/src/pages/index.astro +++ b/App/src/pages/index.astro @@ -1,98 +1,88 @@ --- -import "../Styles/index.css" -import ContactsRow from "../Components/ContactRow.astro" -import SubPagesRow from "../Components/SubPagesRow.astro" -import FriendsRow from "../Components/FriendsRow.astro" +import "../Styles/index.css"; +import ContactsRow from "../Components/ContactRow.astro"; +import SubPagesRow from "../Components/SubPagesRow.astro"; +import FriendsRow from "../Components/FriendsRow.astro"; --- - - - - - - Cakey's home directory - - -
-

/home/cake

-
-

> ls ~/subpages/

-
+ + + + + + Cakey's home directory + + +
+

/home/cake

+
+

> ls ~/subpages/

+
- - -
-

> ls ~/contacts_and_socialmedia/

-
+ - - -
-
-

> cat ~/intro.md

+
+

> ls ~/contacts_and_socialmedia/

+
+ + + +
+
+

> cat ~/intro.md

+
+

+ Howdy~ I'm Cake. I'm a software developer, though i + enjoy doing basically anything that is actually fun and mostly relates + to computers. +
+ Other stuff to let you know me better, mh, i'm 20, and i live in italy + 🍕, yeah, that's it, this is supposed to be a short intro! +

+
+
+ +
+

> cat ~/intropart2idk.md

+
+ + +

+ If you are my friend you may already know, but I'm very much obsessed + with open source crap, that's why this website is hosted on my git + istance, and that's why i use linux, specifically, i'm using Arch with KDE, which is a really + nice combo. +

+ +
+ +
+

> cat ~/randomstuff/interests.md

+
+ +

+ My interests...well, i do enjoy a lot of things, my main ones focus on + software, i like to learn new technologies, even if it takes me a + while. And, as you might have noticed, dear reader, my wallpaper is + from an anime, evangelion, and i really like evangelion and with + like, i mean that it's one of my favorite pieces of media ever, the third + impact just resonates with me so much, both in the anime ending, and the + movie. +

+ +
+ +

+ Other than that, i do enjoy coding, making websites, writing css, + drawing, making pixel art, trying new technologies... i have quite a lot + of interests, that i am not going to write here, for now. +

+
+

> ls ~/important_stuff/important_people/

+
+
-

- Howdy~ I'm Cake. - I'm a software developer, though i enjoy doing basically - anything that is actually fun and mostly relates to computers. -
- Other stuff to let you know me better, mh, i'm 19, and i live in italy 🍕, yeah, that's it, this is supposed to be a short intro! -

-
-
- -
-

> cat ~/intropart2idk.md

-
- - -

- If you are my friend you may already know, but I'm very much obsessed with open source crap, that's why this website is hosted on my git istance, - and that's why i use linux, specifically, i'm using nixos, it's quite the nice distro - it has a lot of issues, regarding the documentation, but it is usable, and i like having my system available as a readable config file. - Regarding my choice of desktops, well, as you may see i'm using GNOME, it's pretty much my favorite desktop environment. -

- -
- -
-

> cat ~/randomstuff/interests.md

-
- -

- My interests...well, i do enjoy a lot of things, my main ones focus on - software, i like to learn new technologies, even if it takes me a while. - And, as you might have noticed, dear reader, my wallpaper is from an anime, evangelion, and i really like evangelion - and with like, i mean that it's one of my favorite pieces of media ever, the third impact just resonates with me so much, both - in the anime ending, and the movie. -

- -
- -

- Other than that, i do enjoy coding, making websites, writing css, drawing, making pixel art, trying new technologies... - i have quite a lot of interests, that i am not going to write here, for now. -

- -
-

> cat ~/randomstuff/homeserver.md

-
-

- OH yeah! one big hobby of mine is to basically, fuck up my old laptop...yeah...it's my main server - and yeah, it's underpowered, that's why i rented a couple cheap VPS from Hetzner, and they do the job - quite nicely, my laptop is now used only for my Nextcloud, Navidrome, - FreshRSS and my Revolt bot. -
- While my VPS hosts a Matrix dendrite istance and a Lemmy istance.
- It has been quite the learning experience for me, haha, i have to thank a friend of mine for teaching - me how to use Docker, as i had been too stubborn to use it at first. -

-
-

> ls ~/important_stuff/important_people/

-
- -
-
- + diff --git a/README.md b/README.md index 64d8bae..4fe974a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # CakeyWebsite -SEX \ No newline at end of file +Personal website, will someday convert it to an astro template thingy