chore: tweak

This commit is contained in:
pengzhanbo 2024-07-13 14:35:50 +08:00
parent 3b4482d0f1
commit 6b3c2cd8bb

View File

@ -7,7 +7,16 @@ import { THEME_NAME } from '../utils/index.js'
const FALLBACK_OPTIONS: PlumeThemeLocaleData = {
appearance: true,
blog: { link: '/blog/', pagination: { perPage: 15 }, tags: true, archives: true, tagsLink: '/blog/tags/', archivesLink: '/blog/archives/' },
blog: {
link: '/blog/',
pagination: { perPage: 15 },
tags: true,
archives: true,
categories: true,
tagsLink: '/blog/tags/',
archivesLink: '/blog/archives/',
categoriesLink: '/blog/categories/',
},
article: '/article/',
notes: { link: '/', dir: '/notes/', notes: [] },
navbarSocialInclude: ['github', 'twitter', 'discord', 'facebook'],