From fe7c149811f2e20c055ad0375aff05d29491efb4 Mon Sep 17 00:00:00 2001
From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>
Date: Sat, 4 May 2024 01:05:04 +0200
Subject: Rebuild the site in Astro
Add licence
Update site name in header to match README.md
Add missing metadescription, opengraph and link to RSS
Update Astro configuration to include sitemap integration with priority and changefreq settings
New post
---
layouts/partials/ld/person.html | 45 ----------------------------------------
layouts/partials/ld/post.html | 26 -----------------------
layouts/partials/ld/website.html | 8 -------
3 files changed, 79 deletions(-)
delete mode 100644 layouts/partials/ld/person.html
delete mode 100644 layouts/partials/ld/post.html
delete mode 100644 layouts/partials/ld/website.html
(limited to 'layouts/partials/ld')
diff --git a/layouts/partials/ld/person.html b/layouts/partials/ld/person.html
deleted file mode 100644
index f329ae7..0000000
--- a/layouts/partials/ld/person.html
+++ /dev/null
@@ -1,45 +0,0 @@
-
\ No newline at end of file
diff --git a/layouts/partials/ld/post.html b/layouts/partials/ld/post.html
deleted file mode 100644
index 0afa7ad..0000000
--- a/layouts/partials/ld/post.html
+++ /dev/null
@@ -1,26 +0,0 @@
-
\ No newline at end of file
diff --git a/layouts/partials/ld/website.html b/layouts/partials/ld/website.html
deleted file mode 100644
index 421250f..0000000
--- a/layouts/partials/ld/website.html
+++ /dev/null
@@ -1,8 +0,0 @@
-
\ No newline at end of file
--
cgit v1.3