inital
This commit is contained in:
@@ -3,6 +3,15 @@
|
||||
icon: fas fa-info-circle
|
||||
order: 4
|
||||
---
|
||||
Hello! I'm Koffeejava and I love making projects! They are what keep me from being bored when I have nothing to do.
|
||||
|
||||
Things that I make is,
|
||||
- Python Projects
|
||||
- Extensions for TurboWarp/PenguinMod
|
||||
- 3D rendering
|
||||
- and a lot more stuff!
|
||||
You can see me on [Tiktok](https://tiktok.com/@koffeejava
|
||||
), [GitHub](https://github.com/KoffeeJava), and at my discord server!
|
||||
|
||||
[](https://discord.gg/JpEQJkyRgX)
|
||||
|
||||
> Add Markdown syntax content to file `_tabs/about.md`{: .filepath } and it will show up on this page.
|
||||
{: .prompt-tip }
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
layout: archives
|
||||
icon: fas fa-archive
|
||||
order: 3
|
||||
---
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
layout: categories
|
||||
icon: fas fa-stream
|
||||
order: 1
|
||||
---
|
||||
12
_tabs/posts.md
Normal file
12
_tabs/posts.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
# the default layout is 'page'
|
||||
icon: fas fa-blog
|
||||
order: 4
|
||||
---
|
||||
<ul>
|
||||
{% for post in site.posts %}
|
||||
<li>
|
||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
16
_tabs/projects.md
Normal file
16
_tabs/projects.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
# the default layout is 'page'
|
||||
icon: fas fa-solid fa-code
|
||||
order: 4
|
||||
---
|
||||
## [Tuxtility](https://github.com/KoffeeJava/Tuxtility)
|
||||
Tuxtility is an extension for TurboWarp/TurboWarp based scratch mods that add a new dimension of web utilities.
|
||||
|
||||
## [Wfetch](/wfetch)
|
||||
An weather utility for your terminal!
|
||||
|
||||
## [KPAW (Deprecated)](https://github.com/KoffeeJava/Koffees-PenguinMod-API-Wrapper)
|
||||
Simple API wrapper for penguin mod. Use Macaroni since this is deprecated.
|
||||
|
||||
## [Macaroni](/macaroni)
|
||||
An python API wrapper for PenguinMod!
|
||||
30
_tabs/random.md
Normal file
30
_tabs/random.md
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
# the default layout is 'page'
|
||||
icon: fas fa-solid fa-globe
|
||||
order: 4
|
||||
---
|
||||
This is where I put random stuff I find on the internet!
|
||||
Hopefully you may find some of these cool!
|
||||
|
||||
## [Limes.pink](https://limes.pink)
|
||||
a cool website with a lot fun stuff!
|
||||
|
||||
## [How Linux Works](https://ia904605.us.archive.org/10/items/LinuxLibgen/203.How%20Linux%20Works%3A%20What%20Every%20Superuser%20Should%20Know.pdf)
|
||||
A useful book about Linux.
|
||||
|
||||
## [Z Library](https://1lib.sk/)
|
||||
A cool book library
|
||||
|
||||
## [FreeDNS](https://freedns.afraid.org/)
|
||||
A place with subdomains with a **LOT** of domains to choose from!
|
||||
|
||||
## [MIT OCW](https://ocw.mit.edu/)
|
||||
Free courses from MIT! Video lectures is at their [yt](https://www.youtube.com/@mitocw)!
|
||||
|
||||
## [The Gallery of Babel](https://www.galleryofbabel.com/)
|
||||
A gallery of every image in existance!
|
||||
|
||||
## [Convert](https://convert.to.it)
|
||||
Convert anything!* Yes. **ANYTHING**
|
||||
|
||||
*Almost anything.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
layout: tags
|
||||
icon: fas fa-tags
|
||||
order: 2
|
||||
---
|
||||
Reference in New Issue
Block a user