Add Blog section and comment out webring
This commit is contained in:
parent
0373fa56d1
commit
247e2ff3c2
|
|
@ -2,6 +2,7 @@
|
|||
import Layout from "../layouts/Layout.astro";
|
||||
import Intro from "../components/Intro.astro";
|
||||
import Projects from "../components/Projects.astro";
|
||||
import Blog from "../components/Blog.astro";
|
||||
import WaveDivider from "../components/WaveDivider.astro";
|
||||
import Webring from "../components/Webring.astro";
|
||||
import SpotifyNowPlaying from "../components/SpotifyNowPlaying.astro";
|
||||
|
|
@ -20,15 +21,18 @@ const variables = {
|
|||
<Intro name={variables.name} subtitle={variables.subtitles} />
|
||||
<WaveDivider color="rosewater" speed={100} size={0.8} direction="left" />
|
||||
|
||||
<Blog />
|
||||
<WaveDivider color="teal" speed={100} size={0.8} direction="left" />
|
||||
|
||||
<Projects />
|
||||
<WaveDivider color="flamingo" speed={100} size={0.8} direction="right" />
|
||||
|
||||
<SpotifyNowPlaying />
|
||||
<WaveDivider color="mauve" speed={100} size={0.8} direction="left" />
|
||||
|
||||
<Webring />
|
||||
<!--<Webring />
|
||||
<WaveDivider color="pink" speed={100} size={0.8} direction="right" />
|
||||
|
||||
-->
|
||||
<Socials />
|
||||
</main>
|
||||
</Layout>
|
||||
|
|
|
|||
Loading…
Reference in New Issue