Fun to see this on HN! I originally created Gollum to power GitHub's wiki system and wanted to see if we could use Git to make our wikis more powerful AND more open. I thought it would be cool if you could just clone your GitHub wiki and modify it locally or export it to some other system if you needed, or have it all locally for an airplane trip without wifi. Another interesting thing is that I used my Readme Driven…
I never knew that my default approach is called readme-driven development :)
Gollum – A simple, Git-powered wiki with a sweet API and local frontend
31–40 of 44 posts
Re: Gollum – A simple, Git-powered wiki with a sweet API and local frontend
#32Re: Gollum – A simple, Git-powered wiki with a sweet API and local frontend
#33Fun to see this on HN! I originally created Gollum to power GitHub's wiki system and wanted to see if we could use Git to make our wikis more powerful AND more open. I thought it would be cool if you could just clone your GitHub wiki and modify it locally or export it to some other system if you needed, or have it all locally for an airplane trip without wifi. Another interesting thing is that I used my Readme Driven…
I'm writing the next generation of Jekyll, called Svekyll, which is Jekyll plus Svelte: "the radical simplicity of Jekyll + the futuristic power of Svelte"
I know it has been hard for you to get in on the ground floor of things, but this is your chance if you want to invest. I'm building a publishing company with Svekyll as the starting point, but with a few extra twists coming soon. Could we jump on a call and I'll share the roadmap?
Re: Gollum – A simple, Git-powered wiki with a sweet API and local frontend
#34https://buildingtoolswithgithub.teddyhyde.io/chapter-03-goll...
There is a section on using Rugged, the ruby git library and how you can use that with Gollum.
https://buildingtoolswithgithub.teddyhyde.io/chapter-03-goll...
While writing this book, I found it really fascinating to learn about how git works by trying to manage a Gollum wiki. For example, if you add an image to multiple places in a repository, it only needs to store it once because git can tell it is already in there.
https://buildingtoolswithgithub.teddyhyde.io/chapter-03-goll...
Re: Gollum – A simple, Git-powered wiki with a sweet API and local frontend
#35I like the look of this a lot, particularly the support for running-from-local. I think git is such an ideal backend for something like a wiki, where multiple contributors and version history are both so important. Tangent: how do HN folks generally do technical wikis -- or really, just keep track of the technical details of your software -- in large software development organizations? My org uses Confluence for some…
Gitea supports web-based wikis that are git repos on the backend. It also has a good auth system and supports U2F (or SSO).
Re: Gollum – A simple, Git-powered wiki with a sweet API and local frontend
#36I like the look of this a lot, particularly the support for running-from-local. I think git is such an ideal backend for something like a wiki, where multiple contributors and version history are both so important. Tangent: how do HN folks generally do technical wikis -- or really, just keep track of the technical details of your software -- in large software development organizations? My org uses Confluence for some…
A customer of mine writes documentation in Google Sites (horrible UX and not for for this task, they eventually realized it) and my pages (Bitbucket) are linked from the table of contents (release branch). To read the documentation for a new feature one must know the name of the feature branch.
Re: Gollum – A simple, Git-powered wiki with a sweet API and local frontend
#37[1] https://js.wiki/
Re: Gollum – A simple, Git-powered wiki with a sweet API and local frontend
#38Fun to see this on HN! I originally created Gollum to power GitHub's wiki system and wanted to see if we could use Git to make our wikis more powerful AND more open. I thought it would be cool if you could just clone your GitHub wiki and modify it locally or export it to some other system if you needed, or have it all locally for an airplane trip without wifi. Another interesting thing is that I used my Readme Driven…
I've been looking for a similarly simplistic git-based wiki which works much like Jekyll/Pelican/Hugo.
Re: Gollum – A simple, Git-powered wiki with a sweet API and local frontend
#39Re: Gollum – A simple, Git-powered wiki with a sweet API and local frontend
#40I like the look of this a lot, particularly the support for running-from-local. I think git is such an ideal backend for something like a wiki, where multiple contributors and version history are both so important. Tangent: how do HN folks generally do technical wikis -- or really, just keep track of the technical details of your software -- in large software development organizations? My org uses Confluence for some…
Notion.
There is https://stackedit.io/ offering it but I stopped using it because of bugs when trying to edit on mobile. And it basically abandoned for the last 2 years https://github.com/benweet/stackedit (only some deps updates, nothing more).