From 1147582f486c3346822924bb1ee7b473d97001c1 Mon Sep 17 00:00:00 2001 From: Astronit Date: Fri, 8 May 2026 11:58:47 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=D1=82=D0=B5=D1=81=D1=82=20=D0=BC=D0=B8?= =?UTF-8?q?=D0=B3=D1=80=D0=B0=D1=86=D0=B8=D0=B8=20=D0=BD=D0=B0=20Proxmox?= =?UTF-8?q?=20=D1=81=D1=82=D0=B5=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/posts/test-proxmox-migration/index.md | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 content/posts/test-proxmox-migration/index.md diff --git a/content/posts/test-proxmox-migration/index.md b/content/posts/test-proxmox-migration/index.md new file mode 100644 index 0000000..907e8e8 --- /dev/null +++ b/content/posts/test-proxmox-migration/index.md @@ -0,0 +1,51 @@ +--- +date = '2026-05-08T11:56:06Z' +draft = false +title = 'Test Proxmox Migration' +--- + +{{< lead >}} +Blowfish is packed with tons of features. +{{< /lead >}} + +The original aim of Blowfish was to develop a theme that was simple and lightweight. The theme is a fork of Congo and expands its initial vision. + +## Tailwind CSS 3.0 + +Tailwind CSS is at the heart of Blowfish and this release contains the very latest [Tailwind CSS version 3](https://tailwindcss.com/blog/tailwindcss-v3). It brings with it performance optimisations and support for some great new CSS features. + +{{< youtube "TmWIrBPE6Bc" >}} + +## Multilingual support + +A highly requested feature, Blowfish is now multilingual! If you publish your content in multiple languages, the site will be built with all the translations available. + +
🇬🇧 🇩🇪 🇫🇷 🇪🇸 🇨🇳 🇧🇷 🇹🇷 🇧🇩
+ +Thanks to submissions from the community, Blowfish has already been translated into [thirty-two languages](https://github.com/nunocoracao/blowfish/tree/main/i18n) with more to be added over time. By the way, [pull requests](https://github.com/nunocoracao/blowfish/pulls) for new languages are always welcome! + +## RTL language support + +One of the benefits of the new Tailwind and Multilingual features is the ability to add RTL language support. When enabled, the entire site will reflow content from right-to-left. Every element in the theme has been restyled to ensure it looks great in this mode which aids authors who wish to generate content in RTL languages. + +RTL is controlled on a per-language basis so you can mix and match both RTL and LTR content in your projects and the theme will respond accordingly. + +## Automatic image resizing + +A big change in Blowfish 2.0 is the addition of automatic image resizing. Using the power of Hugo Pipes, images in Markdown content are now automatically scaled to different output sizes. These are then presented using HTML `srcset` attributes enabling optimised file sizes to be served to your site visitors. + +![Image with alternate text](image-resizing.png) + +```html + +My image +``` + +Best of all there's nothing you need to change! Simply insert standard Markdown image syntax and let the theme do the rest. If you want a little more control, the `figure` shortcode has been completely rewritten to provide the same resizing benefits. \ No newline at end of file