# HG changeset patch # User Paper # Date 1716190795 14400 # Node ID 815c0da68384ab412f2ed640d510678b17c290c1 # Parent 5fdf5f346b9233f83ec4fce0c4e5a34aaea27f83 code: add quips diff -r 5fdf5f346b92 -r 815c0da68384 .build.yml --- a/.build.yml Mon May 20 02:49:07 2024 -0400 +++ b/.build.yml Mon May 20 03:39:55 2024 -0400 @@ -2,6 +2,8 @@ oauth: pages.sr.ht/PAGES:RW packages: - hut +- linux-headers +- ruby-dev - ruby-json - ruby-jekyll - ruby-bundler @@ -10,6 +12,8 @@ tasks: - package: | cd web + bundle config set --local path ".bundler" + bundle install bundle exec jekyll build tar -C _site -cvz . > ../site.tar.gz - upload: | diff -r 5fdf5f346b92 -r 815c0da68384 _layouts/post.html --- a/_layouts/post.html Mon May 20 02:49:07 2024 -0400 +++ b/_layouts/post.html Mon May 20 03:39:55 2024 -0400 @@ -9,5 +9,5 @@
- Written on {{ page.date | date_to_string }} by {{ page.author }} + Written on {{ page.date | date_to_string }} by {{ page.author }} diff -r 5fdf5f346b92 -r 815c0da68384 blog/index.html --- a/blog/index.html Mon May 20 02:49:07 2024 -0400 +++ b/blog/index.html Mon May 20 03:39:55 2024 -0400 @@ -4,7 +4,7 @@ --- {% for post in site.posts %}
- {{ post.title }} {{ post.date | date_to_string }} + {{ post.title }} {{ post.date | date_to_string }}
{{ post.content | strip_html | truncatewords: 50 }}
diff -r 5fdf5f346b92 -r 815c0da68384 code/index.html --- a/code/index.html Mon May 20 02:49:07 2024 -0400 +++ b/code/index.html Mon May 20 03:39:55 2024 -0400 @@ -6,6 +6,7 @@ Schism Tracker + 640k ought to be enough for anybody
A modern clone of Impulse Tracker written in C with SDL2. I'm the primary maintainer nowadays, with Saga Musix and Vito Caputo helping out as well. Should run on pretty much everything except MS-DOS. @@ -16,6 +17,7 @@
msvpvf + backwards compatibility? what's that?
A bite-sized Windows application to backport Vegas Pro project @@ -40,6 +42,7 @@
wgsdk + winamp, really? what year is it?
A Winamp plugin that uses the Discord GameSDK to provide rich @@ -53,6 +56,7 @@
libedl + it's just a special csv file
A C library to parse and edit Vegas Pro EDL files. diff -r 5fdf5f346b92 -r 815c0da68384 css/style.css --- a/css/style.css Mon May 20 02:49:07 2024 -0400 +++ b/css/style.css Mon May 20 03:39:55 2024 -0400 @@ -137,3 +137,7 @@ .blog-date-right { float: inline-end; } + +.project-title-container { + display: flex; +} diff -r 5fdf5f346b92 -r 815c0da68384 index.html --- a/index.html Mon May 20 02:49:07 2024 -0400 +++ b/index.html Mon May 20 03:39:55 2024 -0400 @@ -29,7 +29,8 @@ Discord (@slipofpaper) -