Skip to content
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

Recommendations for static websites #8

Open
fortuna opened this issue Oct 27, 2020 · 1 comment
Open

Recommendations for static websites #8

fortuna opened this issue Oct 27, 2020 · 1 comment

Comments

@fortuna
Copy link

fortuna commented Oct 27, 2020

From How to Easily Host a Website on IPFS:

Hosting a website on IPFS is slightly different than hosting it on a web server out in the cloud. Your website may require a little bit of tweaking in order to properly be served on the IPFS network.

The important rules are:

  • All of the content for your website must be contained in one build folder, with an index.html file.
  • All links within your files should be relative links.

That actually applies to any static site, and you may want to capture that somewhere. There's also a lot of goodness in that article to capture on the https://fightcensorship.tech/docs/alternative-publishing-methods/ipfs/ipfs.html page

@fortuna
Copy link
Author

fortuna commented Oct 27, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant