File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # Vuepress Canvas
1
+ # Vuepress theme Canvas
2
2
3
3
[ Vuepress] [ vuepress ] custom theme for blogging inspired on [ Canvas: a Simple, Powerful Blog Publishing Platform] [ canvas ]
4
4
@@ -17,7 +17,7 @@ mkdir docs && cd docs
17
17
Clone the repo:
18
18
19
19
``` bash
20
- git clone https://github.com/whoan/vuepress-canvas.git .vuepress
20
+ git clone https://github.com/whoan/vuepress-theme- canvas.git .vuepress
21
21
```
22
22
23
23
See it run:
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module.exports = {
6
6
theme: 'canvas',
7
7
themeConfig: {
8
8
// Assumes GitHub. Can also be a full GitLab url.
9
- repo: 'whoan/vuepress-canvas',
9
+ repo: 'whoan/vuepress-theme- canvas',
10
10
11
11
// Optional options for generating "Edit this page" link
12
12
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ n_markdown_files=( *.md )
24
24
if (( ${# n_markdown_files[@]} == 0 )) ; then
25
25
echo " Creating sample posts..."
26
26
cp .vuepress/my-first-post.example.md my-first-post.md
27
- cp .vuepress/README.md vuepress-canvas-readme.md
27
+ cp .vuepress/README.md vuepress-theme- canvas-readme.md
28
28
fi
29
29
30
30
if [ ! -f README.md ]; then
You can’t perform that action at this time.
0 commit comments