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 Layout from "../layouts/Layout.astro";
|
||||||
import Intro from "../components/Intro.astro";
|
import Intro from "../components/Intro.astro";
|
||||||
import Projects from "../components/Projects.astro";
|
import Projects from "../components/Projects.astro";
|
||||||
|
import Blog from "../components/Blog.astro";
|
||||||
import WaveDivider from "../components/WaveDivider.astro";
|
import WaveDivider from "../components/WaveDivider.astro";
|
||||||
import Webring from "../components/Webring.astro";
|
import Webring from "../components/Webring.astro";
|
||||||
import SpotifyNowPlaying from "../components/SpotifyNowPlaying.astro";
|
import SpotifyNowPlaying from "../components/SpotifyNowPlaying.astro";
|
||||||
|
|
@ -20,15 +21,18 @@ const variables = {
|
||||||
<Intro name={variables.name} subtitle={variables.subtitles} />
|
<Intro name={variables.name} subtitle={variables.subtitles} />
|
||||||
<WaveDivider color="rosewater" speed={100} size={0.8} direction="left" />
|
<WaveDivider color="rosewater" speed={100} size={0.8} direction="left" />
|
||||||
|
|
||||||
|
<Blog />
|
||||||
|
<WaveDivider color="teal" speed={100} size={0.8} direction="left" />
|
||||||
|
|
||||||
<Projects />
|
<Projects />
|
||||||
<WaveDivider color="flamingo" speed={100} size={0.8} direction="right" />
|
<WaveDivider color="flamingo" speed={100} size={0.8} direction="right" />
|
||||||
|
|
||||||
<SpotifyNowPlaying />
|
<SpotifyNowPlaying />
|
||||||
<WaveDivider color="mauve" speed={100} size={0.8} direction="left" />
|
<WaveDivider color="mauve" speed={100} size={0.8} direction="left" />
|
||||||
|
|
||||||
<Webring />
|
<!--<Webring />
|
||||||
<WaveDivider color="pink" speed={100} size={0.8} direction="right" />
|
<WaveDivider color="pink" speed={100} size={0.8} direction="right" />
|
||||||
|
-->
|
||||||
<Socials />
|
<Socials />
|
||||||
</main>
|
</main>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue