Replies: 1 comment 14 replies
|
Hi @mperham, thanks for the positive feedback! Yeah so wiki-style content is a priority for v2.1 (in beta) and definitely the upcoming v2.2. We added a builtin plugin for loading Markdown content from external sources which would be a good basis for your wiki. Wouldn't handle the git pull directly, but I'm sure you could write Rake task or something to do that. https://beta.bridgetownrb.com/docs/content/external-sources I'm behind in getting 2.1 beta 2 released with a necessary bugfix, but should be any day now and then it'd be worth checking out. |
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, I've been using bridgetown for the last few days and have been quite impressed! Really nice work, Jared and crew!
I want to regain a little bit of digital independence by moving Sidekiq's wiki off GitHub Wiki and move the content to my new bridgetown-based sidekiq.org. Ideally content at github.com/sidekiq/sidekiq/wiki will map directly to sidekiq.org/wiki.
I found a Jekyll plugin which does 99% of the migration and will allow manual syncs so one can continue authoring the content in the github wiki UI and pull content updates from it.
https://github.com/djacquel/WikiToJekyll
It pulls in the github wiki content as a git submodule, pulls the latest content, parses the markdown, swaps any links and renders the markdown content as usual.
Does anything like this exist for Bridgetown? The code's a little hacky but it's pretty small, just two files.
PS the new Bridgetown-powered site is in beta at https://sidekiq.contribsys.com with source at https://github.com/sidekiq/site.
All reactions