From bb4c5c8c4ed3568b738fd46b2e3a34b28fa83c88 Mon Sep 17 00:00:00 2001 From: Kim Yang Date: Sun, 16 Aug 2020 20:31:04 +0800 Subject: [PATCH] :bug: fix CI --- Notes/.vuepress/config.js | 2 +- Notes/.vuepress/style/index.styl | 17 ----------------- Notes/.vuepress/style/palette.styl | 1 - 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 Notes/.vuepress/style/index.styl delete mode 100644 Notes/.vuepress/style/palette.styl diff --git a/Notes/.vuepress/config.js b/Notes/.vuepress/config.js index 4735b95..d38c257 100644 --- a/Notes/.vuepress/config.js +++ b/Notes/.vuepress/config.js @@ -2,7 +2,7 @@ module.exports = { site:{ "title": "CSPostgraduate", "description": "CSKaoYan CSPostgraduate 408", - "base": "/", + "base": "https://kimyang.cn/2021-CSPostgraduate-408/", "pages": [ { "lastUpdated": 1524027677000, diff --git a/Notes/.vuepress/style/index.styl b/Notes/.vuepress/style/index.styl deleted file mode 100644 index f8fd09c..0000000 --- a/Notes/.vuepress/style/index.styl +++ /dev/null @@ -1,17 +0,0 @@ -pre.vue-container - border-left-width: .5rem; - border-left-style: solid; - border-color: #46ADD8; - border-radius: 0px; - & > code - font-size: 14px !important; - & > p - margin: -5px 0 -20px 0; - code - background-color: #46ADD8 !important; - padding: 3px 5px; - border-radius: 3px; - color #000 - em - color #808080 - font-weight light \ No newline at end of file diff --git a/Notes/.vuepress/style/palette.styl b/Notes/.vuepress/style/palette.styl deleted file mode 100644 index f851de8..0000000 --- a/Notes/.vuepress/style/palette.styl +++ /dev/null @@ -1 +0,0 @@ -$accentColor = #46ADD8 \ No newline at end of file