Skip to content

Commit

Permalink
Merge pull request #121 from Ubugeeei/115-catch-copy
Browse files Browse the repository at this point in the history
other: #115 🔹 copy
  • Loading branch information
Ubugeeei committed Aug 27, 2023
2 parents 3211f21 + 4357e4f commit 3e518be
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<h1>chibivue</h1>

### [**Writing Vue.js with your own hands**](https://ubugeeei.github.io/chibivue)
### [**Writing Vue.js: Step by Step, from just one line of "Hello, World".**](https://ubugeeei.github.io/chibivue)

https://ubugeeei.github.io/chibivue

Expand Down
4 changes: 2 additions & 2 deletions book/online-book/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from "vitepress";
// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "The chibivue Book",
description: "This is an online book for implementing chibivue.",
description: "Writing Vue.js: Step by Step, from just one line of \"Hello, World\".",
lang: "ja",
srcDir: "src",
srcExclude: ["__wip"],
Expand All @@ -26,7 +26,7 @@ export default defineConfig({
"meta",
{
property: "og:description",
content: "Writing Vue.js with your own hands.",
content: "Writing Vue.js: Step by Step, from just one line of \"Hello, World\".",
},
],
[
Expand Down
2 changes: 1 addition & 1 deletion book/online-book/src/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ layout: home

hero:
name: "chibivue"
text: "Writing Vue.js with your own hands"
text: "Step by Step, from just one line of \"Hello, World\"."
tagline: powered by VitePress
image: https://github.com/Ubugeeei/chibivue/blob/main/book/images/logo/logo.png?raw=true
actions:
Expand Down
2 changes: 1 addition & 1 deletion book/online-book/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ layout: home

hero:
name: "chibivue"
text: "Writing Vue.js with your own hands"
text: "Step by Step, from just one line of \"Hello, World\"."
tagline: powered by VitePress
image: https://github.com/Ubugeeei/chibivue/blob/main/book/images/logo/logo.png?raw=true
actions:
Expand Down

0 comments on commit 3e518be

Please sign in to comment.