AppImage / appimage.github.io

Given an URL to an AppImage, the GitHub action in this project inspects the AppImage and puts it into a community-maintained catalog
https://appimage.github.io/
Other
293 stars 543 forks source link

HTML issue on appimage directory web page #3370

Open ErikKalkoken opened 1 month ago

ErikKalkoken commented 1 month ago

When I open the appimage directory web page (https://appimage.github.io/apps/) I see raw HTML code. This looks like a bug too me.

image

I see the same behavior in both Firefox and Chrome (with Ubuntu)

probonopd commented 1 month ago

True, but I don't see where the bug is hiding... do you? Likely somewhere around

https://github.com/AppImage/appimage.github.io/blob/b24e9828d7e27c17199b31af763b7664c1ce8db0/pages/apps.md?plain=1#L54-L55

ErikKalkoken commented 1 month ago

I was expecting there to be people maintaining this repo, but if that is not the case I can offer my help. Do you happen to have any instructions on how to run a local copy of this repo for debugging?

probonopd commented 1 month ago

Haven't done so myself, but this seems to describe it: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll

Thanks @ErikKalkoken for looking into it!