diff --git a/blog.config.js b/blog.config.js index 1e7de4a5..d10d93e6 100644 --- a/blog.config.js +++ b/blog.config.js @@ -19,7 +19,7 @@ const BLOG = { FONT: 'font-serif tracking-wider subpixel-antialiased', // 文章字体 ['font-sans', 'font-serif', 'font-mono'] @see https://www.tailwindcss.cn/docs/font-family FONT_AWESOME_PATH: 'https://cdn.bootcdn.net/ajax/libs/font-awesome/5.15.4/css/all.min.css', // 图标库CDN ,国内推荐BootCDN,国外推荐 CloudFlare https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css BACKGROUND_LIGHT: '#eeeeee', // use hex value, don't forget '#' e.g #fffefc - BACKGROUND_DARK: '#111827', // use hex value, don't forget '#' + BACKGROUND_DARK: '#000000', // use hex value, don't forget '#' PATH: '', // leave this empty unless you want to deploy in a folder POST_LIST_STYLE: 'page', // ['page','scroll] 文章列表样式:页码分页、单页滚动加载 diff --git a/themes/example/LayoutBase.js b/themes/example/LayoutBase.js index 96f635a6..b4fe7964 100644 --- a/themes/example/LayoutBase.js +++ b/themes/example/LayoutBase.js @@ -32,8 +32,8 @@ const LayoutBase = props => {
{/* 导航菜单 */} -
-
+
+
@@ -42,14 +42,14 @@ const LayoutBase = props => {
-