diff --git a/content/posts/make-qt-less-ugly.md b/content/posts/make-qt-less-ugly/index.md similarity index 89% rename from content/posts/make-qt-less-ugly.md rename to content/posts/make-qt-less-ugly/index.md index 05c5dd5..e92977f 100644 --- a/content/posts/make-qt-less-ugly.md +++ b/content/posts/make-qt-less-ugly/index.md @@ -7,7 +7,9 @@ hide_header_image: true As anyone who's used an application written with the QT UI framework will know, they don't always look the best, and certainly don't fit in with the rest of your desktops theme in the way GTK does. Certain themes support styling both GTK and QT applications, however most don't. -![QT looking fairly terrible](/img/qt-gtk-before.png) +{{% resource src="qt-gtk-before" %}} +KeePassXC, before it looked pretty +{{% /resource %}} Fortunately, there's a solution, and it comes in the form of a _Theme engine_. Theme engines act as a small compatibility layer, allowing certain frameworks to render as if they were others. With this, we can tell QT applications to render as if they were GTK. @@ -22,4 +24,6 @@ Installing the environment variable can't be done in your `.bashrc`, as variable After install, simply reboot, and your apps should fit in far, _far_ better with the rest of your desktop. -![QT looking far nicer!](/img/qt-gtk-after.png) +{{% resource src="qt-gtk-after" %}} +KeePassXC, with GTK looks much nicer! +{{% /resource %}} diff --git a/static/src/img/qt-gtk-after.png b/content/posts/make-qt-less-ugly/qt-gtk-after.png similarity index 100% rename from static/src/img/qt-gtk-after.png rename to content/posts/make-qt-less-ugly/qt-gtk-after.png diff --git a/static/src/img/qt-gtk-before.png b/content/posts/make-qt-less-ugly/qt-gtk-before.png similarity index 100% rename from static/src/img/qt-gtk-before.png rename to content/posts/make-qt-less-ugly/qt-gtk-before.png diff --git a/static/src/img/editing-my-stack-2017.png b/content/posts/my-stack-2017/editing-my-stack.png similarity index 100% rename from static/src/img/editing-my-stack-2017.png rename to content/posts/my-stack-2017/editing-my-stack.png diff --git a/content/posts/my-stack-2017.md b/content/posts/my-stack-2017/index.md similarity index 97% rename from content/posts/my-stack-2017.md rename to content/posts/my-stack-2017/index.md index e6e2a34..2f33e7d 100644 --- a/content/posts/my-stack-2017.md +++ b/content/posts/my-stack-2017/index.md @@ -13,7 +13,9 @@ My current distro of choice is [Arch](https://www.archlinux.org/), specifically ## Desktop My current desktop of choice is [i3](https://i3wm.org/). After spending a lot of time using [Gnome](https://www.gnome.org/), and always having windows either full screen or split, I tried out i3 in an attempt to use fewer resources, and it's amazing. Admittedly i3 doesn't look quite as nice, but it's far cleaner, and structured, and that's enough for me! -![Editing this post](/img/editing-my-stack-2017.png) +{{% resource src="editing-my-stack" %}} +Editing my stack, in caret +{{% /resource %}} # Editors ## Code @@ -28,7 +30,9 @@ If I'm just editing a file quickly, whether it be config from the terminal, or a # Shell Whilst I use [ZSH](https://www.zsh.org/), I'm not a fan of the [super fancy themes](https://github.com/robbyrussell/oh-my-zsh/wiki/External-themes) for it, which display your current git branch, node version, time, all that jazz. My terminal is a take on the default colourised Debian terminal, with a lambda symbol who's colour changes depending on the return code of the previous command. -![My Shell Prompt](/img/shell-prompt-2017.png) +{{% resource src="shell-prompt" %}} +My shell prompt +{{% /resource %}} I do have a fair number of plugins and aliases, thanks to both [oh my ZSH](http://ohmyz.sh/) and [my custom config](https://github.com/RealOrangeOne/dotfiles/tree/master/modules/shell/files). diff --git a/static/src/img/shell-prompt-2017.png b/content/posts/my-stack-2017/shell-prompt.png similarity index 100% rename from static/src/img/shell-prompt-2017.png rename to content/posts/my-stack-2017/shell-prompt.png