icon
Personal Website

Weekly Coding • 2025-09-21

This text was automatically translated to English language by LLM tool.

This week I worked hard on building the static version of my personal website, and I spent 13 hours on this task. 🥵

I have already deployed the new version to https://hinst.github.io/. Now, the Orange Pi is no longer involved in content delivery at all; all files are hosted on github.io.

  • There are three languages: Russian, English, and German.
    • In the top right corner, there is a language switcher button. Previously, there was a settings button there, which I have removed for now.
  • Instead of the calendar widget, every post now has an LLM-generated title.
    • Model: Aya Expanse 8B

There is still a lot to do later… First, I plan to generate a sitemap.xml for Search Engine Optimization (SEO). Secondly, I need to set up automation so that new posts automatically receive a title and are sent to github.io.

The main goal is to get my blog indexed by Google Search. 🤔💭 I have already requested a new index using the button in Google Search Console. I now have the “Indexing requested” status. However, something tells me that indexing will only work properly after I add sitemap.xml. How exactly indexing works is an interesting question, but there doesn’t seem to be a definitive answer 🔍