Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why are Jekyll and Gollum two separate projects? #712

Closed
erlend-sh opened this issue Jun 21, 2013 · 2 comments
Closed

Why are Jekyll and Gollum two separate projects? #712

erlend-sh opened this issue Jun 21, 2013 · 2 comments

Comments

@erlend-sh
Copy link

I'm seeing a lot of developers opting to use Jekyll instead of Gollum as their documentation platform:

and I just don't see two different problems being solved by these two projects. By and large, they appear to be doing the same things:

  • Make static pages
  • Live on Git
  • Liquid templating

Why develop them separately?

@sunny
Copy link
Member

sunny commented Jun 22, 2013

Gollum is a wiki-engine, whereas Jekyll builds websites. The biggest difference would be that Gollum gives you access to the whole ancestry of page revisions. That is because it gets all its data directly from Git, whereas Jekyll just reads the data from disk.

Jekyll doesn't come with any front-end HTML, whereas Gollum is a front-end interface. Depending on how you would like your documentation to live you can use Gollum to let people edit it directly on-line or use Jekyll if you want to choose when to build it.

@bootstraponline
Copy link
Member

they appear to be doing the same things:

Make static pages
Live on Git

Gollum doesn't make static pages and Jekyll doesn't use Git.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants