DEV Community

Discussion on: My portfolio website

 
kimsean profile image
thedevkim • Edited

create a public repository in github and name it

username.github.io

and set your github pages in the settings.
make sure it says "Your GitHub Pages site is currently being built from the master branch"

and in the root directory of your repository.
everything in "index.html" will be rendered.

Thread Thread
 
aww_all profile image
Daeng Ngerang

Ok thanks, i will try