Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoming8102 committed Jun 12, 2023
1 parent bfc3d20 commit 92a8c24
Show file tree
Hide file tree
Showing 12 changed files with 89,452 additions and 34 deletions.
12,561 changes: 12,561 additions & 0 deletions GPX_OUT/371439025.gpx

Large diffs are not rendered by default.

18,917 changes: 18,917 additions & 0 deletions GPX_OUT/371439026.gpx

Large diffs are not rendered by default.

11,101 changes: 11,101 additions & 0 deletions GPX_OUT/371546236.gpx

Large diffs are not rendered by default.

13,157 changes: 13,157 additions & 0 deletions GPX_OUT/371645416.gpx

Large diffs are not rendered by default.

10,273 changes: 10,273 additions & 0 deletions GPX_OUT/371895707.gpx

Large diffs are not rendered by default.

14,901 changes: 14,901 additions & 0 deletions GPX_OUT/371993291.gpx

Large diffs are not rendered by default.

8,393 changes: 8,393 additions & 0 deletions GPX_OUT/372304404.gpx

Large diffs are not rendered by default.

69 changes: 43 additions & 26 deletions JKR_README.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/bash
## Just Keep Runing 项目 README
source $HOME/miniconda3/bin/activate base

#获取咕咚的gpx数据
python3 scripts/codoon_sync.py --with-gpx 15810800280 ghZJsny_0810
Expand All @@ -7,29 +9,44 @@ python3 scripts/codoon_sync.py --with-gpx 15810800280 ghZJsny_0810
python3 scripts/update_activities_file.py

#生成网页静态图片
python scripts/gen_svg.py \
--from-db \
--title cau_jkr \
--type grid \
--athlete xiaoming
--output assets/grid.svg \
--min-distance 1.0
--special-color yellow \
--special-color2 red \
--special-distance 5 \
--special-distance2 10 \
--use-localtime
python scripts/gen_svg.py \
--from-db
--title cau_jkr \
--type github \
--athlete erospi \
--special-distance 5 \
--special-distance2 10 \
--special-color yellow \
--special-color2 red \
--output assets/github.svg \
--use-localtime \
--min-distance 0.5
#上线
npm run serve -- --port 10083
# python scripts/gen_svg.py \
# --from-db \
# --title cau_jkr \
# --type grid \
# --athlete xiaoming
# --output assets/grid.svg \
# --min-distance 1.0
# --special-color yellow \
# --special-color2 red \
# --special-distance 5 \
# --special-distance2 10 \
# --use-localtime
# python scripts/gen_svg.py \
# --from-db
# --title cau_jkr \
# --type github \
# --athlete erospi \
# --special-distance 5 \
# --special-distance2 10 \
# --special-color yellow \
# --special-color2 red \
# --output assets/github.svg \
# --use-localtime \
# --min-distance 0.5
for type in github grid;do
create_poster --type $type
--gpx-dir GPX_OUT \
--title "Just Keep Running" \
--athlete "Wilson Xie" \
--special-distance 10 \
--special-distance2 20 \
--special-color yellow \
--special-color2 red \
--output ./assets/"$type".svg
done
# #上线
# npm run serve -- --port 10083

git add .
git commit -m "update"
git push origin main
7 changes: 0 additions & 7 deletions config-example.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
siteMetadata: {
siteTitle: 'Workouts Map',
siteUrl: 'https://workouts-page-alpha.vercel.app/',
logo: 'https://images.cnblogs.com/cnblogs_com/erosmin-er/1826355/o_200812022758zhuzhu%E5%A4%B4%E5%83%8F.png',
logo: './assets/logo.png',
description: 'Personal Workouts Page',
keywords: 'workouts, running, cycling, riding, roadtrip, hiking, swimming',
navLinks: [
Expand Down
Binary file modified scripts/data.db
Binary file not shown.
105 changes: 105 additions & 0 deletions src/static/activities.json

Large diffs are not rendered by default.

0 comments on commit 92a8c24

Please sign in to comment.