Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 5b556fb

Browse files
committed
chore: remove example
1 parent a3339f6 commit 5b556fb

33 files changed

+19
-1546
lines changed

example/.vuepress/config.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
module.exports = {
22
title: `ULIVZ`,
3+
theme: 'blogging',
34
themeConfig: {
5+
modifyBlogPluginOptions(blogPlugnOptions) {
6+
const writingDirectoryClassifier = {
7+
id: 'writing',
8+
dirname: '_writings',
9+
path: '/writings/',
10+
layout: 'IndexWriting',
11+
itemLayout: 'Writing',
12+
itemPermalink: '/writings/:year/:month/:day/:slug',
13+
pagination: {
14+
perPagePosts: 5,
15+
},
16+
}
17+
blogPlugnOptions.directories.push(writingDirectoryClassifier)
18+
return blogPlugnOptions
19+
},
420
nav: [
521
{
622
text: 'Blog',

example/.vuepress/theme/components/Footer.vue

Lines changed: 0 additions & 151 deletions
This file was deleted.

example/.vuepress/theme/components/Header.vue

Lines changed: 0 additions & 134 deletions
This file was deleted.

example/.vuepress/theme/components/NavLink.vue

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)