Skip to content

Commit e8722fc

Browse files
committed
Docs: Update to jekyll-theme-amethyst 2.11, add og:image to blog posts
Fixes #1816.
1 parent 2fcafa4 commit e8722fc

10 files changed

+13
-4
lines changed

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ source "https://rubygems.org"
22
ruby RUBY_VERSION
33

44
# To apply changes, run `bundle update`.
5-
gem "jekyll-theme-amethyst", "2.10.1", group: :jekyll_plugins
5+
gem "jekyll-theme-amethyst", "2.11.0", group: :jekyll_plugins

docs/_posts/2014-08-25-brazil-hacking.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: post
33
title: "Link: QUnit Hacking in Brazil"
4+
image: /resources/2014-brazil-hacking.jpg
45
author: jzaefferer
56
tags:
67
- link

docs/_posts/2016-04-21-introduce-multi-select-module-picker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: post
33
title: "Introduce multi-select module picker"
4+
image: https://github.com/user-attachments/assets/fcfd3fb2-3b43-4177-a8cf-b89f0b1eea88
45
author: Maciej Lato, Richard Gibson
56
tags:
67
- feature

docs/_posts/2017-03-30-cli-support.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: post
33
title: "Link: We have CLI support!"
4+
image: /resources/2017-qunit-cli-demo.jpg
45
author: trentmwillis
56
tags:
67
- link
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
---
22
layout: post
33
title: "Link: Parallel testing prototype"
4+
image: /resources/2018-parallel-prototype.jpg
45
author: trentmwillis
56
tags:
67
- link
78
---
89

9-
From Twitter ([archived](https://web.archive.org/web/20181023043044/https://twitter.com/trentmwillis/#:~:text=Prototyping%20running%20tests%20in%20parallel)):
10-
11-
1210
> 🎉 The most exciting "boring" demo I've ever recorded! 🎉
1311
>
1412
> Prototyping running tests in parallel in the browser with @qunitjs! 🚗💨
1513
>
1614
> The implementation will also allow Node tests to run in parallel as well, but as a UI engineer FINALLY having this in the browser will be 😍
1715
>
1816
> <img width="414" height="278" src="/resources/2018-parallel-prototype.jpg">
17+
18+
19+
From Twitter ([archived](https://web.archive.org/web/20181023043044/https://twitter.com/trentmwillis/#:~:text=Prototyping%20running%20tests%20in%20parallel)).

docs/_posts/2022-04-16-redesign-module-selector.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: post
33
title: "Redesign module selector - Fast & Fuzzy"
4+
image: https://user-images.githubusercontent.com/156867/162635924-ddaacfc5-4817-46ea-81a8-024048954668.gif
45
author: krinkle
56
tags:
67
- feature

docs/_posts/2023-05-14-speedlify-number-one.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: post
33
title: "Link: #1 on Speedlify"
4+
image: /resources/2023-speedlify-leaderboard.png
45
author: krinkle
56
tags:
67
- link

docs/_posts/2024-07-14-qunit-3-journey-begun.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: post
33
title: "Link: The journey to QUnit 3 has begun!"
4+
image: /resources/2024-qunit-3-alpha-4-demo.png
45
author: krinkle
56
tags:
67
- link

docs/_posts/2025-01-19-stacktrace-cleaner.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: post
33
title: "Cleaner stack traces in QUnit"
4+
image: /resources/2025-stacktrace-assert-html.png
45
author: krinkle
56
tags:
67
- feature

docs/_posts/2025-04-20-test-lifecycle.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: post
33
title: "Test lifecycle diagram"
4+
image: /resources/qunit-lifecycle-hooks-order.svg
45
author: krinkle
56
tags:
67
- feature

0 commit comments

Comments
 (0)