Listed in
Simple Installation
Gollum is easy to install and requires minimal setup, allowing users to quickly get started with creating and managing their wiki.
Git Integration
Since Gollum uses Git as the backend, it leverages Git's features such as version control, branching, and merging, ensuring robust and efficient content management.
Markdown Support
Gollum supports multiple lightweight markup languages, primarily Markdown, which is easy to write and read, making it accessible for users familiar with common markup syntax.
Lightweight
Being a simple, lightweight application, Gollum has minimal overhead, ensuring that it runs smoothly without requiring significant system resources.
Portable
Gollum can be run locally or on a server, providing flexibility for users who want to manage their wikis in different environments.
We have collected here some useful links to help you find out if Gollum is good.
Check the traffic stats of Gollum on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of Gollum on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of Gollum's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of Gollum on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about Gollum on Reddit. This can help you find out how popualr the product is and what people think about it.
Depends on your target user. If you want something really simple for developers, https://github.com/gollum/gollum is pretty neat (is what powers the Wiki system on GitHub), while if you want something simple for people who aren't developers, something like Mediawiki would fit better. Although Mediawiki requires a database, you can use SQLite (which is basically a file... - Source: Hacker News / over 1 year ago
Not many wiki site engines based on Markdown work directly from git as cleanly as this. There's a few of them though, such as this old Ruby lang standby with a decade's worth of features that a decade ago was a way to host your same GitHub Pages site locally, supporting SSO: https://github.com/gollum/gollum. - Source: Hacker News / almost 2 years ago
I think the web interface for the gollum wiki (which used to power GitHub wikis, but I think they have diverged) supports org mode files. https://github.com/gollum/gollum. - Source: Hacker News / almost 2 years ago
One of the cool things with the update adding git support to GitHub Wiki was that it was using gollum (https://github.com/gollum/gollum). Sadly, it seems like they have diverged by now, according to the GitHub Wiki on the gollum repository. Seems there is still some historical artifacts from it left. - Source: Hacker News / about 2 years ago
Arguably something like ikiwiki or gollum is doing this. These are both wikis that use git as their backend 'database'. I happen to like wikis like this a lot better over wikis that store their data in mysql or some other traditional SQL backend. Source: over 2 years ago
Gollum is self-hosted and uses git for version control Https://github.com/gollum/gollum. Source: over 2 years ago
For something quick and easy consider https://github.com/gollum/gollum#markups which powers Github Wikis. Note that multi-user auth is NOT supported out of the box however. - Source: Hacker News / almost 3 years ago
That seems something in the ballpark of my favorite wiki software: https://github.com/gollum/gollum Edit and view pages as a normal markdown wiki. But the backend is just a git repository of markdown files so you can also just use your text editor and git pull/push. Usable by any novice but with the ideal power user interface. - Source: Hacker News / over 3 years ago
I'm currently using Gollum Wiki in this way. It reads from a git repository, formats the markdown files nicely, and has a limited editor that is useful in a pinch. Source: over 3 years ago
I use Gollum, it's very simple but fits my needs. Source: over 3 years ago
Gollum would be an excellent solution. It's a web interface to a directory of markdown (or other formats), backed by git. Easy to sync the plain text files on your own devices (e.g. Syncthing) while still having a public web interface for school/work computers. Source: almost 4 years ago
Gollum could meet the need. Logseq might work as well; here's a potential guide to self-hosting. Source: almost 4 years ago
I use ikiwiki, but I have also seen gollum mentioned here. Source: about 4 years ago
Gollum might be something worth looking into. It is basically a clone of the GitHub Wiki pages, built on top of git (so it uses version-controlled flat files as backend). Source: about 4 years ago
Gollum wiki fits the description, with git and a satisfying look and feel to boot. Source: about 4 years ago
Iโve settled on similar setup. One nice thing about is there many tools that can work on this type of note setup, so you are not locked into one tool. Working Copy works decently well on iOS. Gollum [1] on desktop operating systems provides a web interface to the notes. For some shameless self-promotion, Iโve been hacking on a clone of Gollum called Smeagol [2]. It is written in Rust so it is quite a bit faster to... - Source: Hacker News / over 4 years ago
However, if you are using a gui, you can use vimwiki and gollum together. Gollum is a web wiki. Source: over 4 years ago
Another advantage layers on the source control: many source code management services will render your markdown and give you a search interface. GitHub popularized it. But other hosts like Azure Devops and GitLab support this as well. You can make a relatively pleasant document management system on top of this. You can even run this on your own computer without an internet connection. Working Copy on iOS supports.... - Source: Hacker News / over 4 years ago
I just spent some time looking at this. There's no reason you can't use Obsidian with git. Obsidian just saves md files in a basic folder structure. You can git init in the root of your Obsidian vault directory (.gitignore your .obsidian folder). There's even an "Obsidian Git" community plugin that does the git work for you. To serve your md files as a traditional wiki in browsers, there's a git backed wiki named... - Source: Hacker News / over 4 years ago
Instead of SQLite I would prefer if you stored the snippets in a git repo like Gollum or Gitit. Source: almost 5 years ago
I use Gollum for my note-taking and planning, and that lets me edit everything in Vim, use git for version control, and use any of a number of standard markup languages that have good Vim support. Source: over 5 years ago
Gollum is a notable player in the open-source wiki engine space, renowned for its robust integration with Git and Markdown. Primarily aimed at developers, Gollum functions as a GitHub-based Wiki engine designed to facilitate the organization of software documentation, utilizing a Git repository for storing Markdown files and the Gollum engine to manage and display the content. It stands out as a tool in the realms of note-taking, knowledge base management, and personal note organization.
Public Perception and Usage
In the developer community, Gollum is generally appreciated for its simplicity and efficacy. Users often highlight its roots in GitHub wiki systems, although they note that Gollum has diverged from GitHubโs current wiki functionally. Despite this divergence, many users appreciate Gollumโs continued adherence to Markdown and Git, allowing for seamless integration into their existing workflows. The ability to edit and view pages as a normal Markdown wiki is frequently cited as a critical advantage, especially since it enables the use of any text editor and integrates smoothly with Git operations like pull and push.
The use of Git as a backend "database" is a particularly lauded feature, as it allows for version control without relying on traditional SQL or NoSQL databases. This aspect makes Gollum attractive to users who prefer managing their content through git without the overhead of database management. Additionally, some users point out that integrating Gollum with tools like Vim provides an even more streamlined personal knowledge management experience.
Competitive Landscape
When compared with its competitors, such as Obsidian.md, Notational FZF, and Trilium Notes, Gollum is often noted for its web-based interface and simplicity. However, unlike some competitors, it does not offer built-in multi-user authentication, which may limit its appeal for enterprise settings requiring sophisticated access controls. For teams looking for a tool that supports extensive collaboration features, MediaWiki or Wiki.js might be preferable alternatives.
Potential and Challenges
Given its focus on developers, Gollum serves a niche but dedicated user base that values plain text editing and git integration over more visually oriented solutions. The absence of features like complex user authentication does not seem to deter its core audience, but it could potentially limit broader adoption in more varied team environments. Users seeking a simple, text-based, self-hosted wiki find Gollum highly appropriate, especially when they value the ability to synchronize plain text files across devices.
Conclusion
Gollum remains a powerful tool for users prioritizing simplicity, Markdown compatibility, and Git integration. While it might not offer the comprehensive feature set of some modern alternatives, it excels in scenarios where text-based document management and knowledge sharing are paramount. For teams and individuals embedded in development work or those who appreciate version-controlled documentation, Gollum is an excellent choice. However, organizations with more complex collaboration needs may need to consider supplementing it with additional tools or exploring other solutions within the vast landscape of knowledge management systems.
Do you know an article comparing Gollum to other products?
Suggest a link to a post with product alternatives.
Is Gollum good? This is an informative page that will help you find out. Moreover, you can review and discuss Gollum here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.