logoalt Hacker News

tolugeniustoday at 2:27 AM1 replyview on HN

Off topic a bit but how do I design pages like this with github pages? I'm always very impressed by how far sites can design wise with pages but I'm still newish to it and not sure how to get there.


Replies

js2today at 3:23 AM

You generate static files, html, css, js, etc and push them to whichever branch you've designated for the pages site.

Here's the source:

https://github.com/KjartanvanDriel/Kjartanvandriel.github.io...

The repo is actually a fork of a template repo for building a pages-based site:

https://academicpages.github.io/

show 1 reply