Skip to content

Commit ac2176e

Browse files
committed
word update
1 parent d57427a commit ac2176e

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

my-site/_layouts/home.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ <h1>{{ site.title }}</h1>
99
<p class="deck">{{ site.description }}</p>
1010
<nav class="mast-nav" aria-label="首頁區塊">
1111
<a href="#lead">封面故事</a>
12-
<a href="#headlines">焦點新聞</a>
13-
<a href="#latest">最新文章</a>
12+
<a href="#headlines">生活</a>
13+
<a href="#latest">精選文章</a>
1414
<a href="{{ '/investing-thoughts/' | relative_url }}">投資思考專欄</a>
1515
<a href="{{ '/archive/' | relative_url }}">文章彙整</a>
1616
<a href="{{ '/about/' | relative_url }}">關於本站</a>
@@ -153,7 +153,7 @@ <h4><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h4>
153153
{% endif %}
154154

155155
<section id="headlines" class="headline-ribbon">
156-
<h3>焦點新聞</h3>
156+
<h3>生活</h3>
157157
{% assign headline_initial = site.home_curation.headline_initial | default: 6 %}
158158
{% assign headline_max = site.home_curation.headline_max | default: 24 %}
159159
{% assign headline_count = 0 %}
@@ -200,15 +200,15 @@ <h3>焦點新聞</h3>
200200
{% if headline_count > headline_initial %}
201201
<div class="section-actions">
202202
<button type="button" class="load-more-btn js-load-more" data-target="#headlines .js-paginated-list">
203-
載入更多焦點新聞
203+
載入更多生活文章
204204
</button>
205205
</div>
206206
{% endif %}
207207
</section>
208208

209209
<section id="latest" class="latest-grid">
210210
<div class="section-head">
211-
<h3>最新文章</h3>
211+
<h3>精選文章</h3>
212212
<a href="{{ '/archive/' | relative_url }}" class="section-link">查看全部</a>
213213
</div>
214214

@@ -251,7 +251,7 @@ <h4><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h4>
251251
{% if latest_count > latest_initial %}
252252
<div class="section-actions">
253253
<button type="button" class="load-more-btn js-load-more" data-target="#latest .js-paginated-list">
254-
載入更多最新文章
254+
載入更多精選文章
255255
</button>
256256
</div>
257257
{% endif %}

my-site/about.markdown

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
11
---
22
layout: page
3-
title: About
3+
title: 關於本站
44
permalink: /about/
55
---
66

7-
Welcome to my blog archive.
7+
<p>這是我的個人部落格,主要記錄閱讀、電影、工作與生活觀察。</p>
88

9-
This site preserves my writing on books, movies, technology, and life notes. It was migrated from WordPress to Jekyll so the content can stay portable, searchable, and under my own control.
9+
本站由 WordPress 遷移至 Jekyll,目標是讓內容更長期可保存、可搜尋,也便於以 Git 管理與備份。
1010

11-
## What you'll find here
11+
## 內容主題
1212

13-
- Reading notes and book reviews
14-
- Short movie reviews
15-
- Personal notes on work, learning, and daily life
16-
- Long-form archived posts from earlier years
13+
- 閱讀筆記與書評
14+
- 電影短評
15+
- 職場與學習心得
16+
- 生活紀錄與歷年文章彙整
1717

18-
## Why this site exists
18+
## 為什麼持續寫作
1919

20-
I wanted a long-term backup of my writing that:
20+
- 留下可回顧的思考軌跡
21+
- 建立可持續更新的知識庫
22+
- 用更清楚的文字整理經驗與觀點
2123

22-
- does not depend on a single platform,
23-
- can be versioned in Git,
24-
- and can be reused in future workflows (including Markdown tools).
25-
26-
Thanks for reading.
24+
感謝你的閱讀,歡迎常來看看。

my-site/archive.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
22
layout: page
3-
title: Archive
3+
title: 文章彙整
44
permalink: /archive/
55
---
66

7+
<p>這裡整理本站所有文章,依發佈日期由新到舊排列,方便快速查閱。</p>
8+
79
<ul class="post-list">
810
{% for post in site.posts %}
911
<li>

0 commit comments

Comments
 (0)