Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giswqs/gh-pages-html-template
A simple template for deploying an HTML website to GitHub Pages
https://github.com/giswqs/gh-pages-html-template
gh-pages github-pages html website-template
Last synced: 24 days ago
JSON representation
A simple template for deploying an HTML website to GitHub Pages
- Host: GitHub
- URL: https://github.com/giswqs/gh-pages-html-template
- Owner: giswqs
- License: mit
- Created: 2022-07-29T14:02:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T17:45:22.000Z (3 months ago)
- Last Synced: 2024-08-05T20:49:09.101Z (3 months ago)
- Topics: gh-pages, github-pages, html, website-template
- Language: HTML
- Homepage: https://template.gishub.org
- Size: 14.6 KB
- Stars: 16
- Watchers: 2
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-pages-html-template
A simple template for deploying an HTML website to GitHub Pages
## Instructions
1. Fork this repository
2. Clone the forked repository
3. Copy HTML files to the root of the cloned repository and overwrite the index.html file
4. Change the URL in `CNAME` to your own domain. If you don't have a domain, delete the `CNAME` file.
5. Commit the changes and push them to GitHub
6. Go to repo **Settings -> Code and automation -> Actions -> General -> Workflow permissions -> Read and write permissions**.
7. Go to repo **Settings -> Code and automation -> Pages -> Build and deployment -> Branch -> gh-pages -> Save**.
8. The website will be deployed to your GitHub Pages repository. The URL should look like `https://username.github.io/gh-pages-html-template`.