Skip to content

Knowledge

David Ayers edited this page Mar 13, 2020 · 3 revisions

Knowledge Wiki

Some meta info about this wiki itself.

Cloning

Can be cloned with ssh instead of https, but github doesn't show the option. You need to transform the url you see on the page:

https://github.com/davidaayers/knowledge.wiki.git

to a git ssh url:

git@github.com:davidaayers/knowledge.wiki.git

Folders

The wiki can be organized into folders, but only if you clone it locally. The folders don't show up on github, but they do allow you to locally organize the file structions. Any new pages created on github itself will be created at the root. If you do organize into folders, be aware that the filenames need to be globally unique.

Running locally

Github's wiki runs under Gollum, which can also run locally.

Reference

Most of this is covered in this article, which gave me a good starting point.

The wiki uses Github flavored markdown.

Clone this wiki locally