RC: (upload) astro initial structure
This commit is contained in:
17
src/pages/index.astro
Normal file
17
src/pages/index.astro
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
import ParallaxHero from '../components/ParallaxHero.astro';
|
||||
import HomelabStatus from '../components/HomelabStatus.astro';
|
||||
import RecentPosts from '../components/RecentPosts.astro';
|
||||
---
|
||||
|
||||
<BaseLayout title="Home">
|
||||
<ParallaxHero />
|
||||
|
||||
<!-- <RecentPosts /> -->
|
||||
|
||||
<hr class="glow-divider container" />
|
||||
|
||||
<HomelabStatus />
|
||||
|
||||
</BaseLayout>
|
||||
Reference in New Issue
Block a user