/Posts>

This is my collection of blog posts. Enjoy!

← Previous page Next page →

Field Note

Batch Mode with Basic Authentication using the Ubuntu SFTP command line client

sftp file-transfer basic-authentication batch-mode
Posted on Monday, January the 6th 2025
2 min read

Field Note

Downloading Container Assets with `ADD`

docker download asset
Posted on Tuesday, November the 19th 2024
2 min read

Field Note

Passing Dynamic Parameters to External Commands in PowerShell

powershell external-command parameter
Posted on Wednesday, November the 6th 2024
2 min read

Field Note

Excluding a subfolder from bind mount in docker run

docker file-exclusion
Posted on Tuesday, November the 5th 2024
1 min read

Field Note

Adding Automatic Sitemap Generation to an AstroJS Website

astrojs sitemap
Posted on Friday, September the 13th 2024
2 min read

Field Note

Checking Formatting of C/C++ Code with clang-format

clang-format formatting
Posted on Wednesday, September the 11th 2024
1 min read

Field Note

Converting UNIX-style Paths to Windows-style Paths with Python's pathlib

python unix windows path conversion
Posted on Tuesday, September the 3rd 2024
1 min read

Field Note

Make Jobs Interruptible to Reduce Wasteful Use of GitLab Runners

gitlab-ci-cd performance interruptible job
Posted on Thursday, August the 22nd 2024
1 min read

Article

[dev.to] Extending AstroJS Markdown Processing With Remark and Rehype Plugins

astrojs markdown rehype remark plugin

I’m currently migrating my website from Jekyll to AstroJS and the experience has been really positive so far.

AstroJS, in particular, offers quite a lot of flexibility for writing content in Markdown format. For example, by supporting JSX components (via the MDX extension) and, for more general purposes, by supporting Remark and Rehype plugins.

This post gives a short introduction on how to extend Astro’s Markdown processing with Remark and Rehype plugins. You will also find a practical example of how to add Mermaid diagram processing with a Rehype plugin.

Posted on August 17th, 2024
0 min read

Field Note

Markdown Plugins for AstroJS: Remark and Rehype

astrojs plugin rehype remark
Posted on Friday, August the 9th 2024
1 min read
← Previous page Next page →
friedrichkurz.me

© 2025 Friedrich Kurz

Privacy Policy