Skip to content

Commit e9cf747

Browse files
committed
add author and date
1 parent 76e679d commit e9cf747

23 files changed

+60
-199
lines changed

_layouts/page.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: default
3+
---
4+
<article class="post">
5+
6+
<header class="post-header">
7+
<h1 class="post-title">{{ page.title | escape }}</h1>
8+
</header>
9+
10+
11+
{% if page.date %}
12+
{{ page.date }}
13+
{% endif %}
14+
15+
{% if page.author %}
16+
{% assign author_info = site.authors | where: "email", page.author | first %}
17+
{% if author_info %}
18+
{% assign email_hash = author_info.email | strip | downcase | md5 %}
19+
<!-- <img class="gravatar" src="https://www.gravatar.com/avatar/{{ email_hash }}?s=40&d=retro" alt="{{ author_info.name }}" /> -->
20+
<span class="author-name">{{ author_info.name | escape }}</span>
21+
{% endif %}
22+
{% endif %}
23+
24+
<hr>
25+
26+
<div class="post-content">
27+
{{ content }}
28+
</div>
29+
30+
</article>

_sass/minima/custom-styles.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
// Placeholder to allow defining custom styles that override everything else.
22
// (Use `_sass/minima/custom-variables.scss` to override variable defaults)
3+
4+
hr {
5+
display: block;
6+
height: 1px;
7+
border: 0;
8+
border-top: 1px solid #eee;
9+
margin: 1.5em 0;
10+
padding: 0;
11+
}

custom-fields.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: page
33
title: 5分鐘快速上手 Redmine:自訂欄位
44
date: 2025-08-05
55
image: /images/[email protected]
6+
67
---
78

89
本文將介紹開源課題管理系統 Redmine 的「自訂欄位」。

custom-queries.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: page
33
title: 5分鐘快速上手 Redmine:「自訂查詢」功能
44
date: 2025-08-05
55
image: /images/[email protected]
6+
67
---
78

89
本文將為您簡單說明開源專案管理系統 Redmine 的「自訂查詢」功能。
@@ -95,6 +96,4 @@ Redmine 提供「帳戶首頁」功能,可將常用資訊集中顯示。預設
9596

9697
![](images/[email protected])
9798

98-
---
99-
10099
Redmine 的自訂查詢功能能幫助您快速找出所需議題,搭配帳戶首頁一起使用更能提高工作效率,建議積極加以運用。

documents.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: page
33
title: 5分鐘快速上手 Redmine:「文件」功能
44
date: 2025-08-05
55
image: /images/[email protected]
6+
67
---
78

89
本文將介紹開源課題管理系統 Redmine 的「文件」功能。
@@ -15,8 +16,6 @@ image: /images/[email protected]
1516
- 建立新文件
1617
- 搜尋文件
1718

18-
---
19-
2019
## 概要
2120

2221
![Redmine 的文件畫面](images/[email protected])
@@ -47,9 +46,6 @@ Redmine 提供了名為「文件」的功能,可用來登錄其他應用程式
4746

4847
本文將說明如何使用 Redmine 的「文件」功能。
4948

50-
51-
---
52-
5349
## 啟用「文件」功能的設定
5450

5551
### 啟用「文件」模組
@@ -82,8 +78,6 @@ Redmine 提供了名為「文件」的功能,可用來登錄其他應用程式
8278

8379
接著輸入名稱,勾選「活動中」,並點擊「建立」。若勾選「預設值」,則在註冊文件時,該名稱將會自動作為預設選項。
8480

85-
---
86-
8781
## 顯示文件
8882

8983
點選專案選單中的「文件」,即可顯示文件清單畫面。
@@ -102,10 +96,6 @@ Redmine 提供了名為「文件」的功能,可用來登錄其他應用程式
10296

10397
若該文件已不需要,請點選右上角的「刪除」進行刪除。
10498

105-
106-
107-
---
108-
10999
## 建立新文件
110100

111101
若要建立新文件,請在文件清單畫面中點選「建立新文件」。
@@ -124,10 +114,6 @@ Redmine 提供了名為「文件」的功能,可用來登錄其他應用程式
124114

125115
標題與概述將會被納入 Redmine 的搜尋範圍。為了讓日後更容易搜尋找到,建議輸入清楚且適當的標題與概述。
126116

127-
128-
129-
---
130-
131117
## 搜尋文件
132118

