-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Porting to a different stack #696
Comments
It sounds like a good idea to me. You could probably try asking @barthalion to give you push rights (Collaborator status) to this repo. |
Just keep in mind this is currently a static website so if we switch to next.js it has to work with |
yes, that would be my plan - should hopefully be easier here |
Personally I don't think flatpak.org is a web app. Even Jekyll can make you waste an hour on dependencies when you come back to a project after a few months to do a 3 line CSS fix. Tobias changed my mind about using plain HTML+CSS for a website. It really works best long term in terms of maintenance. Short term convenience is really diminished by dependency cost. I have no experience with next.js though, it might be just fine. |
While it should be maintainable, I don't think we should optimize for that, we should optimize for users and people being able to find it. |
I'll probably start porting this to astro, as we get the best of both worlds that way. |
So I've spend the last hour copying stuff into a new stack. |
Imported the setup pages now, but they need styling work - but content should be there now. |
Back in the day, Allan wasn't fan of going developer-centric for flatpak.org. I feel like flathub.org is covering the setup and intro to Flatpak well enough these days for users that I would revisit the idea. I feel like flatpak.org should give an elevator pitch on what it provides compared to distro packages, and point to devel docs and communication channels. |
I can drop the whole setup thing and just remove the button from the rework. Would spare me quiet some work. |
Removed all setup facing bits as suggested. https://flatpak-astro.vercel.app/ Things to fix
|
Hey @jimmac @allanday @AsciiWolf @mwleeds
I'm currently consider to redo this page with next.js mostly to be able to share components from flathub - but also to get this to a more modern stack, that maybe more (webpeople) can help with.
Please let me know, if that's a direction that's fine with you
The text was updated successfully, but these errors were encountered: