feat: add Podman & Podman Desktop documentation - #30
Merged
Conversation
- Add full Podman guide under virtualization (EN + NL) covering installation, registry configuration, and Docker Hub/GitHub PAT setup - Add short Podman section to applications page with package links - Add auto-convert workflow (.github/workflows/convert-images.yml) that converts PNG/JPG to AVIF on push and commits the result back - Simplify homepage to hero + system table only; all tiles now live on /docs/ - Rename "Looking Glass Attempt" to "Looking Glass B7" across titles and tiles - Fix navigation chain: winboat → podman → known-issues - Add Podman tile to docs index (EN + NL)
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 17 out of 23 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+41
to
+44
| esc_src="$(printf '%s\n' "$rel_src" | sed 's/[.[\*^$]/\\&/g')" | ||
| find content -name "*.md" \ | ||
| -exec sed -i "s|${esc_src}|${rel_dst}|gI" {} + | ||
| changed=true |
There was a problem hiding this comment.
Inside the conversion loop you run find content -name "*.md" -exec sed ... for every image converted, which scales as O(num_images × num_markdown_files) and can become slow on larger batches. Consider collecting all conversions first and then running a single pass over content/**/*.md (e.g., build a sed script with multiple replacements, or run one loop over markdown files and apply all substitutions).
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Type of change
feat— new page or featurefix— bug fix (broken link, incorrect command, layout issue)content— update or improve existing contentdocs— changes to CONTRIBUTING, README, or meta documentationchore— maintenance (dependencies, config, CI/CD)refactor— restructuring without content changesstyle— formatting, whitespace, typosChecklist
fix: correct nmcli command in eduroam guide)/images/*.avifall exist instatic/images/)hugo server