38 lines
2 KiB
JavaScript
38 lines
2 KiB
JavaScript
var __defProp = Object.defineProperty;
|
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
var __export = (target, all) => {
|
|
for (var name in all)
|
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
};
|
|
var __copyProps = (to, from, except, desc) => {
|
|
if (from && typeof from === "object" || typeof from === "function") {
|
|
for (let key of __getOwnPropNames(from))
|
|
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
}
|
|
return to;
|
|
};
|
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
var stdin_exports = {};
|
|
__export(stdin_exports, {
|
|
default: () => _2021_01_27_albums_2020,
|
|
metadata: () => metadata
|
|
});
|
|
module.exports = __toCommonJS(stdin_exports);
|
|
var import_index_10ac95e2 = require("./index-10ac95e2.js");
|
|
const metadata = {
|
|
"title": "My Top Albums of 2020",
|
|
"author": "Thomas Wilson",
|
|
"date": "2021-01-27T00:00:00.000Z",
|
|
"draft": false,
|
|
"slug": "2021-01-27-top-albums-2020",
|
|
"tags": ["project", "albums"]
|
|
};
|
|
const _2021_01_27_albums_2020 = (0, import_index_10ac95e2.c)(($$result, $$props, $$bindings, slots) => {
|
|
return `<p>Just a quick blog post to highlight that I\u2019ve published my 2020 <em>Top Albums of the Year</em>. You can find it <a href="${"/albums-2020"}">here</a>. Seriously, go check it out.</p>
|
|
<p>I really enjoy making little specially art-directed pages like this. It feels very \u201Cthis is what the internet was made for\u201D. It\u2019s just a quirky little bespoke designed page which oozes my love for music. No tracking, no adverts, just a quirky font and cool colour scheme.</p>
|
|
<p>If you want to take a look at last year\u2019s albums, check out my <a href="${"/albums-2019"}">Top Albums of 2019</a></p>
|
|
<p>Anyway, hope you\u2019re keeping well.</p>`;
|
|
});
|