blog-minerva-juppiter

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 5d1bd9080e5bd9ff38376bc10324d35995db5c6f
parent 9570f89a89cabd73ae487be30e74b30cc392c7cb
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Sat,  9 May 2026 20:07:59 +0900

feat: add new article "ブランコ"

Add a new blog post titled "ブランコ" to the articles directory and update the index page to include the link.

Diffstat:
Aarticles/24.html | 37+++++++++++++++++++++++++++++++++++++
Mindex.html | 3+++
2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/articles/24.html b/articles/24.html @@ -0,0 +1,37 @@ +<!doctype html> +<html> + <head> + <meta charset="UTF-8" /> + <link rel="stylesheet" href="../style.css" /> + <link rel="icon" href="/public/minerva-juppiter.svg" /> + <title>ブランコ</title> + </head> + <body> + <header> + <h1>Blog</h1> + <h2>by Minerva_Juppiter</h2> + <nav> + <a href="/">Home</a> + / + <a href="/about">About</a> + </nav> + </header> + <article> + <h1>ブランコ</h1> + <h3>2026-05-09</h3> + <p> + ブランコって一人で遊べる割に直感的に理解しづらい物理で面白いものだと思う。 + </p> + <p> + 私はそういうのが好きだったのだけど、他の人が友達と隣り合って喋りながらブランコに乗っているのを見ると、他の乗りたい人のために降りた。<br /> + というのも、私よりもブランコに乗るのがずっと上手い人が沢山あって、彼らの楽しみの方が私のそれよりもずっと楽しいだろうということだった。<br /> + そういうときは私は決まって、ブランコの周りにあった鉄製の柵の縁に尻を乗せて、彼らが上手にブランコに乗るのをひたすら眺めた。<br /> + それはプールの監視員のような偉そうな格好で、自分もそうしているのが好きではなかったが、ブランコが幾ら空いてもずっとそうしているのだった。<br /> + 腕を組んでみたりもしたが、それが支配的な心理を表す姿勢だという話を思い出して、自分の心の中にそういう成分があるのかをひたすらに考えた。 + </p> + </article> + <footer> + <p>@all right reserved by Minerva_Juppiter</p> + </footer> + </body> +</html> diff --git a/index.html b/index.html @@ -26,6 +26,9 @@ <h1>Articles</h1> <ul> <li> + <a href="articles/24.html">ブランコ</a> + </li> + <li> <a href="articles/23.html">Life-as-a-Service</a> </li> <li>