AppImage / AppImageKit

Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, openSUSE, SLED, Ubuntu, Fedora, debian and derivatives. Join #AppImage on irc.libera.chat
http://appimage.org
Other
8.65k stars 552 forks source link

Move appimage.org website to Jekyll #957

Open probonopd opened 5 years ago

probonopd commented 5 years ago

Move appimage.org website to Jekyll, e.g., by adding that one page to https://github.com/AppImage/appimage.github.io and then having appimage.github.io serve appimage.org.

This will greatly simplify editing the website since it will be doable by editing .md files rather than having to mess around with HTML and Weblate.

ShalokShalom commented 5 years ago

You can also put it on IPFS, as any static homepage. Hosting is free and open source then.

hawkeye116477 commented 5 years ago

Or Hugo https://gohugo.io/, which is faster. You can also combine this with CMS (Netlify or Forestry).

probonopd commented 5 years ago

Hugo is not as deeply integrated into GitHub Pages, and we are already using Jekyll for appimage.github.io.

ShalokShalom commented 5 years ago

There is also Jekyll-Admin and Jekyll-Manager