Skip to content

Commit d40a91e

Browse files
committed
Rename repo
1 parent 65a5eba commit d40a91e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Vuepress Canvas
1+
# Vuepress theme Canvas
22

33
[Vuepress][vuepress] custom theme for blogging inspired on [Canvas: a Simple, Powerful Blog Publishing Platform][canvas]
44

@@ -17,7 +17,7 @@ mkdir docs && cd docs
1717
Clone the repo:
1818

1919
```bash
20-
git clone https://github.com/whoan/vuepress-canvas.git .vuepress
20+
git clone https://github.com/whoan/vuepress-theme-canvas.git .vuepress
2121
```
2222

2323
See it run:

config.js.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
theme: 'canvas',
77
themeConfig: {
88
// Assumes GitHub. Can also be a full GitLab url.
9-
repo: 'whoan/vuepress-canvas',
9+
repo: 'whoan/vuepress-theme-canvas',
1010

1111
// Optional options for generating "Edit this page" link
1212

run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ n_markdown_files=( *.md )
2424
if (( ${#n_markdown_files[@]} == 0 )); then
2525
echo "Creating sample posts..."
2626
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
2828
fi
2929

3030
if [ ! -f README.md ]; then

0 commit comments

Comments
 (0)