www.mtkn.jp

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

commit 245c651be6f7014c671c6d33c77cf62da419ebec
parent 5a4a5ff6b93d6dd56dd4eb0aa2f442ee0f29a5ac
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Thu, 10 Oct 2024 18:05:31 +0900

add a recipe

Diffstat:
Mdata/weblog | 4++++
Mman/index.html | 1+
Mman/kitchen/index.html | 1+
Aman/kitchen/pics/mapo_tofu.jpg | 0
Aman/kitchen/recipe/mapo_tofu.html | 47+++++++++++++++++++++++++++++++++++++++++++++++
Mpub/index.html | 1+
Mpub/kitchen/index.html | 1+
Apub/kitchen/pics/mapo_tofu.jpg | 0
Apub/kitchen/recipe/mapo_tofu.html | 76++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mpub/rss.xml | 54++++++++++++++++++++++++++++++++++++++++++++++++++++--
Mpub/sitemap.xml | 5+++--
11 files changed, 186 insertions(+), 4 deletions(-)

diff --git a/data/weblog b/data/weblog @@ -189,3 +189,7 @@ 1728399600 /journal/posts/20241009.html 1728399600 /journal/posts/20241009.html 1728399600 /journal/posts/20241009.html +1728486000 /kitchen/recipe/mapo_tofu.html +1728486000 /index.html +1728486000 /kitchen/index.html +1728486000 /kitchen/recipe/mapo_tofu.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-10-10 <a href="/kitchen/recipe/mapo_tofu.html">麻婆豆腐</a></li> <li>2024-10-09 <a href="/journal/posts/20241009.html">棚作った</a></li> <li>2024-07-30 <a href="/gallery/index.html">絵を追加した</a></li> <li>2024-04-28 <a href="/journal/posts/20240428.html">きのかわ弦楽合奏団第7回定期演奏会</a></li> diff --git a/man/kitchen/index.html b/man/kitchen/index.html @@ -7,6 +7,7 @@ <h2>レシピ</h2> <ul> + <li><a href="recipe/mapo_tofu.html">麻婆豆腐</a></li> <li><a href="recipe/miso.html">味噌</a></li> <li><a href="recipe/tonkotsu_ramen.html">豚骨ラーメン</a></li> </ul> diff --git a/man/kitchen/pics/mapo_tofu.jpg b/man/kitchen/pics/mapo_tofu.jpg Binary files differ. diff --git a/man/kitchen/recipe/mapo_tofu.html b/man/kitchen/recipe/mapo_tofu.html @@ -0,0 +1,47 @@ +<h1>麻婆豆腐</h1> +<time>2024-10-10</time>作成 +<figure> + <img src="../pics/mapo_tofu.jpg" alt="麻婆豆腐の画像"> + <figcaption>麻婆豆腐</figcaption> +</figure> +<div class="recipe-ingredient"> +<h2>材料(4~5人分)</h2> +<ul> + <li>豆腐: 2丁</li> + <li>ひき肉: 300g</li> + <li>長ネギ: 1本</li> + <li>にんにく: 適量</li> + <li>生姜: 適量</li> + <li>八角: 適量</li> + <li>花椒: 好きなだけ</li> + <li>豆板醤: 好きなだけ</li> + <li>味噌: 適量</li> + <li>酒: 適量</li> + <li>濃口醤油: 適量</li> + <li>塩: 少々</li> + <li>炒め油: 多め</li> +</ul> +</div> + +<div class="recipe-steps"> +<h2>手順</h2> +<ol> + <li>豆腐を水切りしてサイコロに切る</li> + <li>長ネギ、にんにく、生姜を刻む</li> + <li>フライパンに油をしき八角、にんにく、生姜を入れ弱火で香りを出す</li> + <li>火を強めてひき肉を入れ、塩を少しふる</li> + <li>ひき肉に色がついたらネギを入れて炒める</li> + <li>酒、濃口醤油、味噌、豆板醤で味をつける</li> + <li>水を入れてひと煮立ちさせる</li> + <li>花椒、豆腐を入れる</li> + <li>好みで、ラー油、唐辛子、山椒を好きなだけ入れる</li> +</ol> +</div> + +<h2>ひとこと</h2> +<p>我流の適当なレシピなので本場のものが良ければ陳建一さんのでも調べてほしい。</p> +<p>酒はできれば紹興酒のほうがいいと思う。味噌と一緒に豆鼓も入れていいかも。\ +一般的にはもっと旨味を出すために中華だしやら味の素やらを入れると思うが、\ +シンプルに辛いほうが好きなのでそういうものは入れない。\ +陳さんは生姜を入れていなかったが僕はあっていいと思う。\ +豆腐は塩水で茹でていたがこれは真似してもよさそう。</p> 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-10-10 <a href="/kitchen/recipe/mapo_tofu.html">麻婆豆腐</a></li> <li>2024-10-09 <a href="/journal/posts/20241009.html">棚作った</a></li> <li>2024-07-30 <a href="/gallery/index.html">絵を追加した</a></li> <li>2024-04-28 <a href="/journal/posts/20240428.html">きのかわ弦楽合奏団第7回定期演奏会</a></li> diff --git a/pub/kitchen/index.html b/pub/kitchen/index.html @@ -31,6 +31,7 @@ <h2>レシピ</h2> <ul> + <li><a href="recipe/mapo_tofu.html">麻婆豆腐</a></li> <li><a href="recipe/miso.html">味噌</a></li> <li><a href="recipe/tonkotsu_ramen.html">豚骨ラーメン</a></li> </ul> diff --git a/pub/kitchen/pics/mapo_tofu.jpg b/pub/kitchen/pics/mapo_tofu.jpg Binary files differ. diff --git a/pub/kitchen/recipe/mapo_tofu.html b/pub/kitchen/recipe/mapo_tofu.html @@ -0,0 +1,76 @@ +<!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>2024-10-10</time>作成 +<figure> + <img src="../pics/mapo_tofu.jpg" alt="麻婆豆腐の画像"> + <figcaption>麻婆豆腐</figcaption> +</figure> +<div class="recipe-ingredient"> +<h2>材料(4~5人分)</h2> +<ul> + <li>豆腐: 2丁</li> + <li>ひき肉: 300g</li> + <li>長ネギ: 1本</li> + <li>にんにく: 適量</li> + <li>生姜: 適量</li> + <li>八角: 適量</li> + <li>花椒: 好きなだけ</li> + <li>豆板醤: 好きなだけ</li> + <li>味噌: 適量</li> + <li>酒: 適量</li> + <li>濃口醤油: 適量</li> + <li>塩: 少々</li> + <li>炒め油: 多め</li> +</ul> +</div> + +<div class="recipe-steps"> +<h2>手順</h2> +<ol> + <li>豆腐を水切りしてサイコロに切る</li> + <li>長ネギ、にんにく、生姜を刻む</li> + <li>フライパンに油をしき八角、にんにく、生姜を入れ弱火で香りを出す</li> + <li>火を強めてひき肉を入れ、塩を少しふる</li> + <li>ひき肉に色がついたらネギを入れて炒める</li> + <li>酒、濃口醤油、味噌、豆板醤で味をつける</li> + <li>水を入れてひと煮立ちさせる</li> + <li>花椒、豆腐を入れる</li> + <li>好みで、ラー油、唐辛子、山椒を好きなだけ入れる</li> +</ol> +</div> + +<h2>ひとこと</h2> +<p>我流の適当なレシピなので本場のものが良ければ陳建一さんのでも調べてほしい。</p> +<p>酒はできれば紹興酒のほうがいいと思う。味噌と一緒に豆鼓も入れていいかも。一般的にはもっと旨味を出すために中華だしやら味の素やらを入れると思うが、シンプルに辛いほうが好きなのでそういうものは入れない。陳さんは生姜を入れていなかったが僕はあっていいと思う。豆腐は塩水で茹でていたがこれは真似してもよさそう。</p> + </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/rss.xml b/pub/rss.xml @@ -5,10 +5,60 @@ <description>ウェブページの更新履歴</description> <language>ja-jp</language> <link>https://www.mtkn.jp</link> -<lastBuildDate>Wed, 9 Oct 2024 17:43:50 +0900</lastBuildDate> -<pubDate>Wed, 9 Oct 2024 17:43:50 +0900</pubDate> +<lastBuildDate>Thu, 10 Oct 2024 18:04:11 +0900</lastBuildDate> +<pubDate>Thu, 10 Oct 2024 18:04:11 +0900</pubDate> <docs>https://www.rssboard.org/rss-specification</docs> <item> +<title>麻婆豆腐</title> +<link>https://www.mtkn.jp/kitchen/recipe/mapo_tofu.html</link> +<guid>https://www.mtkn.jp/kitchen/recipe/mapo_tofu.html</guid> +<pubDate>Thu, 10 Oct 2024 00:00:00 +0900</pubDate> +<description><![CDATA[<h1>麻婆豆腐</h1> +<time>2024-10-10</time>作成 +<figure> + <img src="../pics/mapo_tofu.jpg" alt="麻婆豆腐の画像"> + <figcaption>麻婆豆腐</figcaption> +</figure> +<div class="recipe-ingredient"> +<h2>材料(4~5人分)</h2> +<ul> + <li>豆腐: 2丁</li> + <li>ひき肉: 300g</li> + <li>長ネギ: 1本</li> + <li>にんにく: 適量</li> + <li>生姜: 適量</li> + <li>八角: 適量</li> + <li>花椒: 好きなだけ</li> + <li>豆板醤: 好きなだけ</li> + <li>味噌: 適量</li> + <li>酒: 適量</li> + <li>濃口醤油: 適量</li> + <li>塩: 少々</li> + <li>炒め油: 多め</li> +</ul> +</div> + +<div class="recipe-steps"> +<h2>手順</h2> +<ol> + <li>豆腐を水切りしてサイコロに切る</li> + <li>長ネギ、にんにく、生姜を刻む</li> + <li>フライパンに油をしき八角、にんにく、生姜を入れ弱火で香りを出す</li> + <li>火を強めてひき肉を入れ、塩を少しふる</li> + <li>ひき肉に色がついたらネギを入れて炒める</li> + <li>酒、濃口醤油、味噌、豆板醤で味をつける</li> + <li>水を入れてひと煮立ちさせる</li> + <li>花椒、豆腐を入れる</li> + <li>好みで、ラー油、唐辛子、山椒を好きなだけ入れる</li> +</ol> +</div> + +<h2>ひとこと</h2> +<p>我流の適当なレシピなので本場のものが良ければ陳建一さんのでも調べてほしい。</p> +<p>酒はできれば紹興酒のほうがいいと思う。味噌と一緒に豆鼓も入れていいかも。一般的にはもっと旨味を出すために中華だしやら味の素やらを入れると思うが、シンプルに辛いほうが好きなのでそういうものは入れない。陳さんは生姜を入れていなかったが僕はあっていいと思う。豆腐は塩水で茹でていたがこれは真似してもよさそう。</p> +]]></description> +</item> +<item> <title>棚作った</title> <link>https://www.mtkn.jp/journal/posts/20241009.html</link> <guid>https://www.mtkn.jp/journal/posts/20241009.html</guid> diff --git a/pub/sitemap.xml b/pub/sitemap.xml @@ -1,8 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> +<url><loc>https://www.mtkn.jp/kitchen/recipe/mapo_tofu.html</loc><lastmod>2024-10-10</lastmod></url> +<url><loc>https://www.mtkn.jp/kitchen/</loc><lastmod>2024-10-10</lastmod></url> +<url><loc>https://www.mtkn.jp/</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/journal/</loc><lastmod>2024-10-09</lastmod></url> -<url><loc>https://www.mtkn.jp/</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> @@ -16,7 +18,6 @@ <url><loc>https://www.mtkn.jp/computer/</loc><lastmod>2024-02-22</lastmod></url> <url><loc>https://www.mtkn.jp/computer/git_server.html</loc><lastmod>2024-02-15</lastmod></url> <url><loc>https://www.mtkn.jp/kitchen/recipe/miso.html</loc><lastmod>2024-02-09</lastmod></url> -<url><loc>https://www.mtkn.jp/kitchen/</loc><lastmod>2024-02-09</lastmod></url> <url><loc>https://www.mtkn.jp/about.html</loc><lastmod>2024-01-23</lastmod></url> <url><loc>https://www.mtkn.jp/computer/what-i-use.html</loc><lastmod>2024-01-13</lastmod></url> <url><loc>https://www.mtkn.jp/gallery/20240101.html</loc><lastmod>2024-01-01</lastmod></url>