DEV Community

Discussion on: My first GatsbyJS starter

Collapse
 
dbanty profile image
Dylan Anthony

I don’t know anything about Gatsby but it sounds like it has similar features to Jekyll which I think is the recommended way to do Github Pages. How do they compare?

Collapse
 
niklasmtj profile image
Niklas

As far as I know they’re both really comparable. Instead of Ruby what Jekyll uses does Gatsby use JavaScript and React to build the sites. And yes Jekyll is the generator recommended by Github but it’s also really easy to host a Gatsby blog on Github Pages :)