Bootstrap on GH-Pages
Asked Answered
C

1

6

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?

Clockwork answered 27/12, 2021 at 7:55 Comment(0)
L
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.

Landtag answered 6/1, 2022 at 17:14 Comment(1)
thank you for sharing! It is usefulClockwork

© 2022 - 2024 — McMap. All rights reserved.