diff --git a/assets/scss/_main.scss b/assets/scss/_main.scss index 7c7ef997..5459fdbc 100644 --- a/assets/scss/_main.scss +++ b/assets/scss/_main.scss @@ -219,7 +219,7 @@ img.profile { } } -article { +article, section { figure { margin-left: auto; margin-right: auto; diff --git a/content/notes/2024-06-04/last-call-bbs/index.md b/content/notes/2024-06-04/last-call-bbs/index.md new file mode 100644 index 00000000..2e2fa571 --- /dev/null +++ b/content/notes/2024-06-04/last-call-bbs/index.md @@ -0,0 +1,13 @@ +--- +title: "Last Call BBS" +date: 2024-06-04T12:56:27+01:00 +tags: +- EMFCamp +- StarWars +--- + +My post [EMFCamp](/tags/emfcamp) lie-in was spent hacking on #LastCallBBS (which I bought after enjoying it in EMF's excellent Arcade) and creating a new Bulletin Board to dial into… + +{{< imgorvid src="screencap.mp4" alt="A video of the Last Call BBS dialling up a 'towel.blinkenlights.nl' server that shows an ASCII art version of Star Wars Episode IV" >}} + +(You should definitely play [Last Call BBS](https://www.zachtronics.com/last-call-bbs/)) diff --git a/content/notes/2024-06-04/last-call-bbs/screencap.mp4 b/content/notes/2024-06-04/last-call-bbs/screencap.mp4 new file mode 100644 index 00000000..01b5420d Binary files /dev/null and b/content/notes/2024-06-04/last-call-bbs/screencap.mp4 differ diff --git a/content/notes/2024-06-04/last-call-bbs/screencap.mp4.webp b/content/notes/2024-06-04/last-call-bbs/screencap.mp4.webp new file mode 100644 index 00000000..59f47487 Binary files /dev/null and b/content/notes/2024-06-04/last-call-bbs/screencap.mp4.webp differ diff --git a/layouts/shortcodes/imgorvid.gmi b/layouts/shortcodes/imgorvid.gmi index d18f3c39..d6e43a43 100644 --- a/layouts/shortcodes/imgorvid.gmi +++ b/layouts/shortcodes/imgorvid.gmi @@ -1,2 +1,2 @@ -{{- $args := dict "src" (.Get "src") -}} +{{- $args := dict "src" (.Get "src") "alt" (.Get "alt") -}} {{- partial "image.gmi" $args -}}