icon
Personal Website

Weekly Coding • 2025-09-21

This week I've been diligently working on a static version of my personal website, spending 13 hours on the task. 🥵

I've already uploaded the new version to https://hinst.github.io/ . Orange Pi is no longer involved in content delivery, and all files are stored on github.io.

  • There are three languages: Russian, English, German. A language switcher button is located in the top right corner. I removed the old settings button for now.
  • Instead of a calendar, each post now has a generated title using LLM.
    • Model: Aya Expanse 8B

There's still a lot to be done... First, I need to generate a sitemap.xml for Search Engine Optimization. Also, I'll set up automation so that new posts automatically get titles and are sent to github.io.

My main goal is to ensure Google Search Engine indexes my blog. 🤔💭 I've already requested indexing through the Google Search Console button. Now I have a "Indexing requested" status. However, I suspect proper indexing will only start once I add sitemap.xml. How indexing works exactly is an interesting question, but it seems there's no definitive answer 🔍.