Nuxt Content 3 migration #12
@ -6,6 +6,19 @@ import Navbar from "../components/Navbar.vue";
|
|||||||
<div class="flex flex-col items-center w-full h-full">
|
<div class="flex flex-col items-center w-full h-full">
|
||||||
<Navbar />
|
<Navbar />
|
||||||
<slot />
|
<slot />
|
||||||
|
<footer class="flex flex-col items-center p-3 bg-gray-100 w-full">
|
||||||
|
<p>Ⓒ 2022 Daniel Chen</p>
|
||||||
|
<p>
|
||||||
|
Available under the AGPL-3.0 on
|
||||||
|
<a class="underline" href="https://github.com/potatoeggy/public">
|
||||||
|
GitHub</a
|
||||||
|
>
|
||||||
|
and
|
||||||
|
<a class="underline" href="https://git.eggworld.tk/eggy/public">
|
||||||
|
Gitea
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<main class="flex flex-col items-center justify-evenly">
|
<main class="flex flex-col items-center justify-evenly">
|
||||||
<h1>Welcome!</h1>
|
<h1>Welcome!</h1>
|
||||||
|
<p>What are you here to see?</p>
|
||||||
<div class="flex justify-around items-center w-full flex-wrap gap-y-10">
|
<div class="flex justify-around items-center w-full flex-wrap gap-y-10">
|
||||||
<HomeStatBox> Latest blog post </HomeStatBox>
|
<HomeStatBox> Latest blog post </HomeStatBox>
|
||||||
<HomeStatBox>Latest story</HomeStatBox>
|
<HomeStatBox>Latest story</HomeStatBox>
|
||||||
|
Loading…
Reference in New Issue
Block a user