Migrate to VitePress

This commit is contained in:
2022-05-27 23:00:55 -04:00
parent 247605c7ee
commit fb37c5b4cd
8 changed files with 662 additions and 355 deletions

View File

@@ -0,0 +1,15 @@
<script setup>
import DefaultTheme from "vitepress/theme";
const { Layout } = DefaultTheme;
</script>
<template>
<Layout></Layout>
</template>
<style>
main > .container {
/* love that */
max-width: 54rem !important;
}
</style>