Hacker News new | ask | show | jobs
by jnwng 4511 days ago
digging through some of the events we can hook on to here: http://developer.github.com/webhooks/#events, i noticed the `gollum` event, which is triggered whenever a wiki page gets updated. i'm curious why its named that?
1 comments

https://github.com/gollum/gollum

Named after the software that powers the wiki.

ah, got it. thanks!