From 2b53af7f50fca4b5f200d4783f03ebd5d98779f0 Mon Sep 17 00:00:00 2001 From: miraikumiko Date: Mon, 26 May 2025 14:12:12 +0200 Subject: [PATCH 01/10] Remove slash from URLs --- hugo.toml | 7 +++++-- themes/hugo-bearcub | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/hugo.toml b/hugo.toml index 1ae9479..03fa9ab 100644 --- a/hugo.toml +++ b/hugo.toml @@ -3,9 +3,12 @@ baseURL = "https://miraikumiko.com" theme = "hugo-bearcub" copyright = "Mirai Kumiko (CC BY 4.0)" defaultContentLanguage = "en" - -# Generate a nice robots.txt for SEO enableRobotsTXT = true +uglyURLs = true + +[permalinks] +blog = "/blog/:slug" +photos = "/photos/:slug" # Setup syntax highlighting without inline styles. For more information about # why you'd want to avoid inline styles, see diff --git a/themes/hugo-bearcub b/themes/hugo-bearcub index fb01dae..dcfa770 160000 --- a/themes/hugo-bearcub +++ b/themes/hugo-bearcub @@ -1 +1 @@ -Subproject commit fb01daeb1e92fd81eb3b55b74a25d5bb9686352b +Subproject commit dcfa770f2c7ae347a36d05c8530cdeb733a7fbc5 From e7e981ee49f9d37f484afd9d54372734dda80362 Mon Sep 17 00:00:00 2001 From: miraikumiko Date: Mon, 26 May 2025 14:26:24 +0200 Subject: [PATCH 02/10] Update theme --- themes/hugo-bearcub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-bearcub b/themes/hugo-bearcub index dcfa770..3bf203d 160000 --- a/themes/hugo-bearcub +++ b/themes/hugo-bearcub @@ -1 +1 @@ -Subproject commit dcfa770f2c7ae347a36d05c8530cdeb733a7fbc5 +Subproject commit 3bf203df3b82d2fd1f89013eaa8c9303594e4dba From 989236d13db07a2f652e6529e1440e2b48130016 Mon Sep 17 00:00:00 2001 From: miraikumiko Date: Mon, 26 May 2025 15:59:07 +0200 Subject: [PATCH 03/10] Fix underscores in URLs --- hugo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hugo.toml b/hugo.toml index 03fa9ab..92e5ace 100644 --- a/hugo.toml +++ b/hugo.toml @@ -6,10 +6,6 @@ defaultContentLanguage = "en" enableRobotsTXT = true uglyURLs = true -[permalinks] -blog = "/blog/:slug" -photos = "/photos/:slug" - # Setup syntax highlighting without inline styles. For more information about # why you'd want to avoid inline styles, see # https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/style-src#unsafe_inline_styles From a6d0aa9fc043faa8a09d21ff5b9e6f4d4ae6c4ad Mon Sep 17 00:00:00 2001 From: miraikumiko Date: Sun, 8 Jun 2025 11:09:37 +0200 Subject: [PATCH 04/10] Update git link --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 92e5ace..169c9f7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -92,6 +92,6 @@ uglyURLs = true email = "miraikumiko@disroot.org" [params.links] email = "mailto:miraikumiko@disroot.org" - git = "https://git.underground.pm" + git = "https://git.miraikumiko.com" lichess = "https://lichess.org/@/Yandura" misskey = "https://underground.pm/@miraikumiko" From 61d6e8f235700af16825254e25e40ea9d2b8738a Mon Sep 17 00:00:00 2001 From: miraikumiko Date: Sun, 8 Jun 2025 11:21:13 +0200 Subject: [PATCH 05/10] Update .gitmodules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index c8cd678..bb3ba5a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "themes/hugo-bearcub"] path = themes/hugo-bearcub - url = https://git.underground.pm/hugo-bearcub + url = https://git.miraikumiko.com/hugo-bearcub From 0fff89786baf9dfc916273b494c77e460042c100 Mon Sep 17 00:00:00 2001 From: miraikumiko Date: Tue, 10 Jun 2025 15:59:37 +0200 Subject: [PATCH 06/10] Remove lichess --- hugo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 169c9f7..b2a101c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -93,5 +93,4 @@ uglyURLs = true [params.links] email = "mailto:miraikumiko@disroot.org" git = "https://git.miraikumiko.com" - lichess = "https://lichess.org/@/Yandura" misskey = "https://underground.pm/@miraikumiko" From e6710a03aeef730ab1e15f33e51157d1d38d96e2 Mon Sep 17 00:00:00 2001 From: miraikumiko Date: Tue, 10 Jun 2025 16:06:24 +0200 Subject: [PATCH 07/10] Update .gitmodules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index bb3ba5a..2f51bcf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "themes/hugo-bearcub"] path = themes/hugo-bearcub - url = https://git.miraikumiko.com/hugo-bearcub + url = https://git.miraikumiko.com/miraikumiko/hugo-bearcub From c3218bf56a1d266f1e41c5c78518b98bd2edb571 Mon Sep 17 00:00:00 2001 From: miraikumiko Date: Tue, 10 Jun 2025 23:51:02 +0200 Subject: [PATCH 08/10] Update hugo.toml --- hugo.toml | 51 +++++---------------------------------------------- 1 file changed, 5 insertions(+), 46 deletions(-) diff --git a/hugo.toml b/hugo.toml index b2a101c..349e83c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,28 +1,19 @@ -# Basic config baseURL = "https://miraikumiko.com" theme = "hugo-bearcub" -copyright = "Mirai Kumiko (CC BY 4.0)" +#copyright = "Mirai Kumiko (CC BY 4.0)" defaultContentLanguage = "en" enableRobotsTXT = true uglyURLs = true -# Setup syntax highlighting without inline styles. For more information about -# why you'd want to avoid inline styles, see -# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/style-src#unsafe_inline_styles [markup] [markup.highlight] lineNos = true lineNumbersInTable = false - # This allows Bear Cub to use a variation of Dracula that is more accessible - # to people with poor eyesight. For more information about color contrast - # and accessibility, see https://web.dev/color-and-contrast-accessibility/ noClasses = false [markup.goldmark] [markup.goldmark.renderer] unsafe = true -# Multilingual mode config. More for information about how to setup translation, -# see https://gohugo.io/content-management/multilingual/ [languages] [languages.en] title = "Mirai Kumiko's website" @@ -47,50 +38,18 @@ uglyURLs = true # madeWith = "Персональный сайт" [params] - # The description of your website description = "Mirai Kumiko's website" - - # The path to your favicon favicon = "images/favicon.png" - - # These images will show up when services want to generate a preview of a link - # to your site. Ignored if `generateSocialCard = true`. For more information - # about previews, see https://gohugo.io/templates/internal#twitter-cards and - # https://gohugo.io/templates/internal#open-graph images = ["images/share.webp"] - - # This title is used as the site_name on the Hugo's internal opengraph - # structured data template title = "Mirai Kumiko's website" - - # Dates are displayed following the format below. For more information about - # formatting, see https://gohugo.io/functions/format/ dateFormat = "2006-01-02" - - # If your blog is multilingual but you haven't translated a page, this theme - # will create a disabled link. By setting `hideUntranslated` to true, you can - # have the theme simply not show any link hideUntranslated = false - - # (EXPERIMENTAL) This theme has two options for its CSS styles: "original" and - # "herman". The former is what you see on Bear Cub's demo (an optimized - # version of Hugo Bear Blog), while the latter has a more modern look based on - # Herman Martinus's version of the Blogster Minimal theme for Astro. themeStyle = "original" - - # (EXPERIMENTAL) This theme is capable of dynamically generating social cards - # for posts that don't have `images` defined in their front matter; By setting - # `generateSocialCard` to false, you can prevent this behavior. For more - # information see layouts/partials/social_card.html generateSocialCard = true - - # Author metadata. This is mostly used for the RSS feed of your site, but the - # email is also added to the footer of each post. You can hide the "reply to" - # link by using a `hideReply` param in front matter. [params.author] name = "Mirai Kumiko" email = "miraikumiko@disroot.org" - [params.links] - email = "mailto:miraikumiko@disroot.org" - git = "https://git.miraikumiko.com" - misskey = "https://underground.pm/@miraikumiko" + #[params.links] + # email = "mailto:miraikumiko@disroot.org" + # git = "https://git.miraikumiko.com" + # misskey = "https://underground.pm/@miraikumiko" From ab731acc1d8adace02a2aa6aa1c72f62e655726f Mon Sep 17 00:00:00 2001 From: miraikumiko Date: Wed, 11 Jun 2025 01:00:23 +0200 Subject: [PATCH 09/10] Add about_hrt.md --- content/en/blog/about_hrt.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/en/blog/about_hrt.md diff --git a/content/en/blog/about_hrt.md b/content/en/blog/about_hrt.md new file mode 100644 index 0000000..17a9cd3 --- /dev/null +++ b/content/en/blog/about_hrt.md @@ -0,0 +1,19 @@ ++++ +title = "About HRT" +description = "My experience" +date = 2025-06-11 +tags = [ + "biology", + "pharmacology" +] ++++ + +To be honest, I thought there was nothing to talk about; you ask for a prescription for pills, you take blood tests, and you get a prescription for pills. This could be the end of the article, but there are a few points I want to notice. First, they prescribed me two types of pills that I need to eat every day: **Espironolactona** (100mg/day) and **Progyluton** (3pills/day) — antiandrogens and estrogens. The first one is needed to lower testosterone levels, and the second one is needed for stimulation of feminine characteristics: soft skin, fine hair, feminine facial features, etc. The pills cost me a symbolic penny; I didn't look into why; maybe it’s a government service, and the examination itself is free in Catalonia. A month later, I feel a little emotionally liberated, my facial features have become truly more feminine. I won't talk about the other details, they are written in Wikipedia and anyone can read about them, there is nothing secret about it. However, it's a drop in the ocean of what needs to be done to achieve a feminine look; it is necessary to undergo a bunch of hygiene and beauty procedures, take care of your body, train your voice and get used to your new social role. + +Society can be fairly represented as a theater, its essence is to request the right roles and play them. Let's say you raised your voice and for a moment people who were busy with their own affairs turned their attention to you, thus you temporarily increased your social significance because you may have important information and from the point of view of survival you are worth listening to. Thus, you asked society for a role, but if you do not play it, for example, by saying glopost, then people will be angry with you and your social significance will fall. To summarize, you need to know what you want and how you can achieve it, and for this you need to adequately assess your strengths and develop. + +> В рай не пустят рабов
+И смертным рай не подарен
+Будь же мне благодарен
+Прими свою силу
+И Богу будь равен!
From cf506fcd7dab2b4a06a9a0cb4b9871336f6f92e1 Mon Sep 17 00:00:00 2001 From: miraikumiko Date: Wed, 11 Jun 2025 15:04:38 +0200 Subject: [PATCH 10/10] Remove .github --- .github/workflows/hugo.yml | 64 -------------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 .github/workflows/hugo.yml diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml deleted file mode 100644 index 015fd8f..0000000 --- a/.github/workflows/hugo.yml +++ /dev/null @@ -1,64 +0,0 @@ -name: Deploy Hugo site to Pages - -on: - push: - branches: - - main - workflow_dispatch: - -permissions: - contents: read - pages: write - id-token: write - -concurrency: - group: "pages" - cancel-in-progress: false - -defaults: - run: - shell: bash - -jobs: - build: - runs-on: ubuntu-latest - env: - HUGO_VERSION: 0.144.2 - steps: - - name: Install Hugo CLI - run: | - wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \ - && sudo dpkg -i ${{ runner.temp }}/hugo.deb - - name: Checkout - uses: actions/checkout@v4 - with: - submodules: recursive - fetch-depth: 0 - - name: Setup Pages - id: pages - uses: actions/configure-pages@v5 - - name: Build with Hugo - env: - HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache - HUGO_ENVIRONMENT: production - TZ: America/Los_Angeles - run: | - hugo \ - --gc \ - --minify \ - --baseURL "${{ steps.pages.outputs.base_url }}/" - - name: Upload artifact - uses: actions/upload-pages-artifact@v3 - with: - path: ./public - - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - needs: build - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4