developmentseed / jekyll-hook

No Longer Maintained | A server that listens for GitHub webhook posts and renders a Jekyll site
BSD 3-Clause "New" or "Revised" License
508 stars 83 forks source link

Where do webpages get created? #13

Closed ivanacorovic closed 9 years ago

ivanacorovic commented 10 years ago

Hello,

I'm trying to adjust this code and use it with GitLab so that a user can create webpages on push, when he submits html code. Isn't that what this code does? If so, what is the URL to these pages?

Thanks

scisco commented 10 years ago

@ivanacorovic Your git repository should invoke a URL and send a POST request to Jekyll-hook. This is a feature built into Github. You can find more info here.

We have also updated the README file. You can find more info about how this took works.