Skip to content

Commit

Permalink
Merge pull request #87 from Ubugeeei/86-create-project-logo
Browse files Browse the repository at this point in the history
other: #86 🔹 create logo
  • Loading branch information
Ubugeeei committed Aug 12, 2023
2 parents 8aca644 + 16c901a commit 0ed9128
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# chibivue
<div align="center">

<h1>chibivue</h1>

</div>

<p align="center">
<img src="./book/logo/logo.png" width="126">
</p>

chibivue is minimal [Vue.js v3](https://github.com/vuejs/core) core implementations (reactivity, vnode, component, compiler).

Expand Down
Binary file added book/logo/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions book/online-book/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default defineConfig({
title: "The chibivue Books",
description: "This is an online book for implementing chibivue.",
themeConfig: {
logo: "https://github.com/Ubugeeei/chibivue/blob/86-create-project-logo/book/logo/logo.png?raw=true",
nav: [
{ text: "Home", link: "/" },
{ text: "Start Learning", link: "/ja/00-introduction/010-about" },
Expand Down
1 change: 1 addition & 0 deletions book/online-book/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ hero:
name: "chibivue"
text: "Writing Vue.js with your own hands"
tagline: powered by VitePress
image: https://github.com/Ubugeeei/chibivue/blob/86-create-project-logo/book/logo/logo.png?raw=true
actions:
- theme: brand
text: Dive into book ->
Expand Down

0 comments on commit 0ed9128

Please sign in to comment.