www.mtkn.jp

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

commit a44510673f7c2dc2d23fc3ec17748576a7c65973
parent 94a60e2eebee940250e85c281042c57d452347cc
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Wed,  1 Jan 2025 08:03:55 +0900

add nengajo

Diffstat:
Mdata/weblog | 5+++++
Aman/gallery/20250101.html | 3+++
Aman/gallery/img/20250101-thumb.jpg | 0
Aman/gallery/img/20250101.jpg | 0
Mman/gallery/index.html | 1+
Mman/index.html | 1+
Apub/gallery/20250101.html | 36++++++++++++++++++++++++++++++++++++
Apub/gallery/img/20250101-thumb.jpg | 0
Apub/gallery/img/20250101.jpg | 0
Mpub/gallery/index.html | 1+
Mpub/index.html | 1+
Mpub/rss.xml | 14++++++++++++--
Mpub/sitemap.xml | 5+++--
13 files changed, 63 insertions(+), 4 deletions(-)

diff --git a/data/weblog b/data/weblog @@ -242,3 +242,8 @@ 1734534000 /computer/9p.html 1734534000 /computer/index.html 1734534000 /index.html +1735657200 /gallery/index.html +1735657200 /index.html +1735657200 /gallery/20250101.html +1735657200 /gallery/20250101.html +1735657200 /gallery/20250101.html diff --git a/man/gallery/20250101.html b/man/gallery/20250101.html @@ -0,0 +1,3 @@ +<h1>謹賀新年</h1> +<time>2025-01-01</time> +<img src="img/20250101.jpg"> diff --git a/man/gallery/img/20250101-thumb.jpg b/man/gallery/img/20250101-thumb.jpg Binary files differ. diff --git a/man/gallery/img/20250101.jpg b/man/gallery/img/20250101.jpg Binary files differ. diff --git a/man/gallery/index.html b/man/gallery/index.html @@ -1,6 +1,7 @@ <h1>絵</h1> <ul style="list-style: none;"> +<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> <li><a href="20240629.html"><img src="img/20240629-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-01-01 <a href="/gallery/20250101.html">年賀状</a></li> <li>2024-12-19 <a href="/computer/9p.html">9P</a></li> <li>2024-12-11 <a href="/journal/posts/20241211.html">きのかわ弦楽合奏団 第5回コミュニティコンサート</a></li> <li>2024-12-02 <a href="/journal/posts/20241202.html">椅子作った</a></li> diff --git a/pub/gallery/20250101.html b/pub/gallery/20250101.html @@ -0,0 +1,36 @@ +<!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>2025-01-01</time> +<img src="img/20250101.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/20250101-thumb.jpg b/pub/gallery/img/20250101-thumb.jpg Binary files differ. diff --git a/pub/gallery/img/20250101.jpg b/pub/gallery/img/20250101.jpg Binary files differ. diff --git a/pub/gallery/index.html b/pub/gallery/index.html @@ -25,6 +25,7 @@ <h1>絵</h1> <ul style="list-style: none;"> +<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> <li><a href="20240629.html"><img src="img/20240629-thumb.jpg"></a></li> diff --git a/pub/index.html b/pub/index.html @@ -33,6 +33,7 @@ <h2>更新履歴</h2> <a href="/rss.xml">RSS</a> <ul> +<li>2025-01-01 <a href="/gallery/20250101.html">年賀状</a></li> <li>2024-12-19 <a href="/computer/9p.html">9P</a></li> <li>2024-12-11 <a href="/journal/posts/20241211.html">きのかわ弦楽合奏団 第5回コミュニティコンサート</a></li> <li>2024-12-02 <a href="/journal/posts/20241202.html">椅子作った</a></li> diff --git a/pub/rss.xml b/pub/rss.xml @@ -5,10 +5,20 @@ <description>ウェブページの更新履歴</description> <language>ja-jp</language> <link>https://www.mtkn.jp</link> -<lastBuildDate>Thu, 19 Dec 2024 21:02:10 +0900</lastBuildDate> -<pubDate>Thu, 19 Dec 2024 21:02:10 +0900</pubDate> +<lastBuildDate>Wed, 1 Jan 2025 08:03:33 +0900</lastBuildDate> +<pubDate>Wed, 1 Jan 2025 08:03:33 +0900</pubDate> <docs>https://www.rssboard.org/rss-specification</docs> <item> +<title>謹賀新年</title> +<link>https://www.mtkn.jp/gallery/20250101.html</link> +<guid>https://www.mtkn.jp/gallery/20250101.html</guid> +<pubDate>Wed, 1 Jan 2025 00:00:00 +0900</pubDate> +<description><![CDATA[<h1>謹賀新年</h1> +<time>2025-01-01</time> +<img src="img/20250101.jpg"> +]]></description> +</item> +<item> <title>9P</title> <link>https://www.mtkn.jp/computer/9p.html</link> <guid>https://www.mtkn.jp/computer/9p.html</guid> diff --git a/pub/sitemap.xml b/pub/sitemap.xml @@ -1,6 +1,8 @@ <?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>2024-12-19</lastmod></url> +<url><loc>https://www.mtkn.jp/</loc><lastmod>2025-01-01</lastmod></url> +<url><loc>https://www.mtkn.jp/gallery/</loc><lastmod>2025-01-01</lastmod></url> +<url><loc>https://www.mtkn.jp/gallery/20250101.html</loc><lastmod>2025-01-01</lastmod></url> <url><loc>https://www.mtkn.jp/computer/</loc><lastmod>2024-12-19</lastmod></url> <url><loc>https://www.mtkn.jp/computer/9p.html</loc><lastmod>2024-12-19</lastmod></url> <url><loc>https://www.mtkn.jp/journal/posts/20241211.html</loc><lastmod>2024-12-11</lastmod></url> @@ -11,7 +13,6 @@ <url><loc>https://www.mtkn.jp/kitchen/</loc><lastmod>2024-10-10</lastmod></url> <url><loc>https://www.mtkn.jp/journal/posts/20241009.html</loc><lastmod>2024-10-09</lastmod></url> <url><loc>https://www.mtkn.jp/books/</loc><lastmod>2024-07-31</lastmod></url> -<url><loc>https://www.mtkn.jp/gallery/</loc><lastmod>2024-07-30</lastmod></url> <url><loc>https://www.mtkn.jp/gallery/20240727.html</loc><lastmod>2024-07-30</lastmod></url> <url><loc>https://www.mtkn.jp/gallery/20240702.html</loc><lastmod>2024-07-30</lastmod></url> <url><loc>https://www.mtkn.jp/gallery/20240629.html</loc><lastmod>2024-07-30</lastmod></url>