www.mtkn.jp

Manuscripts for my personal webpage.
git clone https://git.mtkn.jp/www.mtkn.jp
Log | Files | Refs | README

commit a2cbd2e99ba1cc74d19665e48bf808ab15bc9a8e
parent 4182f63dcc6df78075e7e5b3d393c9970b17a617
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date:   Wed, 13 Jul 2022 12:21:09 +0900

update title

Diffstat:
Mbin/update | 4+++-
Mman/_header.html | 2+-
Mman/index.html | 2+-
Mpub/about.html | 2+-
Mpub/computer/archlinux_installation.html | 2+-
Mpub/computer/index.html | 2+-
Mpub/computer/rtx1200-qos.html | 2+-
Mpub/computer/setting_up_web_server.html | 2+-
Mpub/computer/what-i-use.html | 2+-
Mpub/draft/how_to_throw_away_smart_phone.html | 2+-
Mpub/draft/keitai.html | 2+-
Mpub/draft/medical_care.html | 2+-
Mpub/draft/openbsd_installation.html | 2+-
Mpub/draft/setting_up_mail_server.html | 2+-
Mpub/error/404.html | 2+-
Mpub/error/moved.html | 2+-
Mpub/farm/index.html | 2+-
Mpub/farm/journal/2021.html | 2+-
Mpub/farm/journal/2022.html | 2+-
Mpub/index.html | 4++--
Mpub/journal/index.html | 2+-
Mpub/journal/posts/20200719.html | 2+-
Mpub/journal/posts/20200723.html | 2+-
Mpub/journal/posts/20200725.html | 2+-
Mpub/journal/posts/20200727.html | 2+-
Mpub/journal/posts/20200801.html | 2+-
Mpub/journal/posts/20200802.html | 2+-
Mpub/journal/posts/20200804.html | 2+-
Mpub/journal/posts/20200808.html | 2+-
Mpub/journal/posts/20200917.html | 2+-
Mpub/journal/posts/20200918.html | 2+-
Mpub/journal/posts/20200919.html | 2+-
Mpub/journal/posts/20200925.html | 2+-
Mpub/journal/posts/20200926.html | 2+-
Mpub/journal/posts/20201003.html | 2+-
Mpub/journal/posts/20201201.html | 2+-
Mpub/journal/posts/20201202.html | 2+-
Mpub/journal/posts/20201209.html | 2+-
Mpub/journal/posts/20201210.html | 2+-
Mpub/journal/posts/20210106.html | 2+-
Mpub/journal/posts/20210806.html | 2+-
Mpub/journal/posts/20211129.html | 2+-
Mpub/journal/posts/20220513.html | 2+-
Mpub/kitchen/index.html | 2+-
Mpub/kitchen/r4_osechi.html | 2+-
Mpub/kitchen/recipe/tonkotsu_ramen.html | 2+-
Mpub/misc/migration.html | 2+-
Mpub/plants/myrica_rubra.html | 2+-
Mpub/sitemap.xml | 2+-
49 files changed, 52 insertions(+), 50 deletions(-)

