From d949c34af1da569da5ba19709ba48c962e257f05 Mon Sep 17 00:00:00 2001 From: Wouter Groeneveld Date: Wed, 18 Jan 2017 19:39:07 +0100 Subject: [PATCH] docs: Add Dokuwiki to hugo conversion tool I've written a DokuWiki to hugo conversion tool in python to migrate my blog content to Hugo. I hope others will also benefit from it. Feel free to take a look and give some feedback. --- docs/content/tools/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/tools/_index.md b/docs/content/tools/_index.md index 2ede52cd7..272f5d8ce 100644 --- a/docs/content/tools/_index.md +++ b/docs/content/tools/_index.md @@ -29,6 +29,10 @@ Alternatively, you can follow the manual [migration guide]({{< relref "tutorials - [octohug](https://github.com/codebrane/octohug) - Octopress to Hugo migrator. +### DokuWiki + +- [dokuwiki-to-hugo](https://github.com/wgroeneveld/dokuwiki-to-hugo) - Migrates your dokuwiki source pages from [DokuWiki syntax](https://www.dokuwiki.org/wiki:syntax) to Hugo Markdown syntax. Includes extra's like the TODO plugin. Written with extensibility in mind using python 3. Also generates a TOML header for each page. Designed to copypaste the wiki directory into your /content directory. + ### WordPress - [wordpress-to-hugo-exporter](https://github.com/SchumacherFM/wordpress-to-hugo-exporter) - A one-click WordPress plugin that converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML which can be dropped into Hugo. (Note: If you have trouble using this plugin, you can [export your site for Jekyll](https://wordpress.org/plugins/jekyll-exporter/) and use Hugo's built in Jekyll converter listed above.)