SEO bits. styling bits, nvmrc
This commit is contained in:
parent
363014ae07
commit
f9f29d6be7
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"title": "Rik Berkelder",
|
||||||
|
"url": "https://riksolo.com",
|
||||||
|
"author": "Rik Berkelder"
|
||||||
|
}
|
|
@ -4,6 +4,7 @@ title: "Opinions on the Shure SE215 In-Ear Monitors"
|
||||||
date: "2021-04-22"
|
date: "2021-04-22"
|
||||||
modified: "2021-04-23"
|
modified: "2021-04-23"
|
||||||
description: "Personal thoughts on a pair of in-ears I bought."
|
description: "Personal thoughts on a pair of in-ears I bought."
|
||||||
|
eleventyExcludeFromCollections: true
|
||||||
---
|
---
|
||||||
<span class="text-sm">Disclaimer: This should not be trusted as a review. While I enjoy good audio, I am by no means an expert.</span>
|
<span class="text-sm">Disclaimer: This should not be trusted as a review. While I enjoy good audio, I am by no means an expert.</span>
|
||||||
|
|
||||||
|
|
|
@ -8,53 +8,66 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&display=swap" rel="stylesheet">
|
||||||
<link rel="stylesheet" type="text/css" href="/style.css" />
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="robots" content="index, follow" />
|
<meta name="robots" content="index, follow" />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<meta name="language" content="English" />
|
<meta name="language" content="English" />
|
||||||
<meta name="google-site-verification" content="x17arJy33V33DYnmMYybZciXngFd8R8xn1UZRdp7qxo" />
|
<meta name="google-site-verification" content="x17arJy33V33DYnmMYybZciXngFd8R8xn1UZRdp7qxo" />
|
||||||
|
|
||||||
<title>{% if title %}{{title}} | {% endif %}Rik Berkelder</title>
|
<link rel="canonical" href="{{site.url}}{{page.url | url}}" />
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
{%if tags.includes("blogpost")%}
|
||||||
<div class="container">
|
<meta property="og:type" content="article" />
|
||||||
<div class="nav">
|
{%if description %}
|
||||||
<a class="d-inline-block main-logo" href="/">
|
<meta property="og:description" content="{{description}}" />
|
||||||
<img src="/img/RB-w.png" alt="RB logo" eleventy:widths="100" />
|
{% endif %}
|
||||||
Rik Berkelder
|
<meta property="og:title" content="{{title}}" />
|
||||||
</a>
|
<meta property="og:url" content="{{site.url}}{{page.url | url}}" />
|
||||||
<div class="nav-links">
|
<meta property="og:sitename" content="{{site.title}}" />
|
||||||
<div class="d-inline-block">
|
<meta property="og:image" content="{{site.url}}/img/RB-w.png" />
|
||||||
{{navItem("Home", "/")}}
|
{%endif%}
|
||||||
{{navItem("Blog", "/blog")}}
|
|
||||||
{{navItem("Contact", "/contact", false)}}
|
<title>{% if title %}{{title}} | {% endif %}{{site.title}}</title>
|
||||||
</div>
|
</head>
|
||||||
<div class="d-inline-block">
|
|
||||||
<span> | </span>
|
<body>
|
||||||
{{navItem("Mastodon", "https://dook.business/@RikSolo")}}
|
<div class="container">
|
||||||
{{navItem("Instagram", "https://instagram.com/RikBerkelder", false)}}
|
<div class="nav">
|
||||||
</div>
|
<a class="d-inline-block main-logo" href="/">
|
||||||
<div class="d-inline-block">
|
<img src="/img/RB-w.png" alt="RB logo" eleventy:widths="100" />
|
||||||
<span> | </span>
|
Rik Berkelder
|
||||||
{{navItem("RBLicht", "https://rblicht.nl", true, '_blank')}}
|
</a>
|
||||||
{{navItem("RBSolutions", "https://rbsolutions.cc", false, '_blank')}}
|
<div class="nav-links">
|
||||||
</div>
|
<div class="d-inline-block">
|
||||||
|
{{navItem("Home", "/")}}
|
||||||
|
{{navItem("Blog", "/blog")}}
|
||||||
|
{{navItem("Contact", "/contact", false)}}
|
||||||
|
</div>
|
||||||
|
<div class="d-inline-block">
|
||||||
|
<span> | </span>
|
||||||
|
{{navItem("Mastodon", "https://dook.business/@RikSolo")}}
|
||||||
|
{{navItem("Instagram", "https://instagram.com/RikBerkelder", false)}}
|
||||||
|
</div>
|
||||||
|
<div class="d-inline-block">
|
||||||
|
<span> | </span>
|
||||||
|
{{navItem("RBLicht", "https://rblicht.nl", true, '_blank')}}
|
||||||
|
{{navItem("RBSolutions", "https://rbsolutions.cc", false, '_blank')}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{{content | safe}}
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<script src="//instant.page/5.2.0" type="module"
|
{{content | safe}}
|
||||||
integrity="sha384-jnZyxPjiipYXnSU0ygqeac2q7CVYMbh84q0uHVRRxEtvFPiQYbXWUorga2aqZJ0z"></script>
|
|
||||||
</body>
|
</div>
|
||||||
|
<script src="//instant.page/5.2.0" type="module"
|
||||||
|
integrity="sha384-jnZyxPjiipYXnSU0ygqeac2q7CVYMbh84q0uHVRRxEtvFPiQYbXWUorga2aqZJ0z"></script>
|
||||||
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -0,0 +1,4 @@
|
||||||
|
Sitemap: https://riksolo.com/sitemap.xml
|
||||||
|
|
||||||
|
User-agent: *
|
||||||
|
Disallow:
|
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
permalink: /sitemap.xml
|
||||||
|
eleventyExcludeFromCollections: true
|
||||||
|
---
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
|
{% for page in collections.all %}
|
||||||
|
{% if not page.data.draft %}
|
||||||
|
<url>
|
||||||
|
<loc>{{ site.url }}{{ page.url | url }}</loc>
|
||||||
|
<lastmod>{{ page.date.toISOString() }}</lastmod>
|
||||||
|
<changefreq>{{ page.data.changeFreq if page.data.changeFreq else "monthly" }}</changefreq>
|
||||||
|
</url>
|
||||||
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
|
</urlset>
|
|
@ -56,6 +56,30 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ol:not(ol *, ul *),
|
||||||
|
ul:not(ol *, ul *) {
|
||||||
|
margin-left: 0rem;
|
||||||
|
margin-bottom: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol p,
|
||||||
|
ul p {
|
||||||
|
margin: 0.3rem 0rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol {
|
||||||
|
list-style-type: decimal;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style-type: none;
|
||||||
|
|
||||||
|
li::before {
|
||||||
|
content: "- "
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -148,3 +172,7 @@ img {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.list-dash>li::before {
|
||||||
|
content: "- "
|
||||||
|
}
|
|
@ -28,6 +28,8 @@ export default async function (eleventyConfig) {
|
||||||
|
|
||||||
//Images
|
//Images
|
||||||
eleventyConfig.addPlugin(eleventyImageTransformPlugin);
|
eleventyConfig.addPlugin(eleventyImageTransformPlugin);
|
||||||
|
|
||||||
|
eleventyConfig.addPassthroughCopy("content/robots.txt");
|
||||||
}
|
}
|
||||||
|
|
||||||
export const config = {
|
export const config = {
|
||||||
|
|
Loading…
Reference in New Issue