diff --git a/bin/update b/bin/update @@ -53,7 +53,9 @@ if [ -n "$fs" ]; then echo "$fs" | tee "$pub/.files" echo "$fs" | grep '\.html$' | while read f; do - cat "$man"/_header.html "$man/$f" $man/_footer.html > "$pub/$f" + title=$(grep '<h1>' "$man/$f" | sed -E 's/<\/?h1>//g') + cat "$man"/_header.html "$man/$f" $man/_footer.html | + sed '/<head>/,/<\\head>/s/<!--title-->/'"$title"'/' > "$pub/$f" touch -r "$man/$f" "$pub/$f" done echo "$fs" | grep -Ev '\.html$' | diff --git a/man/_header.html b/man/_header.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title><!--title--></title> </head> <body> <header> diff --git a/man/index.html b/man/index.html @@ -1,4 +1,4 @@ -<h1>松田 健嗣</h1> +<h1>松田健嗣</h1> <p><img class="portrait" src="/static/icon.jpeg" alt="似顔絵" width="100"></p> diff --git a/pub/about.html b/pub/about.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>自己紹介</title> </head> <body> <header> diff --git a/pub/computer/archlinux_installation.html b/pub/computer/archlinux_installation.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>Arch Linuxのインストール</title> </head> <body> <header> diff --git a/pub/computer/index.html b/pub/computer/index.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>コンピュータ</title> </head> <body> <header> diff --git a/pub/computer/rtx1200-qos.html b/pub/computer/rtx1200-qos.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>ルーター(RTX1200)のQoS機能を利用して帯域を制限した</title> </head> <body> <header> diff --git a/pub/computer/setting_up_web_server.html b/pub/computer/setting_up_web_server.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>Webサーバーの設定</title> </head> <body> <header> diff --git a/pub/computer/what-i-use.html b/pub/computer/what-i-use.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>使用しているハードウェア、ソフトウェア</title> </head> <body> <header> diff --git a/pub/draft/how_to_throw_away_smart_phone.html b/pub/draft/how_to_throw_away_smart_phone.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>携帯電話捨てた</title> </head> <body> <header> diff --git a/pub/draft/keitai.html b/pub/draft/keitai.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>携帯電話を持たない生活</title> </head> <body> <header> diff --git a/pub/draft/medical_care.html b/pub/draft/medical_care.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>医療</title> </head> <body> <header> diff --git a/pub/draft/openbsd_installation.html b/pub/draft/openbsd_installation.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>OpenBSDインストール</title> </head> <body> <header> diff --git a/pub/draft/setting_up_mail_server.html b/pub/draft/setting_up_mail_server.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>OpenBSD、OpenSMTPDとDovecotによるメールサーバー構築</title> </head> <body> <header> diff --git a/pub/error/404.html b/pub/error/404.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>404 Not Found</title> </head> <body> <header> diff --git a/pub/error/moved.html b/pub/error/moved.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>移転しました</title> </head> <body> <header> diff --git a/pub/farm/index.html b/pub/farm/index.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>農業</title> </head> <body> <header> diff --git a/pub/farm/journal/2021.html b/pub/farm/journal/2021.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>令和3年 農業日誌</title> </head> <body> <header> diff --git a/pub/farm/journal/2022.html b/pub/farm/journal/2022.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>令和4年 農業日誌</title> </head> <body> <header> diff --git a/pub/index.html b/pub/index.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>松田健嗣</title> </head> <body> <header> @@ -18,7 +18,7 @@ </header> <main> <article> -<h1>松田 健嗣</h1> +<h1>松田健嗣</h1> <p><img class="portrait" src="/static/icon.jpeg" alt="似顔絵" width="100"></p> diff --git a/pub/journal/index.html b/pub/journal/index.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>日記<ul></title> </head> <body> <header> diff --git a/pub/journal/posts/20200719.html b/pub/journal/posts/20200719.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>最初の投稿</title> </head> <body> <header> diff --git a/pub/journal/posts/20200723.html b/pub/journal/posts/20200723.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>多少体裁を整えました</title> </head> <body> <header> diff --git a/pub/journal/posts/20200725.html b/pub/journal/posts/20200725.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>Django使うのやめようかな</title> </head> <body> <header> diff --git a/pub/journal/posts/20200727.html b/pub/journal/posts/20200727.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>けの日</title> </head> <body> <header> diff --git a/pub/journal/posts/20200801.html b/pub/journal/posts/20200801.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>Djangoやめました</title> </head> <body> <header> diff --git a/pub/journal/posts/20200802.html b/pub/journal/posts/20200802.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>今日の一汁一菜</title> </head> <body> <header> diff --git a/pub/journal/posts/20200804.html b/pub/journal/posts/20200804.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>localからの投稿テスト</title> </head> <body> <header> diff --git a/pub/journal/posts/20200808.html b/pub/journal/posts/20200808.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>冷蔵庫と豊かな生活</title> </head> <body> <header> diff --git a/pub/journal/posts/20200917.html b/pub/journal/posts/20200917.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>pythonやめました</title> </head> <body> <header> diff --git a/pub/journal/posts/20200918.html b/pub/journal/posts/20200918.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>仕事</title> </head> <body> <header> diff --git a/pub/journal/posts/20200919.html b/pub/journal/posts/20200919.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>工場見学</title> </head> <body> <header> diff --git a/pub/journal/posts/20200925.html b/pub/journal/posts/20200925.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>rsyncによる投稿テスト</title> </head> <body> <header> diff --git a/pub/journal/posts/20200926.html b/pub/journal/posts/20200926.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>SSLに対応しました。</title> </head> <body> <header> diff --git a/pub/journal/posts/20201003.html b/pub/journal/posts/20201003.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>何をして生きようか</title> </head> <body> <header> diff --git a/pub/journal/posts/20201201.html b/pub/journal/posts/20201201.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>畑をさせてもらえることになった。</title> </head> <body> <header> diff --git a/pub/journal/posts/20201202.html b/pub/journal/posts/20201202.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>たまねぎを植えた。</title> </head> <body> <header> diff --git a/pub/journal/posts/20201209.html b/pub/journal/posts/20201209.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>畝を繋げた</title> </head> <body> <header> diff --git a/pub/journal/posts/20201210.html b/pub/journal/posts/20201210.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>小松菜の種を蒔いた。</title> </head> <body> <header> diff --git a/pub/journal/posts/20210106.html b/pub/journal/posts/20210106.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>x220から投稿テスト</title> </head> <body> <header> diff --git a/pub/journal/posts/20210806.html b/pub/journal/posts/20210806.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>畑を返すことになった。</title> </head> <body> <header> diff --git a/pub/journal/posts/20211129.html b/pub/journal/posts/20211129.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>赤目自然農塾</title> </head> <body> <header> diff --git a/pub/journal/posts/20220513.html b/pub/journal/posts/20220513.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>坊主になるために薬の服用を強要されそうになってる。</title> </head> <body> <header> diff --git a/pub/kitchen/index.html b/pub/kitchen/index.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>台所</title> </head> <body> <header> diff --git a/pub/kitchen/r4_osechi.html b/pub/kitchen/r4_osechi.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>令和4年正月のおせち料理</title> </head> <body> <header> diff --git a/pub/kitchen/recipe/tonkotsu_ramen.html b/pub/kitchen/recipe/tonkotsu_ramen.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>豚骨ラーメン</title> </head> <body> <header> diff --git a/pub/misc/migration.html b/pub/misc/migration.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>移住計画</title> </head> <body> <header> diff --git a/pub/plants/myrica_rubra.html b/pub/plants/myrica_rubra.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>無題</title> + <title>ヤマモモ</title> </head> <body> <header> diff --git a/pub/sitemap.xml b/pub/sitemap.xml @@ -16,7 +16,7 @@ <url><loc>https://www.matsudakenji.xyz/farm/</loc><lastmod>2022-06-8</lastmod></url> <url><loc>https://www.matsudakenji.xyz/farm/journal/2021.html</loc><lastmod>2022-05-9</lastmod></url> <url><loc>https://www.matsudakenji.xyz/farm/journal/2022.html</loc><lastmod>2022-05-9</lastmod></url> -<url><loc>https://www.matsudakenji.xyz/</loc><lastmod>2022-07-10</lastmod></url> +<url><loc>https://www.matsudakenji.xyz/</loc><lastmod>2022-07-13</lastmod></url> <url><loc>https://www.matsudakenji.xyz/journal/</loc><lastmod>2022-05-13</lastmod></url> <url><loc>https://www.matsudakenji.xyz/journal/posts/20200719.html</loc><lastmod>2021-06-18</lastmod></url> <url><loc>https://www.matsudakenji.xyz/journal/posts/20200723.html</loc><lastmod>2021-06-18</lastmod></url>