133119
Redmine 具備搜尋功能,文件同樣屬於搜尋對象。

email-notifications.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: page
33
title: 5分鐘快速上手 Redmine:郵件通知設定
44
date: 2025-08-05
55
image: /images/[email protected]
6+
67
---
78

89
在這篇文章中,我們將介紹 Redmine 的郵件通知功能,包括系統會發送哪些類型的郵件、觸發時機、設定方式,以及能幫助團隊掌握期限的提醒功能。
@@ -15,8 +16,6 @@ image: /images/[email protected]
1516
- 郵件通知的使用設定
1617
- 截止日期提醒功能
1718

18-
---
19-
2019
## 郵件通知概要
2120

2221
Redmine 會將工作事項與任務以「議題」的形式進行管理。透過議題清單、甘特圖或是版本與路線圖等功能,您可以直觀地掌握整體專案的進度。
@@ -26,8 +25,6 @@ Redmine 本身雖不具備即時畫面通知的功能,但它提供了郵件通
2625

2726
此外,Redmine 還具備提醒功能,能將即將到期或已逾期的議題清單透過電子郵件發送給您。善用這項功能,能有效預防遺漏處理的工作。
2827

29-
---
30-
3128
## 郵件通知包含哪些訊息
3229

3330
![](images/[email protected])
@@ -42,8 +39,6 @@ Redmine 本身雖不具備即時畫面通知的功能,但它提供了郵件通
4239

4340
郵件內容中會顯示更新的 Wiki 頁面名稱、執行更新的用戶名稱,並提供可檢視更新差異的頁面連結。Wiki 頁面名稱設有連結,點擊即可開啟該頁面。若點擊差異檢視連結,則可以確認該頁面更新前後的變更內容。
4441

45-
---
46-
4742
## 郵件通知的觸發時機
4843

4944
Redmine 可以針對以下操作發送通知:
@@ -72,8 +67,6 @@ Redmine 可以針對以下操作發送通知:
7267

7368
Redmine 6.0.0 新增「新增附件」這個專用的通知條件,只要開啟這個選項,即使只是單純加上檔案也會通知相關人員,不需再仰賴其他更新條件。
7469

75-
---
76-
7770
## 郵件通知的使用設定
7871

7972
### 系統管理員的設定
@@ -109,8 +102,6 @@ https://www.redmine.org/projects/redmine/wiki/EmailConfiguration
109102

110103
![](images/[email protected])
111104

112-
---
113-
114105
## 截止日提醒功能
115106

116107
Redmine 提供提醒功能,可以定期將「即將到期」或「已逾期」的議題列表透過郵件寄出:
@@ -120,6 +111,4 @@ Redmine 提供提醒功能,可以定期將「即將到期」或「已逾期」
120111

121112
詳情可參考官方指南:<https://www.redmine.org/projects/redmine/wiki/RedmineReminderEmails>
122113

123-
---
124-
125114
Redmine 的郵件通知功能,是協助團隊掌握專案狀況的強力工具。只要妥善設定並善加使用,就能及時掌握各項更新,減少延誤與遺漏,讓你的團隊運作更順暢!

forums.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: page
33
title: 5分鐘快速上手 Redmine:「討論區(論壇)」功能
44
date: 2025-08-05
55
image: /images/[email protected]
6+
67
---
78

89
本文將介紹開源課題管理系統 Redmine 的「討論區(論壇)」功能。
@@ -17,8 +18,6 @@ image: /images/[email protected]
1718
- 回應訊息
1819
- 搜尋訊息
1920

20-
---
21-
2221
## 概要
2322

2423
![Redmine 的討論區(論壇)畫面](images/[email protected])
@@ -43,8 +42,6 @@ Redmine 的討論區會將討論起始訊息與所有回覆訊息作為一個整
4342

4443
本篇文章將說明「討論區」功能的使用方法,歡迎您親自體驗看看。
4544

46-
---
47-
4845
## 啟用「討論區」功能的設定
4946

5047
若要使用 Redmine 的「討論區」功能,請先在想要使用此功能的專案中啟用「討論區」模組。是否啟用此模組可以依專案個別設定。
@@ -57,8 +54,6 @@ Redmine 的討論區會將討論起始訊息與所有回覆訊息作為一個整
5754

5855
另外,也可以在建立新專案時就啟用此模組。如果您預計會使用「討論區」功能,建議在專案建立畫面中一併啟用。
5956

