# This Wiki This wiki is also a git remote. I did that with [git-remote-dokuwiki](https://github.com/jvasile/git-remote-dokuwiki). At the command line, I treat it like a git repo. On the web, I treat it like a wiki. It lets me do things like grep the wiki for TODOs, edit wiki pages in vim, and move pages around. Having multiple ergonomic options is really wonderful. Once you install `git-remote-dokuwiki`, you can do something like this: ``` $ git clone dokuwiki::james@wiki.jamesvasile.com Cloning into 'wiki.jamesvasile.com'... Cookie file not found: "/tmp/t/wiki.jamesvasile.com/.git/dokuwiki-cookies.txt" Password for 'https://james@wiki.jamesvasile.com': ``` And you'll be in business. Some pages in this section of the wiki: * A primer on dokuwiki [[syntax]], though you can also use [markdown](https://www.markdownguide.org/) * [[File extensions]] * A [[sitemap]] * Some more information about [[dokuwiki]] * The original [[welcome]] page