Skip to content

Commit

Permalink
Add project page
Browse files Browse the repository at this point in the history
  • Loading branch information
Killarexe committed Dec 13, 2024
1 parent 3f1610d commit 4a984ef
Show file tree
Hide file tree
Showing 34 changed files with 216 additions and 31 deletions.
Binary file added b0098f2037a2838d1de113ce79d79f87951da8a1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
pageRef = "posts"
weight = 10

[[main]]
name = "Musics"
pageRef = "musics"
weight = 10

[[main]]
name = "Projects"
pageRef = "projects"
Expand Down
5 changes: 5 additions & 0 deletions config/_default/menus.fr.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
pageRef = "posts"
weight = 10

[[main]]
name = "Musics"
pageRef = "musics"
weight = 10

[[main]]
name = "Projects"
pageRef = "projects"
Expand Down
11 changes: 11 additions & 0 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
colorScheme = "everblush"
defaultAppearance = "dark"

disableImageZoom = true

enableSearch = true
enableCodeCopy = true

mainSectiond = ["projects"]

[header]
layout = "fixed-fill"

Expand All @@ -11,3 +17,8 @@ disableImageZoom = true
showRecent = true
showRecentItems = 3
cardView = true

[list]
showHero = true
showAuthor = true
cardView = true
9 changes: 9 additions & 0 deletions content/_index.fr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## A propos de ce site

Ce site est mon endroit ou je presente mes projets, idées, et pleins d'autres choses que j'ai fait.

{{< alert icon="circle-info" cardColor="#e5c76b" iconColor="#232a2d" textColor="#141b1e" >}}
Ce site n'est pas encore complet! C'est normal si il manque des traductions ou des parties.

<b>A vos gardes...</b>
{{< /alert >}}
6 changes: 6 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## About this website

This is website is my place were I present my projects, ideas and many other things I made.

{{< alert icon="circle-info" cardColor="#e5c76b" iconColor="#232a2d" textColor="#141b1e" >}}
This is website is work in progress! It's normal if it's missing some pieces...

<b>Here be dragons</b>
{{< /alert >}}
7 changes: 7 additions & 0 deletions content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@
title: "About"
draft: false
showDate: false
showAuthor: false
---

# Who I'm I?

