Ivole32's Portfolio banner

Ivole32's Portfolio

3 devlogs
1h 10m 53s

This is my personal portfolio.

Demo Repository

Loading README...

Ivole32

Devlog

While writing devlogs for Flavortown, I ran into a platform length limit problem. I like to include the full changelog with commit references so changes stay transparent, but commit hashes and GitHub URLs are long and quickly exceed post limits.

This became especially annoying when documenting progress, because removing commit links made updates less useful and splitting logs reduced readability.

To fix this, I added a commit redirect system to my site.
Instead of linking to full GitHub URLs, I can now use:

/c/<commit-id>

These short links redirect to the correct commit.

Benefits:

  • shorter devlogs that fit platform limits
  • full changelog transparency preserved
  • cleaner, easier-to-read updates
  • quick access to exact commits

This small improvement makes it much easier to keep Flavortown devlogs complete and readable while staying within posting limits.

Changelog

0
Ivole32

Devlog - Copyright & More from me

I added a new “More from me” box to the project page. This box showcases additional projects and includes a clickable link that takes you directly to my GitHub profile, making it easier to explore more of my work.

I also updated the copyright year across the entire site to keep everything consistent and up to date.

These changes are mainly about improving navigation and presentation rather than adding new features.

Attachment
0
Ivole32

Devlog – Portfolio Update

I’ve added a new project called DJ-AI to the list of projects showcased on my portfolio website.

👉 Check it out here:
https://ivole32.me

What’s new?

  • New Project Added:
    DJ-AI is now officially part of my portfolio and can be viewed alongside my other projects.

  • External Project Links Support:
    I’ve added support for redirecting a project’s detail page to an external website.
    This makes it easier to link projects that are hosted or documented outside of my portfolio.

More updates coming soon 🚀

Attachment
0