You need to use a web server to view the generated site. Loading the files directly in the browser normally does not work.
The paths to css and js files etc. are absolute in the generated site (they start with a “/”), that will point to the wrong place when you load the files directly in an browser.
I tested your repo locally and it works as it should.