https://github.com/lurst/how_to_website_on_github
Hosting a simple html site on github
https://github.com/lurst/how_to_website_on_github
Last synced: 14 days ago
JSON representation
Hosting a simple html site on github
- Host: GitHub
- URL: https://github.com/lurst/how_to_website_on_github
- Owner: LuRsT
- License: unlicense
- Created: 2019-08-24T08:17:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-24T08:26:42.000Z (over 6 years ago)
- Last Synced: 2025-01-19T17:31:25.408Z (12 months ago)
- Language: HTML
- Size: 42 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to host your site on github
You can use [Github Pages](https://pages.github.com/) to store and host simple HTML sites.
Simply clone this repo, or create a new repo and add a file called `index.html`.
Then activate the github pages on the repository Settings and pick the master branch as the source.

Then go to the link on that page (The one for this repo is: http://lumbercoder.com/how_to_website_on_github/) and you now have a website!