From caa6475d3c3aa0b94faec2b0a970e65a72bff3c0 Mon Sep 17 00:00:00 2001 From: Skillz Date: Sun, 12 Jul 2020 11:39:20 -0400 Subject: [PATCH] fix config for docs --- _config.yml | 1 - docs/.vuepress/config.js | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 _config.yml diff --git a/_config.yml b/_config.yml deleted file mode 100644 index fc24e7a62..000000000 --- a/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-hacker \ No newline at end of file diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 00c3f7acf..f15554f37 100755 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -3,12 +3,13 @@ const nav = require("./navbar"); const head = require("./head"); const config = { + base: "/Discordeno/", title: "Discordeno", head, theme: "yuu", themeConfig: { - yuu: { - disableThemeIgnore: true + yuu: { + disableThemeIgnore: true }, nav, sidebar,