Skip to content
Gustav Burchardt edited this page Sep 24, 2019 · 4 revisions

Welcome to the kvalifik wiki!

This wiki contains useful information that is to be found nowhere else! You better read it!!

Contribute

Clone the repo locally:

git clone git@github.com:Kvalifik/kvalifik.wiki.git

Then install the devtools:

npm install

Serve the site locally with markserv:

npm run serve

If you want live reloading, follow the instructions here.

Best practices

Using images

If you need to display images, place them in images/ and link to them. Example:

Images folder

images/
└── my-crazy-image.png

In your page

![alt text](images/my-crazy-image.png)

Including a Table of contents

If your file is very long, you should include a table of contents. The plugin Markdown All in One supports adding and updating this automatically.

Clone this wiki locally