From f9f29d6be7b93bc2d2b6af9b1f9e6ad42e84da74 Mon Sep 17 00:00:00 2001 From: Rik Berkelder Date: Tue, 4 Feb 2025 19:38:08 +0100 Subject: [PATCH] SEO bits. styling bits, nvmrc --- .nvmrc | 1 + content/_data/site.json | 5 ++ content/blogposts/2021-04-22-SE215.md | 1 + content/layouts/base.njk | 95 +++++++++++++++------------ content/robots.txt | 4 ++ content/sitemap.njk | 16 +++++ content/style.scss | 28 ++++++++ eleventy.config.js | 2 + 8 files changed, 111 insertions(+), 41 deletions(-) create mode 100644 .nvmrc create mode 100644 content/_data/site.json create mode 100644 content/robots.txt create mode 100644 content/sitemap.njk diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..4377937 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v22.13.1 \ No newline at end of file diff --git a/content/_data/site.json b/content/_data/site.json new file mode 100644 index 0000000..e1ee386 --- /dev/null +++ b/content/_data/site.json @@ -0,0 +1,5 @@ +{ + "title": "Rik Berkelder", + "url": "https://riksolo.com", + "author": "Rik Berkelder" +} \ No newline at end of file diff --git a/content/blogposts/2021-04-22-SE215.md b/content/blogposts/2021-04-22-SE215.md index e919fc5..39e3f0a 100644 --- a/content/blogposts/2021-04-22-SE215.md +++ b/content/blogposts/2021-04-22-SE215.md @@ -4,6 +4,7 @@ title: "Opinions on the Shure SE215 In-Ear Monitors" date: "2021-04-22" modified: "2021-04-23" description: "Personal thoughts on a pair of in-ears I bought." +eleventyExcludeFromCollections: true --- Disclaimer: This should not be trusted as a review. While I enjoy good audio, I am by no means an expert. diff --git a/content/layouts/base.njk b/content/layouts/base.njk index 57112b9..450967b 100644 --- a/content/layouts/base.njk +++ b/content/layouts/base.njk @@ -8,53 +8,66 @@ - - - - - + + + + + - - - - - - + + + + + + - {% if title %}{{title}} | {% endif %}Rik Berkelder - + - -
-