www.mtkn.jp

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

commit 987c74bac375566c56950dcf76a504e8b14c9bce
parent f959edc39077a9006c3b7650136caf8d266f2ec6
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Sun, 28 Apr 2024 17:45:55 +0900

add journal post

Diffstat:
Mdata/weblog | 6++++++
Mman/index.html | 1+
Mman/journal/index.html | 1+
Aman/journal/posts/20240428.html | 15+++++++++++++++
Aman/journal/posts/7th_concert.jpeg | 0
Mpub/index.html | 1+
Mpub/journal/index.html | 1+
Apub/journal/posts/20240428.html | 43+++++++++++++++++++++++++++++++++++++++++++
Apub/journal/posts/7th_concert.jpeg | 0
Mpub/rss.xml | 21+++++++++++++++++++--
Mpub/sitemap.xml | 5+++--
11 files changed, 90 insertions(+), 4 deletions(-)

diff --git a/data/weblog b/data/weblog @@ -159,3 +159,9 @@ 1708786800 /computer/rp2040_1.html 1708786800 /computer/rp2040_1.html 1708959600 /computer/rp2040_2.html +1714230000 /index.html +1714230000 /index.html +1714230000 /index.html +1714230000 /journal/index.html +1714230000 /journal/posts/20240428.html +1714230000 /index.html diff --git a/man/index.html b/man/index.html @@ -9,6 +9,7 @@ <h2>更新履歴</h2> <a href="/rss.xml">RSS</a> <ul> +<li>2024-04-28 <a href="/journal/posts/20240428.html">きのかわ弦楽合奏団第7回定期演奏会</a></li> <li>2024-02-22 <a href="/computer/rp2040_2.html">RP2040 SDKなし2 Clock、UART</a></li> <li>2024-02-15 <a href="/computer/git_server.html">Gitサーバーの設定 on OpenBSD</a></li> <li>2024-02-09 <a href="/kitchen/recipe/miso.html">味噌</a></li> diff --git a/man/journal/index.html b/man/journal/index.html @@ -1,5 +1,6 @@ <h1>日記</h1> <ul> +<li>2024-04-28 <a href="posts/20240428.html">きのかわ弦楽合奏団第7回定期演奏会</a></li> <li>2023-08-10 <a href="posts/20230810.html">イソヒヨ</a></li> <li>2023-08-03 <a href="posts/20230803.html">サマータイムレンダ読んだ</a></li> <li>2023-08-02 <a href="posts/20230802.html">着物できた</a></li> diff --git a/man/journal/posts/20240428.html b/man/journal/posts/20240428.html @@ -0,0 +1,15 @@ +<h1>きのかわ弦楽合奏団第7回定期演奏会</h1> +<time>2024-04-28</time> + +<p>\ +先日きのかわ弦楽合奏団というアマチュアの団体に入団しました。\ +その定期演奏会が7月にあります。\ +多分出演します。\ +</p> + +<figure> +<img src="7th_concert.jpeg" alt="きのかわ弦楽合奏団の第七回定期演奏会のポスター。7月14日14:00から、\ +かつらぎ総合文化会館、あじさいホールにて"> +<figcaption>Copyright: きのかわ弦楽合奏団</figcaption> +</figure> + diff --git a/man/journal/posts/7th_concert.jpeg b/man/journal/posts/7th_concert.jpeg Binary files differ. diff --git a/pub/index.html b/pub/index.html @@ -33,6 +33,7 @@ <h2>更新履歴</h2> <a href="/rss.xml">RSS</a> <ul> +<li>2024-04-28 <a href="/journal/posts/20240428.html">きのかわ弦楽合奏団第7回定期演奏会</a></li> <li>2024-02-22 <a href="/computer/rp2040_2.html">RP2040 SDKなし2 Clock、UART</a></li> <li>2024-02-15 <a href="/computer/git_server.html">Gitサーバーの設定 on OpenBSD</a></li> <li>2024-02-09 <a href="/kitchen/recipe/miso.html">味噌</a></li> diff --git a/pub/journal/index.html b/pub/journal/index.html @@ -24,6 +24,7 @@ <article> <h1>日記</h1> <ul> +<li>2024-04-28 <a href="posts/20240428.html">きのかわ弦楽合奏団第7回定期演奏会</a></li> <li>2023-08-10 <a href="posts/20230810.html">イソヒヨ</a></li> <li>2023-08-03 <a href="posts/20230803.html">サマータイムレンダ読んだ</a></li> <li>2023-08-02 <a href="posts/20230802.html">着物できた</a></li> diff --git a/pub/journal/posts/20240428.html b/pub/journal/posts/20240428.html @@ -0,0 +1,43 @@ +<!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>きのかわ弦楽合奏団第7回定期演奏会</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>きのかわ弦楽合奏団第7回定期演奏会</h1> +<time>2024-04-28</time> + +<p>先日きのかわ弦楽合奏団というアマチュアの団体に入団しました。その定期演奏会が7月にあります。多分出演します。</p> + +<figure> +<img src="7th_concert.jpeg" alt="きのかわ弦楽合奏団の第七回定期演奏会のポスター。7月14日14:00から、かつらぎ総合文化会館、あじさいホールにて"> +<figcaption>Copyright: きのかわ弦楽合奏団</figcaption> +</figure> + + </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/journal/posts/7th_concert.jpeg b/pub/journal/posts/7th_concert.jpeg Binary files differ. diff --git a/pub/rss.xml b/pub/rss.xml @@ -5,10 +5,27 @@ <description>ウェブページの更新履歴</description> <language>ja-jp</language> <link>https://www.mtkn.jp</link> -<lastBuildDate>Tue, 27 Feb 2024 12:24:40 +0900</lastBuildDate> -<pubDate>Tue, 27 Feb 2024 12:24:40 +0900</pubDate> +<lastBuildDate>Sun, 28 Apr 2024 17:43:58 +0900</lastBuildDate> +<pubDate>Sun, 28 Apr 2024 17:43:58 +0900</pubDate> <docs>https://www.rssboard.org/rss-specification</docs> <item> +<title>きのかわ弦楽合奏団第7回定期演奏会</title> +<link>https://www.mtkn.jp/journal/posts/20240428.html</link> +<guid>https://www.mtkn.jp/journal/posts/20240428.html</guid> +<pubDate>Sun, 28 Apr 2024 00:00:00 +0900</pubDate> +<description><![CDATA[<h1>きのかわ弦楽合奏団第7回定期演奏会</h1> +<time>2024-04-28</time> + +<p>先日きのかわ弦楽合奏団というアマチュアの団体に入団しました。その定期演奏会が7月にあります。多分出演します。</p> + +<figure> +<img src="7th_concert.jpeg" alt="きのかわ弦楽合奏団の第七回定期演奏会のポスター。7月14日14:00から、かつらぎ総合文化会館、あじさいホールにて"> +<figcaption>Copyright: きのかわ弦楽合奏団</figcaption> +</figure> + +]]></description> +</item> +<item> <title>RP2040 SDKなし2 Clock、UART</title> <link>https://www.mtkn.jp/computer/rp2040_2.html</link> <guid>https://www.mtkn.jp/computer/rp2040_2.html</guid> diff --git a/pub/sitemap.xml b/pub/sitemap.xml @@ -1,9 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> +<url><loc>https://www.mtkn.jp/journal/posts/20240428.html</loc><lastmod>2024-04-28</lastmod></url> +<url><loc>https://www.mtkn.jp/journal/</loc><lastmod>2024-04-28</lastmod></url> +<url><loc>https://www.mtkn.jp/</loc><lastmod>2024-04-28</lastmod></url> <url><loc>https://www.mtkn.jp/computer/rp2040_2.html</loc><lastmod>2024-02-27</lastmod></url> <url><loc>https://www.mtkn.jp/computer/rp2040_1.html</loc><lastmod>2024-02-25</lastmod></url> <url><loc>https://www.mtkn.jp/computer/mailserver.html</loc><lastmod>2024-02-24</lastmod></url> -<url><loc>https://www.mtkn.jp/</loc><lastmod>2024-02-22</lastmod></url> <url><loc>https://www.mtkn.jp/computer/</loc><lastmod>2024-02-22</lastmod></url> <url><loc>https://www.mtkn.jp/books/</loc><lastmod>2024-02-17</lastmod></url> <url><loc>https://www.mtkn.jp/computer/git_server.html</loc><lastmod>2024-02-15</lastmod></url> @@ -20,7 +22,6 @@ <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> <url><loc>https://www.mtkn.jp/journal/posts/20230803.html</loc><lastmod>2023-08-03</lastmod></url> <url><loc>https://www.mtkn.jp/journal/posts/20230802.html</loc><lastmod>2023-08-02</lastmod></url> <url><loc>https://www.mtkn.jp/journal/posts/20230729.html</loc><lastmod>2023-07-29</lastmod></url>