Removed banner, removed copyright notice, reduced home page

This commit is contained in:
alice 2024-11-03 01:39:05 +01:00
parent 1554325efb
commit e51b0877fd
7 changed files with 9 additions and 172 deletions

View file

@ -1,14 +1,8 @@
// .vitepress/theme/index.js
import DefaultTheme from 'vitepress/theme'
import layout from './layout.vue'
import { enhanceAppWithTabs } from 'vitepress-plugin-tabs/client'
import './vars.css'
import './home.css'
export default {
extends: DefaultTheme,
enhanceApp({ app }) {
enhanceAppWithTabs(app)
},
Layout: layout
}