Age | Commit message (Collapse) | Author |
|
Squashed commit of the following:
commit 94b53565bc0aa1fec6ac256ad40497248fa93f75
Author: Steph Enders <steph@senders.io>
Date: Tue Jun 10 19:26:07 2025 -0400
Add Saturday Links
Got most of em; skipped bands we know
commit db69582a7959dcfb4967d82208eb982dd87b7839
Author: Steph Enders <steph@senders.io>
Date: Tue Jun 10 19:25:53 2025 -0400
Round borders more!
commit f7e9dc243fa2ad4ee7398147a51535b1d724318b
Author: Steph Enders <steph@senders.io>
Date: Tue Jun 10 18:24:27 2025 -0400
Add wbr for finalbossfight
commit 76e7d7315edc15f5e22b2a441b2bf4f16d5d643f
Author: Steph Enders <steph@senders.io>
Date: Tue Jun 10 18:22:09 2025 -0400
Additional mobile ux fixes
commit c25772ea9c1a20c05852eb4739c18b0481fa79a4
Author: Steph Enders <steph@senders.io>
Date: Tue Jun 10 18:17:10 2025 -0400
Add missing td's to fix safari diplsay jank
commit 6d6d57b788e03864477237d35e67586e7d76463b
Author: Steph Enders <steph@senders.io>
Date: Tue Jun 10 17:59:42 2025 -0400
Fix mobile line-heights
commit f56ce70367d2d9e2cb366ee3ef881a775d33b6f5
Author: Steph Enders <steph@senders.io>
Date: Tue Jun 10 17:56:39 2025 -0400
Fix bandname typo for Keep for Cheap
commit 7c789a78a2b9ae35bdd6438381dc38753a0d52c6
Author: Steph Enders <steph@senders.io>
Date: Tue Jun 10 17:54:51 2025 -0400
Added most Friday bands
commit 06b48606c45cb6104b868dd41dd0fa54c8e1b53b
Author: Steph Enders <steph@senders.io>
Date: Tue Jun 10 17:31:56 2025 -0400
Set table to 2 lines for mobile
commit 13836d5923405d71f41f3b0fd8bda475e79552c5
Author: Steph Enders <steph@senders.io>
Date: Tue Jun 10 17:19:45 2025 -0400
Fix comic mono and absib typo
commit 488a82da414bedfc8a0f2bcfceeb6af713f1fda5
Author: Steph Enders <steph@senders.io>
Date: Tue Jun 10 17:14:54 2025 -0400
Add Fauxchella page
Needs links
|
|
|
|
Sometimes a tidy HTML file isn't right for a file: for example a poem
where we don't want to use <pre> tags. So we rely on "white-space:
pre" to allow it to be retained; but tidy would remove that.
So during build we can extract the "notidy" tag and if its unset we
will run the same tidy as usual else we bypass it outright
|
|
|
|
|
|
|
|
|
|
I forgot I could do that and this avoids ssh issues
|
|
This is also the first post using .gmi!
|
|
Updating the build script to allow for posts to be .gmi files in
addition .html files. I added a submodule to gmi2html so we can
convert these on the fly and they'll write themselves to the build
directory as the desired filename which then get hoisted into the www
folder upon post creation - as normal!
This should help with authoring more simple text posts that don't
require complex markup like music stuff! This did require updating
gmi2html to have more support for quote attribution however. So I
should be mindful in the future of how that renders!
|
|
|
|
|
|
|
|
|
|
|
|
Everything SEEMS like it should be deployable now.
Let's see
|
|
This is a huge messy commit but :) sue me. I'm not at work I can do
git badly for once!
|
|
The previous commit had a partial implementation of this so the build
script wouldn't work!
|
|
I've created the main CSS layout and a proof of concept for the build
script: this will actually build any "done" _post/ file and generate
it as a workable HTML file. However, no index file generate, rss, or
gemini is implemented
|
|
|
|
This page will be updated as I add new tracks
|
|
|
|
I am now going to be injecting .1mL every 5 days
|
|
|
|
|
|
|
|
To regenerate simple do ./compile-mds.sh blog "Hormone Levels"
mds/blog/hormone-levels.md www/blog/hormone-levels.html
|
|
|
|
|
|
mp3s committed - we likely need to sort those out w/ git
|
|
|
|
|
|
Uncomment out feed publish
|
|
|
|
|
|
|
|
|
|
|
|
Since a blog is written to the index.html its fairly easy to provide
just the date and the md file.
There still requires the line writing to the Blog Index.
Also suppress warning exit from tidy which outputs a 1 if warnings and a
2 if errors were present.
This method allows tidy.sh to be scriptable making warnings only return
a 0 as well (so I can still use set -e in the scripts)
|
|
I updated tidy so each file got a nice update along with the actual
update
|
|
Comes with some minor changes to the wishlist page
|
|
|
|
Add support for new pages via markdown
No blog templates are supported yet
|
|
|
|
|
|
markdown-support
|
|
|
|
|
|
|
|
|