![](https://avatars.githubusercontent.com/u/69894974?v=4)

I’m a Java, Godot and Rust dev. I do games/mods projects. I’m currently a french student. I do some Youtube videos.
12 changes: 12 additions & 0 deletions content/musics/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Musics"
draft: false
cascade:
showDate: false
showAuthor: true
invertPagination: true
---

## Here is all the musics I made during my life.

*(The First to the Last)*
1 change: 1 addition & 0 deletions content/posts/_index.fr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Tout les posts
34 changes: 34 additions & 0 deletions content/posts/new-website/index.fr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: "New website"
date: 2024-12-11T04:22:31Z
draft: false
---

{{< typeit
tag=h1
lifeLike=true
>}}
New website!
{{< /typeit >}}

{{< alert >}}
**Warning!** This post is not finished!
{{< /alert >}}

**Hello everyone!**

Finally, after 6 months, I'm makeing this time a *good* and *clean* website...

I decided to switch to [Hugo](https://gohugo.io/) with the [Blowfish module](https://blowfish.page/), witch is mutch better than pure HTML + CSS + JS *(at least for me).*

## What I'll do on this website?

I'll share all my [musics here]() and also my [programing projects](), and all of this will be like a portfolio of everything I've done during the past **5 years**. I've done many things during this time and I didn't talked a lot about them...

## More details

For this site I use the [Everblush theme](https://everblush.github.io/) witch is my favorite color palette ever. I use it everywere. On my Linux config, Neovim config, Discord, Godot, and even on my oscilloscope views. *(sounds a bit I'm like a linux tech femboy, but I'm not...)*

Well hope you'll enjoy this website with me!

{{< github repo="Killarexe/killarexe.github.io" >}}
35 changes: 4 additions & 31 deletions content/projects/_index.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,9 @@
---
title: "Projects"
draft: false
showDate: false
showAuthor: true
cascade:
showDate: false
showAuthor: true
invertPagination: true
---

{{< timeline >}}

{{< timelineItem icon="edit" header="First game project: Pokemon Mix" subheader="April 2019" >}}
<p><b>Pokemon Mix is my first game I've ever made</b> using <b>RPG Maker XP</b> and an old kit to make a Pokemon game called <i>Pokemon essencials</i>.</br>
I've even made a launcher to execute different versions of this game. But around 6 months or 1 year later <i>(I don't know exactly)</i> I abandonned it beacause it was to big for a 1st project.</br>
I have still the source code of this game but it's soo broken that I don't want to share it. But maybe I'll do a post about it.</br>
Here is the trailer of this game <i>(In french)</i>:
</p>
{{< alert icon="fire" cardColor="#e57474" iconColor="#232a2d" textColor="#ffffff">}}
This is really cringe. Really, really cringe...
{{< /alert >}}

{{< youtube id="6pgASK2t-GQ" label="Blowfish-tools demo" >}}

{{< /timelineItem >}}

{{< timelineItem icon="code" header="First Minecraft mod: Negative-N" subheader="Mars 2020 - June 2021">}}

{{< /timelineItem >}}

{{< timelineItem icon="code" header="Dimensional Expansion" subheader="Mars 2021 - July 2024" >}}

{{< /timelineItem >}}

{{< timelineItem icon="itch-io" header="Little rage" subheader="Mars 2021 - Now" >}}

{{< /timelineItem >}}

{{< /timeline >}}
7 changes: 7 additions & 0 deletions content/projects/ball_os/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Ball OS"
draft: false
showDate: true
showAuthor: true
date: 2023-10-29T00:00:00Z
---
Binary file added content/projects/copper-extension/feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions content/projects/copper-extension/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Copper Extension"
draft: false
showDate: true
showAuthor: true
date: 2023-08-28T00:00:00Z
---
Binary file added content/projects/crystals/feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions content/projects/crystals/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Crystals"
draft: false
showDate: true
showAuthor: true
date: 2024-01-03T00:00:00Z
---
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions content/projects/dimensional-expansion/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Dimensional Expansion"
draft: false
showDate: true
showAuthor: true
date: 2021-03-05T00:00:00Z
---
Binary file added content/projects/donut-3ds/feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions content/projects/donut-3ds/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Donut 3DS"
draft: false
showDate: true
showAuthor: true
date: 2021-12-28T00:00:00Z
---

8 changes: 8 additions & 0 deletions content/projects/glass-4.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Glass 4.0"
draft: false
showDate: true
showAuthor: true
date: 2024-04-16T00:00:00Z
---

Binary file added content/projects/little-rage/feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions content/projects/little-rage/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Little Rage"
draft: false
showDate: true
showAuthor: true
date: 2021-03-23T00:00:00Z
---

8 changes: 8 additions & 0 deletions content/projects/mslang/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "MSLang"
draft: false
showDate: true
showAuthor: true
date: 2023-02-10T00:00:00Z
---

Binary file added content/projects/negative-n/feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions content/projects/negative-n/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Negative-N"
draft: false
showDate: true
showAuthor: true
date: 2020-03-28T00:00:00Z
---

Binary file added content/projects/pokemon-mix/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions content/projects/pokemon-mix/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "Pokemon Mix"
draft: false
showDate: true
showAuthor: true
date: 2019-04-03T00:00:00Z
---

**Pokemon Mix is my first game I've ever made** using **RPG Maker XP** and an old kit to make a Pokemon game called *Pokemon essencials*.

I've even made a launcher to execute different versions of this game. But around 6 months or 1 year later *(I don't know exactly)* I abandonned it beacause it was to big for a 1st project.

I have still the source code of this game but it's soo broken that I don't want to share it. But maybe I'll do a post about it.

Here is the trailer of this game *(In french)*:

{{< alert icon="fire" cardColor="#e57474" iconColor="#232a2d" textColor="#ffffff">}}
This is really cringe. Really, really cringe...
{{< /alert >}}

{{< youtube id="6pgASK2t-GQ" label="Blowfish-tools demo" >}}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions content/projects/right-click-chest-boat/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Right click Chest Boat"
draft: false
showDate: true
showAuthor: true
date: 2024-07-03T00:00:00Z
---

7 changes: 7 additions & 0 deletions content/projects/spu/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "SPU"
draft: false
showDate: true
showAuthor: true
date: 2023-04-28T00:00:00Z
---
9 changes: 9 additions & 0 deletions content/projects/tdengine/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "TDEngine"
description: "A small CLI 3D engine made in Rust"
draft: false
showDate: true
showAuthor: true
date: 2024-10-12T16:19:00Z
---

Binary file added content/projects/website/feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions content/projects/website/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "This website"
draft: false
showDate: true
showAuthor: true
date: 2021-12-20T00:00:00Z
---


0 comments on commit 4a984ef

Please sign in to comment.