Skip to content

Commit bca43d2

Browse files
committed
2510.1 - feed generation system, reorganization, added tab support for some buttons, and more !
1 parent 4bb4809 commit bca43d2

24 files changed

+701
-385
lines changed

.github/workflows/deploy.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: Deploy to GitHub Pages
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: read
10+
pages: write
11+
id-token: write
12+
13+
jobs:
14+
build-and-deploy:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- name: Checkout
18+
uses: actions/checkout@v4
19+
20+
- name: Setup Node.js
21+
uses: actions/setup-node@v4
22+
with:
23+
node-version: '20'
24+
25+
- name: Install dependencies
26+
working-directory: ./assets/scripts
27+
run: npm install
28+
29+
- name: Generate RSS feed and posts
30+
working-directory: ./assets/scripts
31+
run: node generate-feed.js
32+
33+
- name: Setup Pages
34+
uses: actions/configure-pages@v4
35+
36+
- name: Upload artifact
37+
uses: actions/upload-pages-artifact@v3
38+
with:
39+
path: '.'
40+
41+
- name: Deploy to GitHub Pages
42+
id: deployment
43+
uses: actions/deploy-pages@v4

ColourGuess.html

Lines changed: 0 additions & 97 deletions
This file was deleted.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: "wild updates are arriving at your location now."
3+
date: 2025-08-16 18:00
4+
---
5+
6+
Hey everyone! 👋
7+
8+
If you read that message, then you must have found the RSS feed !
9+
10+
Awesome :3
11+
12+
Let's begin !
13+
14+
## the website
15+
16+
I removed the Colourguess Game from the site entirely - It had some quirks I hadn't noticed and I want to port the game on Godot
17+
18+
And I fixed a minor bug in the drop-down style.
19+
20+
## the projects
21+
22+
Well I can't promise anything right now - because I'm working on multiple projects and I have a tendency to procrastinate
23+
24+
What I can say is that if I keep the momentum with my projects, you might see something soon! (nbtr)
25+
26+
And you'll be the first to read it here ! 😉
27+
28+
## the end
29+
30+
That's it for now, I hope you enjoyed this little update!
31+
32+
Stay tuned for more updates!
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: "translations and progress."
3+
date: 2025-08-25 22:30
4+
---
5+
6+
Hey everyone! 👋
7+
8+
I'm trying a bit more of control over my life, and focus on projets - It's hard, but I'll get there eventually
9+
10+
Let's begin with the news!
11+
12+
## colourguess
13+
14+
I made some progress, the core game has successfully been ported to Godot (and even optimised), but all the user interface needs to be done (oh boy)
15+
16+
## kindsun
17+
18+
"But Mimolet, what is this ?"
19+
20+
It's a discord bot on which my boyfriend has been working on. I'm trying to help him as much as can, mostly by doing all the website for it.
21+
22+
Its planned release date is September 1st - there's still a lot to be done, I'll keep working on that this week
23+
24+
## the website
25+
26+
I implemented a new translation system for the website, it's way cleaner now - that very system is being also going to be used for the KindSun website and that's the main reason of why I made that new system in the first place
27+
28+
I also created a page for the posts on the website, so you can now read the posts directly on the website - I'm not sure about it's implementation yet, but it exists at this address : [themimolet.github.io/posts](https://themimolet.github.io/posts)
29+
30+
I also fixed a minor issue where the tables were not perfectly centered
31+
32+
## i left some places
33+
34+
Recently I uninstalled Roblox because of all the drama that has been going on recently. To summarize, Roblox has never really done anything against child predators and strange meetup places on their platform. And worst they even banned people that were actually doing their job of arresting those pedophiles - and.. to add a bit more fun to the joke.. some people noticed that the chief of security of Roblox might visit those strange places on the platform.. mmh..
35+
36+
I'm also getting less and less active on X - still getting on there to have some news about people I care about, but I don't think i'll stay there that much
37+
38+
## the end
39+
40+
That's it for now, I hope you enjoyed this little update!
41+
42+
Stay tuned for more updates!
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "the tuesday update."
3+
date: 2025-08-26 23:40
4+
---
5+
6+
Hey everyone! 👋
7+
8+
I've progressed on my Website and KindSun's website design 👀
9+
10+
Let's begin with what changed!
11+
12+
## the website
13+
14+
I have reworked some parts of the dark theme and translation systems of my website, now they adapt to the user's client (finally)
15+
16+
That means, now, if the options are not set manually by the user, it will pick automatically the language/theme of the user's browser 😎
17+
18+
I also made the theme change snappier so it doesn't flashbang dark theme users when loading the page (i used to fix it by defaulting to the dark theme but it's cleaner now)
19+
20+
## kindsun
21+
22+
I continued working on the figma and... oh well.. I still got some work to do on it 😅
23+
24+
## the end
25+
26+
That's it for now, I hope you enjoyed this itsy bity tiny update!
27+
28+
I'll stick to weekly updates from now on - but I was too excited to tell you the parts I've reworked 😀
29+
30+
Stay tuned for more updates!
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "small kindsun update."
3+
date: 2025-08-28 00:40
4+
---
5+
6+
Hey everyone! 👋
7+
8+
This is getting ridiculous, I know, but I have something important to tell you 👉👈
9+
10+
Here are the news !
11+
12+
## kindsun
13+
14+
So the release date has been postponed due to some technical problems - but I continued working on the website's design today and it's starting to look really nice 😎👍
15+
16+
I just started to code the website into reality and here's an early screenshot of it, I hope you like it ! 😀
17+
18+
![screenshot of that said website - hopefully you can see it](https://themimolet.github.io/assets/images/posts/270825_kindsun_wip.png)
19+
20+
## the end
21+
22+
That's it for now, I hope you liked this even smaller update !
23+
24+
Stay tuned for more updates!
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "first september update."
3+
date: 2025-09-02 22:30
4+
---
5+
6+
Hey everyone! 👋
7+
8+
Finally another update - you must have questions !
9+
10+
And here are the news !
11+
12+
## the website
13+
14+
So I tried to make improvements to the feed, but it broke everything instead, hehe 😅 (so I fixed it)
15+
16+
And another major thing : I'm currently learning NextJS to improve the website !
17+
18+
## the end
19+
20+
That's it for now !
21+
22+
Stay tuned for more updates!
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: "back to school 2025"
3+
date: 2025-10-09 01:30
4+
---
5+
6+
Hey everyone! 👋
7+
8+
BIG update this time !
9+
10+
Here's the plate of news you ordered, cooked medium rare, just for you !
11+
12+
## back to school
13+
14+
That's right, studies have started again and it's going to be interesting : the Linux distro i'm using (CachyOS) is making my life very easy (on Linux) and nothing (that I can't solve) gets in my way !
15+
16+
Moreover, I feel like I'm being more involved and I feel happy about all of it ! It's great !
17+
18+
## the website
19+
20+
I'm making a **HUGE** bet, and it's on the ability of Github action to deploy news from .md files!
21+
If it's bugged, I guess you'll know soon enough, and I'll try to fix it ASAP.
22+
And I've also improved lots of small parts of the website (like reorganising some parts, adding tab navigation between the different buttons, improving the links, etc...)
23+
24+
In the last post I told you I was going to learn NextJS, that was my plan indeed, but in the meantime it changed to Astro (another framework)
25+
26+
And what about now ? Well, I don't want to lose much time on the website and rather work on more interesting projects, so I'm not going to change, and build my own cozy environment instead, I don't need more 😄
27+
28+
## kindsun
29+
30+
I'm not going to lie or tease the project any longer, **it's dead** - it was fun thinking about, but realistically it didn't stick... RIP
31+
32+
## colourguess
33+
34+
I have actually changed my mind, the Godot version was on its way, but I believe it's better as a website
35+
It might come back again as a part of this website, but I'll try to optimize it and make it better overall 👍
36+
37+
## the end
38+
39+
Aaaand that's it for now !
40+
41+
Stay tuned for more updates!
File renamed without changes.

0 commit comments

Comments
 (0)