Skip to content

Commit 46e5896

Browse files
committed
Vuepress. Fix #6
1 parent 79168d3 commit 46e5896

35 files changed

Lines changed: 6453 additions & 236 deletions

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
public
2-
themes/shiro/static/css/main.css
1+
/public

.vuepress/config.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
module.exports = {
2+
dest: 'public',
3+
title: `Pine Wu's Blog`,
4+
description: `Pine Wu's Blog`,
5+
markdown: {
6+
anchor: {
7+
permalink: false
8+
}
9+
},
10+
head: [
11+
['link', { rel: 'shortcut icon', href: '/favicon.ico' }],
12+
['link', { rel: 'stylesheet', href: '/style.css' }]
13+
]
14+
}
File renamed without changes.

static/img/1/es6_debug.png renamed to .vuepress/public/debug-electron-vscode/es6_debug.png

File renamed without changes.

static/img/1/main_process.png renamed to .vuepress/public/debug-electron-vscode/main_process.png

File renamed without changes.

static/img/1/renderer_process.png renamed to .vuepress/public/debug-electron-vscode/renderer_process.png

File renamed without changes.

static/img/1/renderer_process_click.png renamed to .vuepress/public/debug-electron-vscode/renderer_process_click.png

File renamed without changes.

static/img/1/renderer_process_refresh.png renamed to .vuepress/public/debug-electron-vscode/renderer_process_refresh.png

File renamed without changes.

0 commit comments

Comments
 (0)