www.mtkn.jp

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

commit bc94c45e68785bd7812d103e39423e1389c8295a
parent 30d1880cb46befabe78317bc957656ed5ee2b22d
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date:   Fri,  7 Oct 2022 20:07:02 +0900

add book page

Diffstat:
Mdata/weblog | 10++++++++++
Aman/books/index.html | 5+++++
Apub/books/index.html | 34++++++++++++++++++++++++++++++++++
Apub/draft/poem_index.html | 33+++++++++++++++++++++++++++++++++
Mpub/rss.xml | 4++--
Mpub/sitemap.xml | 1+
6 files changed, 85 insertions(+), 2 deletions(-)

diff --git a/data/weblog b/data/weblog @@ -40,3 +40,13 @@ 1660402800 /journal/index.html 1660402800 /journal/posts/20220814.html 1660575600 /journal/posts/20220814.html +1665068400 /books/index.html +1665068400 /books/index.html +1665068400 /books/index.html +1665068400 /books/index.html +1665068400 /books/index.html +1665068400 /books/index.html +1665068400 /books/index.html +1665068400 /books/index.html +1665068400 /books/index.html +1665068400 /books/index.html diff --git a/man/books/index.html b/man/books/index.html @@ -0,0 +1,5 @@ +<h1>本棚</h1> +<ul> + <li>「満州国建国は正当である」ジョージ・ブロンソン・レー</li> + <li>「植物一日一題」 牧野富太郎</li> +</ul> diff --git a/pub/books/index.html b/pub/books/index.html @@ -0,0 +1,34 @@ +<!DOCTYPE html> +<html lang="ja"> +<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="https://git.mtkn.jp">Git</a> + </header> + <main> + <article> +<h1>本棚</h1> +<ul> + <li>「満州国建国は正当である」ジョージ・ブロンソン・レー</li> + <li>「植物一日一題」 牧野富太郎</li> +</ul> + </article> + + </main> + <footer> + <address>info(at)mtkn(dot)jp</address> + </footer> +</body> +</html> diff --git a/pub/draft/poem_index.html b/pub/draft/poem_index.html @@ -0,0 +1,33 @@ +<!DOCTYPE html> +<html lang="ja"> +<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="https://git.mtkn.jp">Git</a> + </header> + <main> + <article> +<h1>詩</h1> +<ul> + <li>干しぬれど カビが生えたる つるし柿</li> +</ul> + </article> + + </main> + <footer> + <address>info(at)mtkn(dot)jp</address> + </footer> +</body> +</html> 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>Tue, 16 Aug 2022 13:15:22 +0900</lastBuildDate> -<pubDate>Tue, 16 Aug 2022 13:15:22 +0900</pubDate> +<lastBuildDate>Fri, 7 Oct 2022 20:06:27 +0900</lastBuildDate> +<pubDate>Fri, 7 Oct 2022 20:06:27 +0900</pubDate> <docs>https://www.rssboard.org/rss-specification</docs> <item> <title>田舎の夏休み</title> diff --git a/pub/sitemap.xml b/pub/sitemap.xml @@ -1,5 +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/books/</loc><lastmod>2022-10-07</lastmod></url> <url><loc>https://www.mtkn.jp/journal/posts/20220814.html</loc><lastmod>2022-08-16</lastmod></url> <url><loc>https://www.mtkn.jp/journal/</loc><lastmod>2022-08-14</lastmod></url> <url><loc>https://www.mtkn.jp/</loc><lastmod>2022-08-14</lastmod></url>