📅 2019-Sep-08 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ github, hosting ⬩ 📚 Archive
Github can be used to freely host a static website. This service is called Github Pages. Only one static website is allowed for each Github user and the static website will have the URL your-username.github.io
.
Creating your static website using Github Pages is easy:
your-username.github.io
.foobar.html
at the root directory of the repository, it will end up being served at your-username.github.io/foobar.html
.