Nuxt Content 3 migration #12

Merged
eggy merged 81 commits from js into master 2022-08-10 18:38:39 -04:00
2 changed files with 14 additions and 0 deletions
Showing only changes of commit 169796f58c - Show all commits

View File

@ -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>

View File

@ -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>