43 lines
3 KiB
JavaScript
43 lines
3 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: () => _2020_02_20_introducing_eating_disorders,
|
||
|
|
metadata: () => metadata
|
||
|
|
});
|
||
|
|
module.exports = __toCommonJS(stdin_exports);
|
||
|
|
var import_index_10ac95e2 = require("./index-10ac95e2.js");
|
||
|
|
const metadata = {
|
||
|
|
"title": "Re-publishing my writing on my experiences with food and eating disorders",
|
||
|
|
"author": "Thomas Wilson",
|
||
|
|
"draft": false,
|
||
|
|
"date": "2020-02-20T00:00:00.000Z",
|
||
|
|
"slug": "introducing-eating-anthology",
|
||
|
|
"tags": ["eating-disorder"]
|
||
|
|
};
|
||
|
|
const _2020_02_20_introducing_eating_disorders = (0, import_index_10ac95e2.c)(($$result, $$props, $$bindings, slots) => {
|
||
|
|
return `<p><strong>tl;dr</strong> - I have moved the writing I have created on my experiences with eating disorders to this site (and off of Medium.). You can find them <a href="${"/eating-anthology"}">here</a>.</p>
|
||
|
|
<p>For at least the past five years, my mental health has been affected through and alongside a weird relationship with food, exercise, and eating. I find writing helps me clarify my thoughts and my situation to me. While a lot of this writing is intentionally private, there are a couple of piece I want to be publicly available.</p>
|
||
|
|
<p>Back when I published my first piece on this subject, I put it on medium.com - however that site has recently favoured the advertiser over the reader. Back in 2016 it was very much the opposite, and while I understand they need to make money from people reading their writing - I don\u2019t, and so I can afford to favour the reader experience. When I\u2019ve written something so personal and meaningful, I wanted people to read it in the same way.</p>
|
||
|
|
<p>So I have collated my writing into a small anthology, which you can find on my personal site, <a href="${"/eating-anthology"}">here</a> or each piece individually at:</p>
|
||
|
|
<ul><li>2016: <a href="${"/eating-anthology/2016"}">My Eating Disorder Was Dangerous Because It Was Powerful</a></li>
|
||
|
|
<li>2017: <a href="${"/eating-anthology/2017"}">Loss and my ED</a></li>
|
||
|
|
<li>2020: <a href="${"/eating-anthology/2020"}">My eating disorder will always remind me of the person I was, and am</a></li></ul>
|
||
|
|
<p>I\u2019ve left the initial pieces as untouched - with only some minor styling changes to bring some of the long lyrics I mention into life.</p>`;
|
||
|
|
});
|