Host your Portfolio 100% free

Hasitha Charaka 🔵
2 min readMay 24, 2020

hi all i’m going to tell a cool trick host your website with 0 cost

what you need ?

  1. Github account
  2. portfolio template
  3. basic html knowledge (optional)

note : only support html,CSS,JavaScript no server side languages working

if you don’t have a github account got https://github.com/ and create account and when you login to github you will see + icon on top right corner click it and select new repository

new repositery

and you will see screen like below

in that screen create repository name like your github username.github.io

in my case hasi94.github.io and set repository to public and create

you will see screen like this and select create file option and create file name as index.html and add your fist page html to git hub index.html

after that upload your support resources html,CSS,JavaScript

after complted this you will able to see your website url is your repository name like username.github.io

here is my http://hasi94.github.io

Note : If you found a better solution then we can help each other out by sharing as many reference we can .

Happy Coding ! ❤

--

--