File tree Expand file tree Collapse file tree 3 files changed +35
-0
lines changed
content/posts/building-a-workout-page Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,10 @@ menu:
131
131
name : Tags
132
132
url : /tags/
133
133
weight : 20
134
+ - identifier : workouts
135
+ name : Workouts
136
+ url : /workouts/
137
+ weight : 20
134
138
- identifier : about
135
139
name : About
136
140
url : /about/
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " 搭建个人锻炼页面"
3
+ date : 2024-09-22T16:57:38+08:00
4
+ draft : false
5
+ ---
6
+
7
+ 工作的缘故,平时基本一坐一天,缺少运动。
8
+
9
+ 时间久了,各种毛病也就出来了。
10
+
11
+ 搬到新大楼后,每天中午吃完饭楼下遛个弯,走一走,身体精神也好了很多。
12
+
13
+ 坚持了一段时间,也不了了之了。
14
+
15
+ 今年开始,决定骑车通勤,上下班路上运动一下。
16
+
17
+ 最近在别人博客里发现了运动记录,发现是通过[ running_page] ( https://github.com/yihong0618/running_page ) 项目实现的。
18
+
19
+ 顺藤摸瓜,又发现了[ workouts_page] ( https://github.com/ben-29/workouts_page ) 项目,支持多种运动。
20
+
21
+ 于是看文档,部署起来,我的[ 个人锻炼页面] ( https://workout.liudon.com/ ) 。
22
+
23
+ ![ workout page] ( 20240922-170856.png )
24
+
25
+ 整个流程:
26
+
27
+ 使用` Apple Watch ` 记录运动,导入到` Strava ` 应用里,在通过` workouts_page ` 工作流拉取数据构建页面。
28
+
29
+ 部署过程中,顺带发现个问题,提了个PR。
30
+
31
+ 这里还有个小插曲,没搞明白PR的流程,在未合入前又提交了其他代码,只好重新提了一个PR。😂
You can’t perform that action at this time.
0 commit comments