+
+
\ No newline at end of file
diff --git a/src/lib/components/heroPost.svelte b/src/lib/components/heroPost.svelte
index 0c8a0f0..42b3328 100644
--- a/src/lib/components/heroPost.svelte
+++ b/src/lib/components/heroPost.svelte
@@ -1,6 +1,6 @@
+
+
+
+
\ No newline at end of file
diff --git a/src/lib/components/posts/described.svelte b/src/lib/components/posts/described.svelte
new file mode 100644
index 0000000..f9d89a7
--- /dev/null
+++ b/src/lib/components/posts/described.svelte
@@ -0,0 +1,13 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/lib/components/posts/image.svelte b/src/lib/components/posts/image.svelte
new file mode 100644
index 0000000..6135386
--- /dev/null
+++ b/src/lib/components/posts/image.svelte
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/lib/layouts/post.svelte b/src/lib/layouts/post.svelte
index b072fff..b38c383 100644
--- a/src/lib/layouts/post.svelte
+++ b/src/lib/layouts/post.svelte
@@ -5,11 +5,28 @@
export let title;
export let date;
export let description;
+ export let categories;
+ export let bigThumbnail;
+ export let thumbnail;
{title} - Daniel Bulant
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -17,13 +34,27 @@
{title}
Written {DateTime.fromISO(date).toRelativeCalendar()}
+
+
+
+
+
\ No newline at end of file
diff --git a/src/routes/index.svelte b/src/routes/index.svelte
index 1faf5da..9fbb1cd 100644
--- a/src/routes/index.svelte
+++ b/src/routes/index.svelte
@@ -13,6 +13,7 @@