Migrate docs to Vuepress
This commit is contained in:
7
docs/content/.vuepress/styles/index.styl
Normal file
7
docs/content/.vuepress/styles/index.styl
Normal 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
|
7
docs/content/.vuepress/styles/palette.styl
Normal file
7
docs/content/.vuepress/styles/palette.styl
Normal 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
|
Reference in New Issue
Block a user