Migrate docs to Vuepress

This commit is contained in:
Ske
2020-07-28 18:19:40 +02:00
parent a0d4ab5809
commit 8c0cbd6d26
33 changed files with 8035 additions and 421 deletions

View File

@@ -0,0 +1,7 @@
// For custom styles
// See: https://vuepress.vuejs.org/config/#index-styl
// Center images on page (only relevant when resized with markdown-it-imsize)
img
display block
margin auto

View File

@@ -0,0 +1,7 @@
// Global variables go here, no styles! Some override default theme parameters.
// See: https://vuepress.vuejs.org/config/#palette-styl
$accentColor = #da9317
// Make page slightly wider (default is 740px)
$contentWidth = 900px