Compare commits
2 Commits
f00add4960
...
32db6a4cf4
| Author | SHA1 | Date | |
|---|---|---|---|
| 32db6a4cf4 | |||
| 8004e2a8ef |
Binary file not shown.
@@ -4,19 +4,21 @@
|
||||
|
||||
let { data } = $props();
|
||||
let blogs = data.blogs as BlogEntry[];
|
||||
let desc =
|
||||
"This is a collection of things I've set up and created that I think might interest others.";
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Home - Amys Blog</title>
|
||||
<meta property="og:title" content="Home - Amys Blog" />
|
||||
<meta property="og:description" content={desc} />
|
||||
<meta property="og:image" content="https://madeio.net/blog-covers/flame.jpg" />
|
||||
</svelte:head>
|
||||
|
||||
<main>
|
||||
<div class="media-margin">
|
||||
<h1>Hi, I'm Amy</h1>
|
||||
<p>
|
||||
This is a collection of things I've set up and created that I think might interest others.
|
||||
</p>
|
||||
<p>{desc}</p>
|
||||
</div>
|
||||
{#each blogs as blog (blog.src)}
|
||||
<a href={blog.src} target={blog.src_target} class="blog-entry">
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 68 KiB |
Reference in New Issue
Block a user