Skip to content

Using different static site generators #21563

Answered by birdcar
AlMcKinlay asked this question in General
Discussion options

You must be logged in to vote

GitHub Pages doesn’t support other static site generators to the same degree that we support Jekyll, but it’s totally possible to to use other static site generators to publish a GitHub Pages site. Additionally, you’ll often find that the documentation for your static site generator of choice contains a guide for how to publish your site to GitHub Pages. An example from Hugo’s documentation can be found here:

https://gohugo.io/hosting-and-deployment/hosting-on-github/

Every static site generator will have a slightly different way of doing things, but in general, you’ll need to do the following:

  1. Configure your repository to publish your site from a “/docs” folder on the “master” branch.
  2. C…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants