A DokuWiki to Hugo file exporter to quickly migrate your existing PHP wiki to Hugo
Go to file
wgroeneveld 600098bac3 added simple styles, moved to markdown submodule 2017-01-14 11:09:42 +01:00
layouts/shortcodes update 2017-01-12 21:45:49 +01:00
src added simple styles, moved to markdown submodule 2017-01-14 11:09:42 +01:00
test added simple styles, moved to markdown submodule 2017-01-14 11:09:42 +01:00
.gitignore fix regex 2017-01-13 12:59:45 +01:00
LICENSE Initial commit 2017-01-12 16:23:00 +01:00
README.md added simple styles, moved to markdown submodule 2017-01-14 11:09:42 +01:00

README.md

dokuwiki-to-hugo

A DokuWiki to Hugo file exporter to quickly migrate your existing PHP wiki to Hugo

See https://www.dokuwiki.org/wiki:syntax

TODO

  • Figure out image links ala http://php.net|{{wiki:dokuwiki-128.png}}
  • Tables, should complex ones be supported or can I do a manual convert?
  • build file structure - wire everything together
  • build header TOML with timestamps, draft false etc
  • lists
  • emoticons
  • no formatting (nowiki) - should this just be a pre?
  • code hilighting (inline and multiline and downloadable)
  • embedding html - remove html tag and done?

Not supported and probably will never be

  • embedding php - kill it with fire?
  • macro's - kill it with fire?
  • what to do with footnotes?