removed unused things
This commit is contained in:
parent
9e22e59053
commit
0dd3087503
8 changed files with 736 additions and 263 deletions
780
App/package-lock.json
generated
780
App/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -10,6 +10,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/language-server": "^2.4.1",
|
||||
"@astropub/md": "^0.2.0",
|
||||
"astro": "^2.7.2"
|
||||
}
|
||||
|
|
|
@ -3,10 +3,8 @@
|
|||
---
|
||||
|
||||
<div>
|
||||
<span><a href="https://matrix.to/#/@chococake:ale.pet">Matrix/</a></span>
|
||||
<span><a href="https://app.revolt.chat/">Revolt/</a></span>
|
||||
<span><a href="https://lea.pet/@StrawberryCreamCake">Fediverse/</a></span>
|
||||
<span><a href="https://catgirl.pub/u/SubWoofer">Threadiverse/</a></span>
|
||||
<span><a href="https://matrix.to/#/@cake:cakey.me">Matrix/</a></span>
|
||||
<span><a href="https:///subwoofer@gts.gockandgum.party">Fediverse/</a></span>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
|
|
@ -3,12 +3,8 @@
|
|||
---
|
||||
|
||||
<div>
|
||||
<span><a href="https://matthil.de/">Mat/</a></span>
|
||||
<span><a href="https://dd86k.space/">DD/</a></span>
|
||||
<span><a href="https://kiyoshi.games/">Kiyo/</a></span>
|
||||
<span><a href="https://github.com/PricedOx">Wiki/</a></span>
|
||||
<span><a href="https://gock.mom">Nao/</a></span>
|
||||
<span><a href="https://arci.me">Augocka/</a></span>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
|
||||
<div>
|
||||
<span><a href="/">Home/</a></span>
|
||||
<span><a href="/blog">Blog/</a></span>
|
||||
<span><a href="https://git.ale.pet/ale/CakeyWebsite">GitRepo/</a></span>
|
||||
<span><a href="https://forge.cakey.me/Cake/Personal_Site">GitRepo/</a></span>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
|
|
@ -18,7 +18,7 @@ const posts = await Astro.glob('./posts/*.md')
|
|||
|
||||
<body>
|
||||
<div id="content">
|
||||
<h1>/home/<strong>alecake</strong>/<i>blog</i></h1>
|
||||
<h1>/home/<strong>alecake</strong></h1>
|
||||
<div class="commandline">
|
||||
<p> > ls ~/subpages/</p>
|
||||
</div>
|
||||
|
|
18
App/src/pages/dictionary.astro
Normal file
18
App/src/pages/dictionary.astro
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
import "../Styles/index.css"
|
||||
import SubPagesRow from "../Components/SubPagesRow.astro"
|
||||
---
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
<h1>/home/<strong>alecake</strong></h1>
|
||||
<div class="commandline"><p>> ls ~/subpages/</p></div>
|
||||
<SubPagesRow />
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -19,11 +19,13 @@ import FriendsRow from "../Components/FriendsRow.astro"
|
|||
<div class="commandline">
|
||||
<p> > ls ~/subpages/</p>
|
||||
</div>
|
||||
|
||||
<SubPagesRow/>
|
||||
|
||||
<div class="commandline">
|
||||
<p> > ls ~/contacts_and_socialmedia/</p>
|
||||
</div>
|
||||
|
||||
<ContactsRow/>
|
||||
|
||||
<div id="intro">
|
||||
|
@ -31,8 +33,8 @@ import FriendsRow from "../Components/FriendsRow.astro"
|
|||
<p> > cat ~/intro.md</p>
|
||||
</div>
|
||||
<p>
|
||||
Howdy~ I'm <strong>Ale</strong>, lot's of people know me as cake though.
|
||||
I'm somewhat of a software developer, though i enjoy doing basically
|
||||
Howdy~ I'm <strong>Cake</strong>.
|
||||
I'm a software developer, though i enjoy doing basically
|
||||
anything that is actually fun and mostly relates to computers.
|
||||
<br>
|
||||
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!
|
||||
|
@ -86,15 +88,6 @@ import FriendsRow from "../Components/FriendsRow.astro"
|
|||
It has been quite the learning experience for me, haha, i have to thank a <a href="https://me.lea.pet/">friend</a> of mine for teaching
|
||||
me how to use Docker, as i had been too stubborn to use it at first.
|
||||
</p>
|
||||
<div class="commandline">
|
||||
<p>> cat ~/important_stuff/brain.md</p>
|
||||
</div>
|
||||
<p>
|
||||
Well, a cool thing about how my brain works, is that i have a very hard time thinking about past things, even if they happened recently,
|
||||
which makes me a perfect candidate to be the "venting" friend, i forget everything, and i have a diary which i <i>forget</i> to update, haha,
|
||||
though, it may just be a consequence of untreated depression.
|
||||
</p>
|
||||
|
||||
<div class="commandline">
|
||||
<p>> ls ~/important_stuff/important_people/</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue