From 693fdf513cf88fc8e501eb352fef8080090eae3c Mon Sep 17 00:00:00 2001 From: Borhan Saflo <60056206+BorhanSaflo@users.noreply.github.com> Date: Thu, 7 Sep 2023 03:29:31 -0400 Subject: [PATCH] add: Slidev Config to package.json --- package.json | 11 +++++++++++ slides.md | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 46aa563..0021e00 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,17 @@ "dev": "slidev", "export": "slidev export" }, + "slidev": { + "highlighter": "shiki", + "default": { + "aspectRatio": "16/9", + "fonts": { + "sans": "Inter", + "title": "Gilroy", + "mono": "Fira Code" + } + } + }, "dependencies": { "@slidev/cli": "^0.43.0-beta.3", "@slidev/theme-default": "latest", diff --git a/slides.md b/slides.md index 16d30a9..a4da62c 100644 --- a/slides.md +++ b/slides.md @@ -266,7 +266,7 @@ class: text-center # Config -#### If you want to run mutiple Distros than here are some helpful commands to config WSL to your prefences +#### If you want to run multiple Distros than here are some helpful commands to config WSL to your preferences
To set default Distro