Hello! Welcome to my portfolio, where you can gain a brief overview of my work and expertise. For more details about my projects or to discuss opportunities, feel free to reach out to me on LinkedIn or send me an email
This is a reminder for me (and anyone if needed) to remember what I did to put my files on GitHub pages.
- Step 1: The repository I want to host as a website has the following structure:
[Name of the repo]/
├── docs/
├── index.html
├── style.css
├── javascript.js
├── assets/
├── image1.png
├── image2.jpeg
- Step 2: Go to Setting>Pages and set as the following:
Source | Deploy from a branch |
---|---|
Branch | main /docs |
- Step 3: Refresh and the link should appeared in Settings>Pages
Typically, the link should look like https://username.github.io/repo_name/
- Xueyun Olivia WENG alias @xueyun0512