43 lines
2.1 KiB
JavaScript
43 lines
2.1 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_10_11_back_in_office,
|
|
metadata: () => metadata
|
|
});
|
|
module.exports = __toCommonJS(stdin_exports);
|
|
var import_index_10ac95e2 = require("./index-10ac95e2.js");
|
|
const metadata = {
|
|
"title": "Back in office: summer 2021",
|
|
"author": "Thomas Wilson",
|
|
"date": "2021-10-11T07:16:00.000Z",
|
|
"slug": "2021-10-11-back-in-office",
|
|
"draft": false
|
|
};
|
|
const _2021_10_11_back_in_office = (0, import_index_10ac95e2.c)(($$result, $$props, $$bindings, slots) => {
|
|
return `<p>After a year and a half of very new normal, summer 2021 was pretty perfect. I mean, the weather wasn\u2019t summery, being around a lot of strangers (and even friends) felt odd, and there seemed an <em>awful</em> lot of pressure to make this The Best Summer Ever.</p>
|
|
<p>I\u2019m pretty grateful for a lot of small moments this summer. </p>
|
|
<p>Here are some of those moments:</p>
|
|
<ul><li>Moved to Oxford and filled a moderate-sized house with an unwise number of plants </li>
|
|
<li>Climbed Helvellyn and Haystacks in the Lake District </li>
|
|
<li>Ate food outside with friends</li>
|
|
<li>Ate food inside with family</li>
|
|
<li>Watched campfires </li>
|
|
<li>Drank gin on hot evenings and cold nights from between clinking ice and wedges of citrus</li>
|
|
<li>Cycled through sunny mornings and afternoons</li></ul>`;
|
|
});
|