Skip to content

Commit

Permalink
Update blog description and vitepress-copy-helper version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mtillmann committed Dec 14, 2023
1 parent 4a67bf2 commit 73a9a38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
title: 'Martin\'s Blog',
base: '/',
cacheDir: './node_modules/vitepress_cache',
description: 'vitepress,blog,blog-theme',
description: 'My personal blog about programming, technology, digital freedom and other stuff.',
ignoreDeadLinks: true,
themeConfig: {
posts: await getPosts(pageSize),
Expand All @@ -31,7 +31,7 @@ export default defineConfig({
search: {
provider: 'local',
},
//outline:[2,3],
outline:[2,3],
outlineTitle: 'Outline',
socialLinks: [
{
Expand Down
1 change: 1 addition & 0 deletions .vitepress/theme/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import Title from './components/Title.vue'

import {default as CopyButton, defaultSettings} from 'vitepress-copy-helper'

import 'vitepress-copy-helper/style.css'
import './custom.css'
import './custom.js'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"prettier": "^3.1.1",
"typescript": "^5.3.3",
"vitepress": "1.0.0-rc.31",
"vitepress-copy-helper": "^0.0.1"
"vitepress-copy-helper": "^0.0.2"
}
}

0 comments on commit 73a9a38

Please sign in to comment.