From b7f624872bfdb61a44178a64a0f19c0026ba323d Mon Sep 17 00:00:00 2001 From: resynth1943 <resynth1943@tutanota.com> Date: Thu, 2 Jul 2020 20:22:40 +0100 Subject: [PATCH] Take out some Synth stuff --- .eleventy.js | 6 ------ articles/_data.json | 14 -------------- 2 files changed, 20 deletions(-) delete mode 100644 articles/_data.json diff --git a/.eleventy.js b/.eleventy.js index a60d522..902c7d0 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -15,12 +15,6 @@ module.exports = function(eleventyConfig) { eleventyConfig.addPlugin(pluginNavigation); eleventyConfig.addPlugin(pluginSEO); - - redirect('/2020/03/14/The-Discord-privacy-scandal.html', '/articles/discord.html'); - redirect('/2020/05/02/Twitter-we-need-a-break.html', '/articles/twitter.html'); - redirect('/2020/05/02/Twitter-we-need-a-break.html', '/articles/mastodon.html'); - redirect('/2020/05/18/Isolation-the-effects-on-mental-health.html', '/articles/isolation.html'); - eleventyConfig.addShortcode('removeTrailingSlash', string => string.replace(/\/$/, '')); eleventyConfig.setDataDeepMerge(true); diff --git a/articles/_data.json b/articles/_data.json deleted file mode 100644 index b20b305..0000000 --- a/articles/_data.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "a-new-platform": { - "title": "A New Platform.", - "category": "/2020/06/", - "date": "06/06/2020", - "summary": "The new blog is here!" - }, - "discord": { - "title": "Discord", - "category": "/2020/06/", - "date": "08/06/2020", - "summary": "Were we wrong to switch to Discord?" - } -} \ No newline at end of file -- GitLab