Hacker News new | ask | show | jobs
by baby 3387 days ago
is github pages limited to jekyll? Or can you host any kind of html page? I thought about it as well but it adds a lot of complexity. Git is not easy to learn.

Oh wait, you're saying that you can do everything without using Git? That sounds good then.

1 comments

You can host any kind of HTML. Jekyll is just there so you can check in Markdown and config and GitHub will generate the HTML for you whenever you commit. But it doesn't have to work that way. Plenty of static site generators also support GitHub Pages as a hosting method.