Skip to content

Commit b7b3986

Browse files
committed
Add downloads
1 parent 239d4d0 commit b7b3986

7 files changed

Lines changed: 6 additions & 5 deletions

File tree

_data/downloads.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"commit_message": "Github Actions",
55
"commit_hash": "d3e055ecf4d25cbb08ffd531215a7be49e641a6a",
66
"downloads": {
7-
"bhop": "https://influxtimer.com/dl/influx_2_bhop.zip",
8-
"bhoplite": "https://influxtimer.com/dl/influx_2_bhoplite.zip",
9-
"surf": "https://influxtimer.com/dl/influx_2_surf.zip",
10-
"deathrun": "https://influxtimer.com/dl/influx_2_deathrun.zip",
11-
"full": "https://influxtimer.com/dl/influx_2_full.zip"
7+
"bhop": "/dl/influx_2_bhop.zip",
8+
"bhoplite": "/dl/influx_2_bhoplite.zip",
9+
"surf": "/dl/influx_2_surf.zip",
10+
"deathrun": "/dl/influx_2_deathrun.zip",
11+
"full": "/dl/influx_2_full.zip"
1212
}
1313
}
1414
]

dl/influx_2_bhop.zip

833 KB
Binary file not shown.

dl/influx_2_bhoplite.zip

740 KB
Binary file not shown.

dl/influx_2_deathrun.zip

571 KB
Binary file not shown.

dl/influx_2_full.zip

748 KB
Binary file not shown.

dl/influx_2_surf.zip

929 KB
Binary file not shown.

eleventy.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ export default function (eleventyConfig) {
22
eleventyConfig.addPassthroughCopy('img');
33
eleventyConfig.addPassthroughCopy('js');
44
eleventyConfig.addPassthroughCopy('styles');
5+
eleventyConfig.addPassthroughCopy('dl');
56
}

0 commit comments

Comments
 (0)