mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 03:56:19 +02:00
initial environment setup
This commit is contained in:
commit
9d2be2a82e
15 changed files with 13276 additions and 0 deletions
8
src/pages/index.astro
Normal file
8
src/pages/index.astro
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
import Welcome from '../components/Welcome.astro'
|
||||
import Layout from '../layouts/Layout.astro'
|
||||
---
|
||||
|
||||
<Layout>
|
||||
<Welcome />
|
||||
</Layout>
|
Loading…
Add table
Add a link
Reference in a new issue