Upon restarting the site update#

Summary of what we did to restart the site update after a long time

Correspondence memo#

Organizing the English translation procedure#

Strengthen documentation as it is easy to forget the steps for English translation as a sphinx article

README

Google Ads Auto Ads OFF#

Excessive display of Google Adsense automatic ads. Turn off all automatic ads.

Top page maintenance#

I reviewed the CSS for the appearance, but in the end, the top page was automatically redirected to /ja.

Blog article efficiency#

Maintaining VSCode snippets

"Sphinx Blog Template": {
  "prefix": "mt-blog",
  "body": [
    "============================",
    "${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}_${1:${TM_FILENAME_BASE}}",
    "============================",
    ":投稿日: ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}",
    ":タグ: ${2:keyword1}",
    "",
    "概要",
    "====",
    "",
    "${3:内容}",
  ],
  "description": "Sphinxブログテンプレート"
},

next step#

I verified the rumor that ablog is useful, but the following error occurred in poetry add ablog, so I gave up today, and next time I will update the Python version.

The current project's supported Python range (>=3.8,<4.0) is not compatible with some of the required packages Python requirement:
- ablog requires Python >=3.10, so it will not be satisfied for Python >=3.8,<3.10

Because ablog (0.11.12) requires Python >=3.10
and no versions of ablog match >0.11.12,<0.12.0, ablog is forbidden.
So, because itnote depends on ablog (^0.11.12), version solving failed.

Article information

Post date:

2025-03-22

author:

Mr. Takagi