5

I have had a personal webpage that I host on github-pages for years. That is simple HTML structure and works just fine on gh-pages.

Recently I found a cool website template on bootstrap (https://bootstrapmade.com/) that I'd love to use on my github pages. But when I try to use this template on github pages. It just doesn't work!

What is the best way to use bootstrap templates from https://bootstrapmade.com/ to github pages?

Rotail
  • 1,025
  • 4
  • 19
  • 40

1 Answers1

2

I've never used a template from Bootstrap Made but you can take a look at this repository on Github, which is using a Bootstrap Made template and the Github Pages.

You basically need to upload the files just like you did with your previous template. For more complex stuff, I would recommend to use Jekyll or Hugo to host your code through the Github Pages.