www.mtkn.jp

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

commit 3ad3ca6632369f53653735729f33c9cbf67747bb
parent 48000d40d6d82708967c253afcfe000ef5665607
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Fri, 18 Nov 2022 20:20:21 +0900

change site name

Diffstat:
Mdata/conf | 2+-
Mdata/weblog | 1+
Mman/index.html | 2+-
Mpub/index.html | 4++--
Mpub/rss.xml | 6+++---
Mpub/sitemap.xml | 2+-
6 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/data/conf b/data/conf @@ -5,7 +5,7 @@ data=$(pwd)/data weblog=$data/weblog header="$temp/header.html" footer="$temp/footer.html" -title="蔭露庵" +title="松露庵" rss_description="ウェブページの更新履歴" rss="$pub/rss.xml" url="https://www.mtkn.jp" diff --git a/data/weblog b/data/weblog @@ -70,3 +70,4 @@ 1667833200 /index.html 1667833200 /index.html 1667833200 /index.html +1668697200 /index.html diff --git a/man/index.html b/man/index.html @@ -1,4 +1,4 @@ -<h1>蔭露庵</h1> +<h1>松露庵</h1> <p><img class="portrait" src="/pics/icon.jpeg" alt="似顔絵" width="100"></p> 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="/style.css" /> <link rel="icon" type="image/x-icon" href="/pics/favicon.ico" /> - <title>蔭露庵</title> + <title>松露庵</title> </head> <body> <header> @@ -20,7 +20,7 @@ </header> <main> <article> -<h1>蔭露庵</h1> +<h1>松露庵</h1> <p><img class="portrait" src="/pics/icon.jpeg" alt="似顔絵" width="100"></p> diff --git a/pub/rss.xml b/pub/rss.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <rss version="2.0"> <channel> -<title>蔭露庵</title> +<title>松露庵</title> <description>ウェブページの更新履歴</description> <language>ja-jp</language> <link>https://www.mtkn.jp</link> -<lastBuildDate>Tue, 8 Nov 2022 13:43:38 +0900</lastBuildDate> -<pubDate>Tue, 8 Nov 2022 13:43:38 +0900</pubDate> +<lastBuildDate>Fri, 18 Nov 2022 20:19:26 +0900</lastBuildDate> +<pubDate>Fri, 18 Nov 2022 20:19:26 +0900</pubDate> <docs>https://www.rssboard.org/rss-specification</docs> <item> <title>大阪駅にて</title> diff --git a/pub/sitemap.xml b/pub/sitemap.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> -<url><loc>https://www.mtkn.jp/</loc><lastmod>2022-11-08</lastmod></url> +<url><loc>https://www.mtkn.jp/</loc><lastmod>2022-11-18</lastmod></url> <url><loc>https://www.mtkn.jp/journal/posts/20221031.html</loc><lastmod>2022-10-31</lastmod></url> <url><loc>https://www.mtkn.jp/journal/</loc><lastmod>2022-10-31</lastmod></url> <url><loc>https://www.mtkn.jp/journal/posts/20221023.html</loc><lastmod>2022-10-23</lastmod></url>