60-
---
61-
6257
## 建立新論壇
6358

6459
能夠建立討論區的使用者,必須符合以下條件:已被加入欲建立討論區的專案中,且其所分配的角色需擁有「管理討論版」的權限。
@@ -80,8 +75,6 @@ Redmine 的討論區會將討論起始訊息與所有回覆訊息作為一個整
8075

8176
Redmine官方網站論壇連結:<https://www.redmine.org/projects/redmine/boards>
8277

83-
---
84-
8578
## 顯示論壇清單
8679

8780
建立論壇後,專案選單中會顯示「論壇」項目。
@@ -97,10 +90,6 @@ Redmine官方網站論壇連結:<https://www.redmine.org/projects/redmine/boar
9790

9891
如果已有訊息被張貼,則會顯示最新訊息的相關資訊。點選最新訊息的標題即可查看該訊息內容。
9992

100-
101-
102-
---
103-
10493
## 建立新討論主題
10594

10695
若您想開始新的討論並建立討論串,請在論壇中建立一則新的討論主題(topic)。
@@ -123,8 +112,6 @@ Redmine官方網站論壇連結:<https://www.redmine.org/projects/redmine/boar
123112

124113
新訊息建立後,將會顯示於討論主題列表畫面中。
125114

126-
---
127-
128115
## 回應訊息
129116

130117
若您想參與討論並發送訊息,請使用回應功能對訊息進行回復。
@@ -137,8 +124,6 @@ Redmine官方網站論壇連結:<https://www.redmine.org/projects/redmine/boar
137124

138125
![用於輸入主題回應訊息的表單](images/[email protected])
139126

140-
---
141-
142127
## 搜尋訊息
143128

144129
Redmine 具備搜尋功能,論壇中的訊息也會被納入搜尋範圍。

gantt-chart.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,17 @@ layout: page
33
title: 5分鐘快速上手 Redmine:「甘特圖」功能
44
date: 2025-08-05
55
image: /images/[email protected]
6+
67
---
78

89
本文將介紹開源課題管理系統 Redmine 的「甘特圖」功能。
910

10-
---
11-
1211
## 目錄
1312

1413
- 甘特圖功能概要
1514
- 甘特圖畫面介紹
1615
- 甘特圖的實用功能
1716

18-
---
19-
2017
## 甘特圖功能概要
2118

2219
![](images/[email protected])
@@ -25,8 +22,6 @@ image: /images/[email protected]
2522

2623
Redmine 提供甘特圖作為標準功能。當您建立議題時,只要輸入「開始日期」與「完成期日」,該議題就會自動顯示在甘特圖上。
2724

28-
---
29-
3025
## 甘特圖畫面介紹
3126

3227

@@ -38,8 +33,6 @@ Redmine 提供甘特圖作為標準功能。當您建立議題時,只要輸入
3833

3934
您可以透過「篩選條件」來縮小顯示的議題範圍。例如,將「狀態」篩選條件設為「進行中」,即可只顯示尚未完成的議題。
4035

41-
---
42-
4336
## 甘特圖的實用功能
4437

4538
### 時間軸
@@ -52,16 +45,12 @@ Redmine 提供甘特圖作為標準功能。當您建立議題時,只要輸入
5245

5346
畫面右上方的「放大」「縮小」按鈕可改變時間軸的縮放比例。右側也提供切換月份的按鈕,可切換至前一個或下一個月份。
5447

55-
---
56-
5748
### 浮出視窗
5849

5950
![](images/[email protected])
6051

6152
當滑鼠游標移到甘特圖上顯示各議題時間軸的橫條時,會顯示一個浮出視窗(Popup),顯示該議題的標題等資訊。該視窗內也包含了連結,可直接開啟議題的詳細畫面,方便您立即查看或編輯議題。
6253

63-
---
64-
6554
### 進度線
6655

6756
![](images/[email protected])
@@ -72,6 +61,4 @@ Redmine 提供甘特圖作為標準功能。當您建立議題時,只要輸入
7261

7362
如果進度線的折點出現在代表今天的虛線右側,代表進度超前;若出現在左側,則表示進度落後。
7463

75-
---
76-
7764
甘特圖是 Redmine 中非常實用的視覺化工具,建議在專案管理中善加利用,以提升團隊效率與整體掌控力。

0 commit comments

Comments
 (0)