changeset 79:815c0da68384

code: add quips
author Paper <paper@paper.us.eu.org>
date Mon, 20 May 2024 03:39:55 -0400
parents 5fdf5f346b92
children ec24b7d30ce9
files .build.yml _layouts/post.html blog/index.html code/index.html css/style.css index.html
diffstat 6 files changed, 16 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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: |
--- 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 @@
 
 	<br>
 
-	<span class="blog-footer">Written on {{ page.date | date_to_string }} by {{ page.author }}</span>
+	<span class="blog-footer"><i>Written on {{ page.date | date_to_string }} by {{ page.author }}</i></span>
 </div>
--- 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 %}
 	<div class="content drop-shadow-box">
-		<span><a href="{{ post.url }}" class="prettylink project-title drop-shadow-text">{{ post.title }}</a> <span class="blog-footer" style="float: right;">{{ post.date | date_to_string }}</span></span>
+		<span><a href="{{ post.url }}" class="prettylink project-title drop-shadow-text">{{ post.title }}</a> <span class="blog-footer align-right"><i>{{ post.date | date_to_string }}</i></span></span>
 		<hr class="project-separator">
 		<span class="drop-shadow-text">{{ post.content | strip_html | truncatewords: 50 }}</span>
 	</div>
--- 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 @@
 	<a target="_blank" href="https://schismtracker.org/" class="drop-shadow-text prettylink project-title">
 		Schism Tracker
 	</a>
+	<span class="align-right drop-shadow-text blog-footer"><i>640k ought to be enough for anybody</i></span>
 	<hr class="project-separator">
 	<span class="drop-shadow-text">
 		A modern clone of <a class="prettylink" href="http://web.archive.org/web/20041009160352/http://www.users.on.net/~jtlim/ImpulseTracker/">Impulse Tracker</a> written in C with SDL2. I'm the primary maintainer nowadays, with <a class="prettylink" href="https://sagamusix.de">Saga Musix</a> and <a class="prettylink" href="https://pengaru.com/">Vito Caputo</a> helping out as well. Should run on pretty much everything except MS-DOS.
@@ -16,6 +17,7 @@
 
 <div id="msvpvf" class="content drop-shadow-box">
 	<a target="_blank" href="https://sr.ht/~mrpapersonic/msvpvf" class="drop-shadow-text prettylink project-title">msvpvf</a>
+	<span class="align-right drop-shadow-text blog-footer"><i>backwards compatibility? what's that?</i></span>
 	<hr class="project-separator">
 	<span class="drop-shadow-text">
 		A bite-sized Windows application to backport Vegas Pro project
@@ -40,6 +42,7 @@
 
 <div id="wgsdk" class="content drop-shadow-box">
 	<a target="_blank" href="https://sr.ht/~mrpapersonic/wgsdk" class="drop-shadow-text prettylink project-title">wgsdk</a>
+	<span style="display: table-cell; vertical-align:bottom;" class="align-right drop-shadow-text blog-footer"><i>winamp, really? what year is it?</i></span>
 	<hr class="project-separator">
 	<span class="drop-shadow-text">
 		A Winamp plugin that uses the Discord GameSDK to provide rich
@@ -53,6 +56,7 @@
 
 <div id="libedl" class="content drop-shadow-box">
 	<a target="_blank" href="https://sr.ht/~mrpapersonic/libedl" class="drop-shadow-text prettylink project-title">libedl</a>
+	<span class="align-right drop-shadow-text blog-footer"><i>it's just a special csv file</i></span>
 	<hr class="project-separator">
 	<span class="drop-shadow-text">
 		A C library to parse and edit Vegas Pro EDL files.
--- 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;
+}
--- 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)
 		</li>
 	</ul>
-	<ul>
+	<br>
+	<ul class="index-socials-list">
 		<li class="drop-shadow-text">
 			Fediverse (<a target="_blank" class="prettylink" href="https://miniwa.moe/users/paper">@paper@miniwa.moe</a>)
 		</li>