linkfree-generator
linkfree-generator copied to clipboard
Docs: make guides for hosting index.html files
It would be nice to make user-friendly docs to help people figure out how to upload the index.html files to services like GitHub Pages, Cloudflare Pages, DigitalOcean Web Apps, etc.
Guides can be in markdown in a new /docs folder.
Hey, I'd like to take the GitHub pages part!
Awesome!
@chriskthomas I don't think it is possible to host index.php on static hosting platforms like GitHub Pages, etc. PHP is rendered at the server side.
@harsiddhdave44 Well, the index.php is the generator's file. When the user uses the generator, it gives you a static webpage file called index.html. The user will then host the index.html.
@CharanMN7 I would love to work on the user-friendly docs, After the index.html file is generated, we can add a link to show them how to deploy the index.html files on Netlify
@Adedoyin-Emmanuel that would be appreciated. You can make a netlify.md file in the docs folder.
i would like to take the vercel.md part
i would like to take the
vercel.mdpart
That would be great!