commit 2d0d2af4b0ff045cc70805ea9badd44b7164d2fe
parent b65d652021977139093a49672b13c24096977a01
Author: Matsuda Kenji <info@mtkn.jp>
Date: Tue, 24 Oct 2023 11:11:28 +0900
add images to gallery
Diffstat:
19 files changed, 114 insertions(+), 4 deletions(-)
diff --git a/data/weblog b/data/weblog
@@ -99,3 +99,9 @@
1697727600 /gallery/index.html
1697727600 /gallery/index.html
1697727600 /gallery/index.html
+1698073200 /gallery/20231005.html
+1698073200 /gallery/20231018.html
+1698073200 /gallery/index.html
+1698073200 /index.html
+1698073200 /gallery/index.html
+1698073200 /gallery/20231005.html
diff --git a/man/gallery/20231005.html b/man/gallery/20231005.html
@@ -0,0 +1,3 @@
+<h1>結束バンド</h1>
+<time>2023-10-05</time>
+<img src="img/20231005.png">
diff --git a/man/gallery/20231018.html b/man/gallery/20231018.html
@@ -0,0 +1,3 @@
+<h1>チルノ</h1>
+<time>2023-10-18</time>
+<img src="img/20231018.jpg">
diff --git a/man/gallery/img/20231005-thumb.png b/man/gallery/img/20231005-thumb.png
Binary files differ.
diff --git a/man/gallery/img/20231005.png b/man/gallery/img/20231005.png
Binary files differ.
diff --git a/man/gallery/img/20231018-thumb.jpg b/man/gallery/img/20231018-thumb.jpg
Binary files differ.
diff --git a/man/gallery/img/20231018.jpg b/man/gallery/img/20231018.jpg
Binary files differ.
diff --git a/man/gallery/index.html b/man/gallery/index.html
@@ -1,5 +1,7 @@
<h1>絵</h1>
<ul style="list-style: none;">
+<li><a href="20231018.html"><img src="img/20231018-thumb.jpg"></a></li>
<li><a href="20231007.html"><img src="img/20231007-thumb.jpg"></a></li>
+<li><a href="20231005.html"><img src="img/20231005-thumb.png"></a></li>
</ul>
diff --git a/man/index.html b/man/index.html
@@ -9,6 +9,7 @@
<h2>更新履歴</h2>
<a href="/rss.xml">RSS</a>
<ul>
+<li>2023-10-24 <a href="/gallery/index.html">絵を追加した</a></li>
<li>2023-10-07 <a href="/gallery/20231007.html">絵を描いた</a></li>
<li>2023-08-10 <a href="/journal/posts/20230810.html">イソヒヨ</a></li>
<li>2023-08-03 <a href="/journal/posts/20230803.html">サマータイムレンダ読んだ</a></li>
diff --git a/pub/gallery/20231005.html b/pub/gallery/20231005.html
@@ -0,0 +1,35 @@
+<!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="https://git.mtkn.jp">Git</a>
+ </header>
+ <main>
+ <article>
+<h1>結束バンド</h1>
+<time>2023-10-05</time>
+<img src="img/20231005.png">
+ </article>
+
+ </main>
+ <footer>
+ <address>info(at)mtkn(dot)jp</address>
+ </footer>
+</body>
+</html>
diff --git a/pub/gallery/20231018.html b/pub/gallery/20231018.html
@@ -0,0 +1,35 @@
+<!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="https://git.mtkn.jp">Git</a>
+ </header>
+ <main>
+ <article>
+<h1>チルノ</h1>
+<time>2023-10-18</time>
+<img src="img/20231018.jpg">
+ </article>
+
+ </main>
+ <footer>
+ <address>info(at)mtkn(dot)jp</address>
+ </footer>
+</body>
+</html>
diff --git a/pub/gallery/img/20231005-thumb.png b/pub/gallery/img/20231005-thumb.png
Binary files differ.
diff --git a/pub/gallery/img/20231005.png b/pub/gallery/img/20231005.png
Binary files differ.
diff --git a/pub/gallery/img/20231018-thumb.jpg b/pub/gallery/img/20231018-thumb.jpg
Binary files differ.
diff --git a/pub/gallery/img/20231018.jpg b/pub/gallery/img/20231018.jpg
Binary files differ.
diff --git a/pub/gallery/index.html b/pub/gallery/index.html
@@ -25,7 +25,9 @@
<h1>絵</h1>
<ul style="list-style: none;">
+<li><a href="20231018.html"><img src="img/20231018-thumb.jpg"></a></li>
<li><a href="20231007.html"><img src="img/20231007-thumb.jpg"></a></li>
+<li><a href="20231005.html"><img src="img/20231005-thumb.png"></a></li>
</ul>
</article>
diff --git a/pub/index.html b/pub/index.html
@@ -33,6 +33,7 @@
<h2>更新履歴</h2>
<a href="/rss.xml">RSS</a>
<ul>
+<li>2023-10-24 <a href="/gallery/index.html">絵を追加した</a></li>
<li>2023-10-07 <a href="/gallery/20231007.html">絵を描いた</a></li>
<li>2023-08-10 <a href="/journal/posts/20230810.html">イソヒヨ</a></li>
<li>2023-08-03 <a href="/journal/posts/20230803.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>Fri, 20 Oct 2023 09:53:05 +0900</lastBuildDate>
-<pubDate>Fri, 20 Oct 2023 09:53:05 +0900</pubDate>
+<lastBuildDate>Tue, 24 Oct 2023 11:09:08 +0900</lastBuildDate>
+<pubDate>Tue, 24 Oct 2023 11:09:08 +0900</pubDate>
<docs>https://www.rssboard.org/rss-specification</docs>
<item>
<title>Holy Shit!</title>
@@ -44,6 +44,26 @@
]]></description>
</item>
<item>
+<title>チルノ</title>
+<link>https://www.mtkn.jp/gallery/20231018.html</link>
+<guid>https://www.mtkn.jp/gallery/20231018.html</guid>
+<pubDate>Tue, 24 Oct 2023 00:00:00 +0900</pubDate>
+<description><![CDATA[<h1>チルノ</h1>
+<time>2023-10-18</time>
+<img src="img/20231018.jpg">
+]]></description>
+</item>
+<item>
+<title>結束バンド</title>
+<link>https://www.mtkn.jp/gallery/20231005.html</link>
+<guid>https://www.mtkn.jp/gallery/20231005.html</guid>
+<pubDate>Tue, 24 Oct 2023 00:00:00 +0900</pubDate>
+<description><![CDATA[<h1>結束バンド</h1>
+<time>2023-10-05</time>
+<img src="img/20231005.png">
+]]></description>
+</item>
+<item>
<title>後藤ひとり</title>
<link>https://www.mtkn.jp/gallery/20231007.html</link>
<guid>https://www.mtkn.jp/gallery/20231007.html</guid>
diff --git a/pub/sitemap.xml b/pub/sitemap.xml
@@ -3,8 +3,10 @@
<url><loc>https://www.mtkn.jp/journal/posts/20221228.html</loc><lastmod>2023-12-28</lastmod></url>
<url><loc>https://www.mtkn.jp/books/</loc><lastmod>2023-11-23</lastmod></url>
<url><loc>https://www.mtkn.jp/books/978-4-06-288451-8.html</loc><lastmod>2023-11-23</lastmod></url>
-<url><loc>https://www.mtkn.jp/</loc><lastmod>2023-10-20</lastmod></url>
-<url><loc>https://www.mtkn.jp/gallery/</loc><lastmod>2023-10-20</lastmod></url>
+<url><loc>https://www.mtkn.jp/</loc><lastmod>2023-10-24</lastmod></url>
+<url><loc>https://www.mtkn.jp/gallery/</loc><lastmod>2023-10-24</lastmod></url>
+<url><loc>https://www.mtkn.jp/gallery/20231018.html</loc><lastmod>2023-10-24</lastmod></url>
+<url><loc>https://www.mtkn.jp/gallery/20231005.html</loc><lastmod>2023-10-24</lastmod></url>
<url><loc>https://www.mtkn.jp/gallery/20231007.html</loc><lastmod>2023-10-20</lastmod></url>
<url><loc>https://www.mtkn.jp/journal/posts/20230810.html</loc><lastmod>2023-08-10</lastmod></url>
<url><loc>https://www.mtkn.jp/journal/</loc><lastmod>2023-08-10</lastmod></url>