commit 7a715a04047050616c34111b333d03c77f08699d
parent da7c0cc9c143b8a62b89a381d2201619359593ad
Author: Matsuda Kenji <info@mtkn.jp>
Date: Thu, 17 Jul 2025 19:05:51 +0900
add self portrate
Diffstat:
13 files changed, 63 insertions(+), 4 deletions(-)
diff --git a/data/weblog b/data/weblog
@@ -88,3 +88,7 @@
1766070000 /computer/9p.html
1747580400 /index.html
1747580400 /journal/index.html
+1752678000 /gallery/20250717.html
+1752678000 /gallery/index.html
+1752678000 /index.html
+1752678000 /gallery/20250717.html
diff --git a/man/gallery/20250717.html b/man/gallery/20250717.html
@@ -0,0 +1,3 @@
+<h1>自画像</h1>
+<time>2025-07-17</time>
+<img src="img/20250717.jpg">
diff --git a/man/gallery/img/20250717-thumb.jpg b/man/gallery/img/20250717-thumb.jpg
Binary files differ.
diff --git a/man/gallery/img/20250717.jpg b/man/gallery/img/20250717.jpg
Binary files differ.
diff --git a/man/gallery/index.html b/man/gallery/index.html
@@ -1,6 +1,7 @@
<h1>絵</h1>
<ul class="galind">
+<li><a href="20250717.html"><img src="img/20250717-thumb.jpg"></a></li>
<li><a href="20250101.html"><img src="img/20250101-thumb.jpg"></a></li>
<li><a href="20240727.html"><img src="img/20240727-thumb.jpg"></a></li>
<li><a href="20240702.html"><img src="img/20240702-thumb.jpg"></a></li>
diff --git a/man/index.html b/man/index.html
@@ -9,6 +9,7 @@
<h2>更新履歴</h2>
<a href="/rss.xml">RSS</a>
<ul>
+<li>2025-07-17 <a href="/gallery/20250717.html">自画像</a></li>
<li>2025-05-19 <a href="/journal/posts/20250519.html">万博で知り合ったルーマニア人とハイキングに行った</a></li>
<li>2025-04-28 <a href="/computer/openbsd_on_u9310e.html">OpenBSD on Fujitsu LIFEBOOK U9310/E</a></li>
<li>2025-04-20 <a href="/journal/posts/20250420.html">大阪万博行った</a></li>
diff --git a/pub/gallery/20250717.html b/pub/gallery/20250717.html
@@ -0,0 +1,37 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <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>
+</head>
+<body>
+ <header>
+ <a href="/">主頁</a> |
+ <a href="/about.html">自己紹介</a> |
+ <a href="/journal">日記</a> |
+ <a href="/farm">農業</a> |
+ <a href="/kitchen">台所</a> |
+ <a href="/computer">電算機</a> |
+ <a href="/poetry">詩</a> |
+ <a href="/books">本棚</a> |
+ <a href="/gallery">絵</a> |
+ <a href="/plant">植物</a> |
+ <a href="https://git.mtkn.jp">Git</a>
+ </header>
+ <main>
+ <article>
+<h1>自画像</h1>
+<time>2025-07-17</time>
+<img src="img/20250717.jpg">
+ </article>
+
+ </main>
+ <footer>
+ <address>info(at)mtkn(dot)jp</address>
+ <a href="http://creativecommons.org/publicdomain/zero/1.0?ref=chooser-v1" rel="license noopener noreferrer">CC0 1.0</a>
+ </footer>
+</body>
+</html>
diff --git a/pub/gallery/img/20250717-thumb.jpg b/pub/gallery/img/20250717-thumb.jpg
Binary files differ.
diff --git a/pub/gallery/img/20250717.jpg b/pub/gallery/img/20250717.jpg
Binary files differ.
diff --git a/pub/gallery/index.html b/pub/gallery/index.html
@@ -26,6 +26,7 @@
<h1>絵</h1>
<ul class="galind">
+<li><a href="20250717.html"><img src="img/20250717-thumb.jpg"></a></li>
<li><a href="20250101.html"><img src="img/20250101-thumb.jpg"></a></li>
<li><a href="20240727.html"><img src="img/20240727-thumb.jpg"></a></li>
<li><a href="20240702.html"><img src="img/20240702-thumb.jpg"></a></li>
diff --git a/pub/index.html b/pub/index.html
@@ -34,6 +34,7 @@
<h2>更新履歴</h2>
<a href="/rss.xml">RSS</a>
<ul>
+<li>2025-07-17 <a href="/gallery/20250717.html">自画像</a></li>
<li>2025-05-19 <a href="/journal/posts/20250519.html">万博で知り合ったルーマニア人とハイキングに行った</a></li>
<li>2025-04-28 <a href="/computer/openbsd_on_u9310e.html">OpenBSD on Fujitsu LIFEBOOK U9310/E</a></li>
<li>2025-04-20 <a href="/journal/posts/20250420.html">大阪万博行った</a></li>
diff --git a/pub/rss.xml b/pub/rss.xml
@@ -5,8 +5,8 @@
<description>ウェブページの更新履歴</description>
<language>ja-jp</language>
<link>https://www.mtkn.jp</link>
-<lastBuildDate>Mon, 19 May 2025 21:33:20 +0900</lastBuildDate>
-<pubDate>Mon, 19 May 2025 21:33:20 +0900</pubDate>
+<lastBuildDate>Thu, 17 Jul 2025 19:04:30 +0900</lastBuildDate>
+<pubDate>Thu, 17 Jul 2025 19:04:30 +0900</pubDate>
<docs>https://www.rssboard.org/rss-specification</docs>
<item>
<title>9P</title>
@@ -372,6 +372,16 @@ size[4] Rwstat tag[2]
]]></description>
</item>
<item>
+<title>自画像</title>
+<link>https://www.mtkn.jp/gallery/20250717.html</link>
+<guid>https://www.mtkn.jp/gallery/20250717.html</guid>
+<pubDate>Thu, 17 Jul 2025 00:00:00 +0900</pubDate>
+<description><![CDATA[<h1>自画像</h1>
+<time>2025-07-17</time>
+<img src="img/20250717.jpg">
+]]></description>
+</item>
+<item>
<title>万博で知り合ったルーマニア人とハイキングに行った</title>
<link>https://www.mtkn.jp/journal/posts/20250519.html</link>
<guid>https://www.mtkn.jp/journal/posts/20250519.html</guid>
diff --git a/pub/sitemap.xml b/pub/sitemap.xml
@@ -3,16 +3,17 @@
<url><loc>https://www.mtkn.jp/computer/9p.html</loc><lastmod>2025-12-19</lastmod></url>
<url><loc>https://www.mtkn.jp/journal/posts/20241211.html</loc><lastmod>2025-12-11</lastmod></url>
<url><loc>https://www.mtkn.jp/journal/posts/20241202.html</loc><lastmod>2025-12-02</lastmod></url>
+<url><loc>https://www.mtkn.jp/</loc><lastmod>2025-07-17</lastmod></url>
+<url><loc>https://www.mtkn.jp/gallery/</loc><lastmod>2025-07-17</lastmod></url>
+<url><loc>https://www.mtkn.jp/gallery/20250717.html</loc><lastmod>2025-07-17</lastmod></url>
<url><loc>https://www.mtkn.jp/journal/posts/20250519.html</loc><lastmod>2025-05-19</lastmod></url>
<url><loc>https://www.mtkn.jp/journal/</loc><lastmod>2025-05-19</lastmod></url>
-<url><loc>https://www.mtkn.jp/</loc><lastmod>2025-05-19</lastmod></url>
<url><loc>https://www.mtkn.jp/computer/what-i-use.html</loc><lastmod>2025-04-28</lastmod></url>
<url><loc>https://www.mtkn.jp/computer/openbsd_on_u9310e.html</loc><lastmod>2025-04-28</lastmod></url>
<url><loc>https://www.mtkn.jp/computer/</loc><lastmod>2025-04-28</lastmod></url>
<url><loc>https://www.mtkn.jp/journal/posts/20250420.html</loc><lastmod>2025-04-23</lastmod></url>
<url><loc>https://www.mtkn.jp/poetry/</loc><lastmod>2025-04-07</lastmod></url>
<url><loc>https://www.mtkn.jp/plant/</loc><lastmod>2025-04-01</lastmod></url>
-<url><loc>https://www.mtkn.jp/gallery/</loc><lastmod>2025-04-01</lastmod></url>
<url><loc>https://www.mtkn.jp/journal/posts/20250221.html</loc><lastmod>2025-02-21</lastmod></url>
<url><loc>https://www.mtkn.jp/journal/posts/20250216.html</loc><lastmod>2025-02-16</lastmod></url>
<url><loc>https://www.mtkn.jp/gallery/20250101.html</loc><lastmod>2025-01-01</lastmod></url>