update welcome page
This commit is contained in:
12
components.d.ts
vendored
12
components.d.ts
vendored
@@ -1,11 +1,8 @@
|
|||||||
// generated by unplugin-vue-components
|
// generated by unplugin-vue-components
|
||||||
// We suggest you to commit this file into source control
|
// We suggest you to commit this file into source control
|
||||||
// Read more: https://github.com/vuejs/core/pull/3399
|
// Read more: https://github.com/vuejs/vue-next/pull/3399
|
||||||
import '@vue/runtime-core'
|
|
||||||
|
|
||||||
export {}
|
declare module 'vue' {
|
||||||
|
|
||||||
declare module '@vue/runtime-core' {
|
|
||||||
export interface GlobalComponents {
|
export interface GlobalComponents {
|
||||||
AboutMe: typeof import('./src/components/presentation/about-me.vue')['default']
|
AboutMe: typeof import('./src/components/presentation/about-me.vue')['default']
|
||||||
AppHeader: typeof import('./src/components/app-header.vue')['default']
|
AppHeader: typeof import('./src/components/app-header.vue')['default']
|
||||||
@@ -13,12 +10,11 @@ declare module '@vue/runtime-core' {
|
|||||||
CrcCard: typeof import('./src/components/architecture/crc-card.vue')['default']
|
CrcCard: typeof import('./src/components/architecture/crc-card.vue')['default']
|
||||||
ForgettingCurve: typeof import('./src/components/smart-notes/forgetting-curve.vue')['default']
|
ForgettingCurve: typeof import('./src/components/smart-notes/forgetting-curve.vue')['default']
|
||||||
JulienCalixte: typeof import('./src/components/core/julien-calixte.vue')['default']
|
JulienCalixte: typeof import('./src/components/core/julien-calixte.vue')['default']
|
||||||
MyBooks: typeof import('./src/components/presentation/my-books.vue')['default']
|
|
||||||
MyProjects: typeof import('./src/components/presentation/my-projects.vue')['default']
|
MyProjects: typeof import('./src/components/presentation/my-projects.vue')['default']
|
||||||
ProductionFlow: typeof import('./src/components/flow/ProductionFlow.vue')['default']
|
ProductionFlow: typeof import('./src/components/flow/ProductionFlow.vue')['default']
|
||||||
RouterLink: typeof import('vue-router')['RouterLink']
|
|
||||||
RouterView: typeof import('vue-router')['RouterView']
|
|
||||||
ToucanIcon: typeof import('./src/components/core/toucan-icon.vue')['default']
|
ToucanIcon: typeof import('./src/components/core/toucan-icon.vue')['default']
|
||||||
Welcome: typeof import('./src/components/Welcome.vue')['default']
|
Welcome: typeof import('./src/components/Welcome.vue')['default']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export { }
|
||||||
|
|||||||
@@ -8,7 +8,12 @@
|
|||||||
|
|
||||||
<my-projects />
|
<my-projects />
|
||||||
|
|
||||||
<my-books />
|
<h3>My books</h3>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
I'm glad to share you <a href="/my-books">the books</a> I'm currently reading.
|
||||||
|
</p>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,13 @@
|
|||||||
|
<page>
|
||||||
|
title: My books
|
||||||
|
</page>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<section>
|
<section>
|
||||||
<h2>My books</h2>
|
<h2>My books</h2>
|
||||||
|
|
||||||
<p>I used to read so little, but in 2021, I decided to take example of CGP Grey and add as one of my theme to read
|
<p>
|
||||||
|
I used to read so little, but in 2021, I decided to take example of CGP Grey and add as one of my theme to read
|
||||||
more and write more.
|
more and write more.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
Reference in New Issue
Block a user