initial commit

This commit is contained in:
Nico 2022-07-16 12:04:51 +02:00
commit 52c86295e9
24 changed files with 2603 additions and 0 deletions

View file

@ -0,0 +1,3 @@
:root {
--vp-code-font-size: 0.9375rem;
}

View file

@ -0,0 +1,4 @@
import DefaultTheme from "vitepress/theme";
import "./custom.css";
export default DefaultTheme;