mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
chore: tweak
This commit is contained in:
parent
3b4482d0f1
commit
6b3c2cd8bb
@ -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'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user