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/_default/_markup/render-heading.html | 4 --- layouts/_default/baseof.html | 42 ---------------------------- layouts/_default/single.html | 9 ------ 3 files changed, 55 deletions(-) delete mode 100644 layouts/_default/_markup/render-heading.html delete mode 100644 layouts/_default/baseof.html delete mode 100644 layouts/_default/single.html (limited to 'layouts/_default') diff --git a/layouts/_default/_markup/render-heading.html b/layouts/_default/_markup/render-heading.html deleted file mode 100644 index dd16877..0000000 --- a/layouts/_default/_markup/render-heading.html +++ /dev/null @@ -1,4 +0,0 @@ - - # - {{ .Text | safeHTML }} - \ No newline at end of file diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html deleted file mode 100644 index 7015d95..0000000 --- a/layouts/_default/baseof.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - {{ .Page.Title }} - Ariel Costas - - - - - - - - - - - {{- $stylesheetOptions := dict "transpiler" "libsass" }} - {{ $mainStylesheet := resources.Get "css/base.scss" | resources.ToCSS $stylesheetOptions | resources.Minify | resources.Fingerprint }} - - - {{ block "head_extras" . }} - {{ end }} - - - - {{ partial "partials/header.html" . }} - -
- {{ block "main" . }} - {{ end }} -
- - {{ partial "partials/footer.html" . }} - - {{ $script := resources.Get "js/navbar.js" | minify }} - - - - \ No newline at end of file diff --git a/layouts/_default/single.html b/layouts/_default/single.html deleted file mode 100644 index f87f4b3..0000000 --- a/layouts/_default/single.html +++ /dev/null @@ -1,9 +0,0 @@ -{{ define "main" }} -

{{ .Title }}

-

- {{ if gt .Date.Unix 0 }} - - {{ end }} -

-{{ .Content }} -{{ end }} \ No newline at end of file -- cgit v1.3