Skip to content

Commit 25a63c5

Browse files
committed
update
1 parent 36f2cf7 commit 25a63c5

File tree

6 files changed

+48
-14
lines changed

6 files changed

+48
-14
lines changed

src/cards/article.astro

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ interface Props {
1010
1111
const {
1212
data: { title, subTitle, tags, level, pubDate, updatedDate, heroImage },
13-
width = "512px",
14-
height = "512px",
13+
width = "1024px",
14+
height = "1024px",
1515
} = Astro.props;
1616
---
1717

src/content/life/body.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title:
33
pubDate: 2025-01-13
4-
updatedDate: 2025-01-13
54
tags: [💃体]
65
level: 3
76
---

src/content/life/cycle.md

-10
This file was deleted.

src/content/life/life-cycle.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: 生活小循环
3+
pubDate: 2025-01-21
4+
tags: [💃体]
5+
level: 2
6+
---
7+
8+
我的生活小循环:
9+
10+
1. 经济小循环:比较显性的有,货币收支,债务借还,货币化人情收支等。比较隐性的有知识技能的学习与利用等。
11+
2. 世代小循环:出生、婚姻、生育、抚养、生活、养老、去世等。

src/content/life/life-tree.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: 生命之树
3+
pubDate: 2025-01-21
4+
tags: [🌳生命树]
5+
level: 3
6+
---
7+
8+
我给自己的大体上的生命之树:
9+
10+
```
11+
//新新新\\
12+
\\新新新//
13+
|业|
14+
|智|
15+
//体心家\\
16+
```
17+
18+
也可以叫六边形战士🐶:
19+
20+
```
21+
22+
智/‾‾\业
23+
心\__/家
24+
25+
```
26+
27+
“体心家“是基本,“智业“是主干,“新“是轻果。保障基本,专业主干,逍遥轻果。
28+
29+
1. 体:健康、体能
30+
2. 心:心灵、道德
31+
3. 家:家庭、政治
32+
4. 智:智能、技术
33+
5. 业:事业、商业、专业
34+
6. 新:创新、创意、异态

src/styles/global.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ a:hover {
8484
color: var(--accent);
8585
}
8686
.prose p {
87-
margin-bottom: 1em;
87+
margin: 1em 0;
8888
}
8989
textarea {
9090
width: 100%;

0 commit comments

Comments
 (0)