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 diff --git a/.gitmodules b/.gitmodules index c8cd678..2f51bcf 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/miraikumiko/hugo-bearcub 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. + +> В рай не пустят рабов
+И смертным рай не подарен
+Будь же мне благодарен
+Прими свою силу
+И Богу будь равен!
diff --git a/hugo.toml b/hugo.toml index 1ae9479..349e83c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,29 +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" - -# Generate a nice robots.txt for SEO 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" @@ -48,51 +38,18 @@ enableRobotsTXT = 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.underground.pm" - lichess = "https://lichess.org/@/Yandura" - misskey = "https://underground.pm/@miraikumiko" + #[params.links] + # email = "mailto:miraikumiko@disroot.org" + # git = "https://git.miraikumiko.com" + # misskey = "https://underground.pm/@miraikumiko" diff --git a/themes/hugo-bearcub b/themes/hugo-bearcub index fb01dae..3bf203d 160000 --- a/themes/hugo-bearcub +++ b/themes/hugo-bearcub @@ -1 +1 @@ -Subproject commit fb01daeb1e92fd81eb3b55b74a25d5bb9686352b +Subproject commit 3bf203df3b82d2fd1f89013eaa8c9303594e4dba