feat: add thymeleaf assets processor

Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
Ryan Wang
2022-07-29 18:06:56 +08:00
parent ceceb37349
commit a46eebfb87
20 changed files with 265 additions and 30 deletions
+4
View File
@@ -1,9 +1,13 @@
---
import Layout from "../layouts/Layout.astro";
import PostCard from "../components/PostCard.vue"
import dayjs from 'dayjs'
const now = dayjs()
---
<Layout title="Welcome to Post Page.">
<time>{now}</time>
<main>
<PostCard client:visible />
</main>