diff --git a/content/blog/appimage.md b/content/blog/appimage.md index 67c6f1c..7cff7e9 100644 --- a/content/blog/appimage.md +++ b/content/blog/appimage.md @@ -7,7 +7,7 @@ tags: ["Packaging"] One way to distribute to different Linux distributions is to compile the source under each of them and distribute it separately. This can be a pain to manage if you target multiple distributions and multiple versions of those distributions. Instead, let's take a look at AppImage. This allows us to package up our binaries and shared libraries under one file which we can distribute. -![AppImage Architecture Diagram](/img/appimage-architecture-overview.svg) +![AppImage Architecture Diagram](/files/images/appimage-architecture-overview.svg) Source: https://docs.appimage.org/reference/architecture.html diff --git a/content/blog/bdaymusic.md b/content/blog/bdaymusic.md index e4adac1..bade9b6 100644 --- a/content/blog/bdaymusic.md +++ b/content/blog/bdaymusic.md @@ -9,6 +9,6 @@ I was scrolling around in the [Free Music Archive](https://freemusicarchive.org/ {{< addaudio "https://files.freemusicarchive.org/storage-freemusicarchive-org/music/WFMU/Kevin_Lax/The_New_Birthday_Song_Contest/Kevin_Lax_-_Happy_Birthday.mp3" >}} -Even though the competition is long over (and I don't have much skill) I still decided to record a small entry which I'll title [Happy Birthday](/music/happybday.ogg) licensed under [Creative Commons Attribution v4](https://creativecommons.org/licenses/by/4.0/). +Even though the competition is long over (and I don't have much skill) I still decided to record a small entry which I'll title [Happy Birthday](/files/music/happybday.ogg) licensed under [Creative Commons Attribution v4](https://creativecommons.org/licenses/by/4.0/). -{{< addaudio "/music/happybday.ogg" >}} +{{< addaudio "/files/music/happybday.ogg" >}} diff --git a/content/blog/netbootxyz.md b/content/blog/netbootxyz.md index a2afe44..56635ad 100644 --- a/content/blog/netbootxyz.md +++ b/content/blog/netbootxyz.md @@ -11,7 +11,7 @@ Netboot.xyz is commonly used for PXE booting, but in this post I'll describe usi Download the [Netboot ISO](https://boot.netboot.xyz/ipxe/netboot.xyz.iso) and [load it onto a flash drive](/blog/ddforiso/). Then boot a computer from the flash drive and you should see something similar to this animation from their website: -![](/img/netboot.xyz.gif) +![](/files/images/netboot.xyz.gif) Another benefit of this approach over Ventoy is that we don't have to manually update the flash drive. It always comes fresh with the ISOs available on their website. diff --git a/content/blog/ventoy.md b/content/blog/ventoy.md index c056897..998d77a 100644 --- a/content/blog/ventoy.md +++ b/content/blog/ventoy.md @@ -17,7 +17,7 @@ To install Ventoy onto a flash drive, follow the [Get Started](https://www.vento - Tails - UBCD -![](/img/ventoy.png) +![](/files/images/ventoy.png) Example screenshot from their website. diff --git a/static/img/favicon.ico b/static/favicon.ico similarity index 100% rename from static/img/favicon.ico rename to static/favicon.ico diff --git a/static/img/appimage-architecture-overview.svg b/static/files/images/appimage-architecture-overview.svg similarity index 100% rename from static/img/appimage-architecture-overview.svg rename to static/files/images/appimage-architecture-overview.svg diff --git a/static/img/netboot.xyz.gif b/static/files/images/netboot.xyz.gif similarity index 100% rename from static/img/netboot.xyz.gif rename to static/files/images/netboot.xyz.gif diff --git a/static/img/ventoy.png b/static/files/images/ventoy.png similarity index 100% rename from static/img/ventoy.png rename to static/files/images/ventoy.png diff --git a/static/music/happybday.ogg b/static/files/music/happybday.ogg similarity index 100% rename from static/music/happybday.ogg rename to static/files/music/happybday.ogg diff --git a/themes/pulp b/themes/pulp index d703530..97d21d0 160000 --- a/themes/pulp +++ b/themes/pulp @@ -1 +1 @@ -Subproject commit d7035309052e62bea774698be06e136b82263dc8 +Subproject commit 97d21d0722da87b7d05a6902e7aa0712c8774937