Skip to content

Commit afe4937

Browse files
authored
New post: Machine-Actionable Training Materials at BioHackathon Germany 2025 (#82)
1 parent a9e72df commit afe4937

10 files changed

Lines changed: 820 additions & 4 deletions

_config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ url: "https://cthoyt.com"
2222

2323
google_analytics: UA-166029785-1
2424

25-
paginate: 5
26-
paginate_path: "/blog/page:num/"
2725
show_excerpts: true
2826

2927
markdown: kramdown
@@ -32,4 +30,3 @@ theme: minima
3230
plugins:
3331
- jekyll-feed
3432
- jekyll-sitemap
35-
- jekyll-paginate

_posts/2025-12-09-biohackathon-de-2025.md

Lines changed: 817 additions & 0 deletions
Large diffs are not rendered by default.
251 KB
Loading

img/biohackathon2025/federation.svg

Lines changed: 1 addition & 0 deletions
Loading
464 KB
Loading

img/biohackathon2025/overlaps.svg

Lines changed: 1 addition & 0 deletions
Loading
28.2 KB
Loading
366 KB
Loading

img/biohackathon2025/team.jpg

1.05 MB
Loading

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
serve:
22
# Note that the 4.2.0 tag is important - 4.2.2 (latest, released ~2022) does not work.
3-
docker run --rm --volume="$PWD:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll:4.2.0 jekyll serve
3+
docker run --rm --volume="$PWD:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll:4.2.0 jekyll serve --incremental
44

55
format:
66
npx prettier --prose-wrap always --write --check "*.md"

0 commit comments

Comments
 (0)