A WordPress-like More Tag in Astro | Nerdpress.org
When migrating from WordPress to Astro, one encounters various challenges.One is handling the WordPress "More" tag, which originates from the More Element in the WordPress Block Editor. After converting the WordPress export to Markdown, you will find `` tags in your content. These tags serve as delimiters in WordPress, allowing you to define
Nerdpress.org | ...dev, tech problems and solutions.Dynamic OpenGraph Images in Astro | Nerdpress.org
If you've ever shared a link on social media, you know how critical OpenGraph (OG) images are. They're the first thing people see - often before they even click.Static OG images are fine as a start, but what if you want custom images for every blog post or content collection item? For Astro there is
Nerdpress.org | ...dev, tech problems and solutions.5 Essential Plugins for Yazi File Manager | Nerdpress.org
Yazi is my preferred terminal file manager, and these are my five essential plugins that improve my workflow. The Yazi package manager ya will be used to install the plugins mentioned below, which is shipped with Yazi. For the installation of necessary terminal tools, I will use brew, since I am currently on OSX. For
Nerdpress.org | ...dev, tech problems and solutions.Deploy local build with Deployer7 | Nerdpress.org
Deployer is a great tool to deploy your PHP Project. Deployer executes a set of commands on the target server to build your project and enable the newly built version. A typical deployment process with Deployer involves SSHing into the target machine, where it performs a Git checkout of the project, installs dependencies via Composer,
Nerdpress.org | ...dev, tech problems and solutions.Symfony integration tests custom header is missing | Nerdpress.org
I am writing an integration test in Symfony with a request that includes custom headers. However, the request fails because the custom header is apparently missing. What happened was I forgot to add an HTTP prefix to the custom header. This is a common pitfall when writing integration tests in Symfony and using custom HTTP
Nerdpress.org | ...dev, tech problems and solutions.