Publish your static website/blog on GitHub Pages using Jekyll, Bootstrap 4 and fullpage.js.
- Go to https://github.com and create a new repository named USERNAME.github.io
$ git clone https://github.com/fullit/fullit.github.io USERNAME.github.io
$ cd USERNAME.github.io
$ git remote set-url origin [email protected]:USERNAME/USERNAME.github.io.git
$ git push origin master
Edit _includes/themes/bootstrap/
to change information about your new website and also to remove the GitHub red ribbon (default.html#26).
- After giving 10 mins to GitHub of course.
Visit Jekyll-Fullit on GitHub Pages