Skip to content

Commit 3b24c4d

Browse files
committed
new(log): osamu-dazai-the-flowers-of-buffoonery
1 parent 9121eb1 commit 3b24c4d

File tree

5 files changed

+37
-1
lines changed

5 files changed

+37
-1
lines changed

public/data/logs.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
[
2+
{
3+
"title": "The Flowers of Buffoonery",
4+
"category": "Book",
5+
"author": "Osamu Dazai",
6+
"date": "2025-10-16",
7+
"rating": 5,
8+
"link": "https://www.goodreads.com/book/show/61340205-the-flowers-of-buffoonery",
9+
"slug": "the-flowers-of-buffoonery"
10+
},
211
{
312
"title": "The Bear",
413
"category": "Series",
108 KB
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# The Flowers of Buffoonery
2+
3+
- **Category:** Book
4+
- **Author:** Osamu Dazai
5+
- **Date:** 2025-10-16
6+
- **Rating:** 5/5
7+
- **Link:** [Goodreads](https://www.goodreads.com/book/show/61340205-the-flowers-of-buffoonery)
8+
9+
![The Flowers of Buffoonery](images/logs/osamu-dazai-the-flowers-of-buffoonery.jpg)
10+
11+
## About
12+
Set in a seaside sanitarium, "The Flowers of Buffoonery" follows Yozo Oba, recovering from a suicide attempt. Amidst a dispiriting atmosphere, his visitors and he strive to maintain a lighthearted, almost clownish demeanor, engaging in games and jokes. Osamu Dazai, known for exploring dark human emotions, here humorously examines the struggles of youth, love, self-hatred, and depression. This work offers a darkly humorous glimpse into the lives of prewar Japan's outsiders.
13+
14+
## My Thoughts
15+
> Spoilers, be warned...
16+
17+
This book is both funny and sad. The way the characters try to handle their situation is very humane,
18+
sad, and also great to see. It's short but well-written. However, you might not want to read it while you are depressed.
19+
Enjoy!

src/index.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ code {
2020
font-size: 1.05rem !important; /* text-lg */
2121
}
2222

23+
.prose img {
24+
max-width: 25%;
25+
height: auto;
26+
display: block;
27+
margin-left: auto;
28+
margin-right: auto;
29+
}
30+
2331
/* Styling for inline code blocks */
2432
.prose code:not(pre > code) {
2533
background-color: #242424; /* gray-600 */ /* Changed background color */

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module.exports = {
7474
color: theme('colors.gray.400'),
7575
'border-left-color': theme('colors.primary.400'),
7676
quotes: '"" ""' ,
77-
lineHeight: '0.4',
77+
lineHeight: '1',
7878
},
7979

8080
li: {

0 commit comments

Comments
 (0)