From 67b3c67bf9754bda7cb3280fa61e8c85e5615e66 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 7 Aug 2024 15:09:42 +1200 Subject: [PATCH] add post about premix Signed-off-by: David Young --- .../posts/changelog/premix-is-now-public.md | 31 ++++++++++++++++++ {docs/layouts => layouts}/geek-cookbook.jpg | Bin {docs/layouts => layouts}/geek-cookbook.yml | 0 .../.icons/funkypenguin.svg | 0 4 files changed, 31 insertions(+) create mode 100644 docs/blog/posts/changelog/premix-is-now-public.md rename {docs/layouts => layouts}/geek-cookbook.jpg (100%) rename {docs/layouts => layouts}/geek-cookbook.yml (100%) rename {docs/overrides => overrides}/.icons/funkypenguin.svg (100%) diff --git a/docs/blog/posts/changelog/premix-is-now-public.md b/docs/blog/posts/changelog/premix-is-now-public.md new file mode 100644 index 0000000..b849dba --- /dev/null +++ b/docs/blog/posts/changelog/premix-is-now-public.md @@ -0,0 +1,31 @@ +--- +date: 2024-08-07 +categories: + - CHANGELOG +tags: + - premix +links: + - Public Premix Repo: https://github.com/geek-cookbook/premix/ +description: Funky Penguin's Geek Cookbook Premix repo is now public - here's why.. +title: Premix is now public +--- + +# Premix is now public + +This is a copy of an [update I recently sent](https://github.com/sponsors/funkypenguin/dashboard/updates) to my GitHub sponsors.. + +After some reflection, I've made the decision to make the Geek Cookbook [Premix](/premix/) repo public, rather than sponsors-only. Instead of switching the private repo to public (*which would [potentially expose all of your forks](https://trufflesecurity.com/blog/anyone-can-access-deleted-and-private-repo-data-github)*), I've created a fresh repository at [geek-cookbook/premix](https://github.com/geek-cookbook/premix/), and will leave the private repo as-is. + +My reasoning as is follows: + +1. I've been neglecting it / you. Over the past 14 months, I've spent all my spare time / funds building [ElfHosted](https://elfhosted.com/) (*read about the journey in the monthly reports [here](https://elfhosted.com/open/)*), and it's only just showing signs of [becoming self-sustaining](https://elfhosted.com/open/jul-2024/). + + It's unrealistic to think that I'll have time/focus in the short-term to hack on recipes / premix, so in offering repo access in exchange for sponsorship, I'm setting a false expectation for support / updates. + +2. Some of the recipes / premixes need a "fresh coat of paint", and making the repo public will hopefully encourage more PRs and community engagement. + +I realize that premix access may have been your primary motivator for sponsoring me, and so you have my blessing to "un-sponsor" if you'd prefer... + +Still here? Thank you for sticking with me ❤️ , and please feel free to hit me up in [Discord][discord] with questions / comments / ideas / requests, I'd love to hear from you! :) + +--8<-- "common-links.md" diff --git a/docs/layouts/geek-cookbook.jpg b/layouts/geek-cookbook.jpg similarity index 100% rename from docs/layouts/geek-cookbook.jpg rename to layouts/geek-cookbook.jpg diff --git a/docs/layouts/geek-cookbook.yml b/layouts/geek-cookbook.yml similarity index 100% rename from docs/layouts/geek-cookbook.yml rename to layouts/geek-cookbook.yml diff --git a/docs/overrides/.icons/funkypenguin.svg b/overrides/.icons/funkypenguin.svg similarity index 100% rename from docs/overrides/.icons/funkypenguin.svg rename to overrides/.icons/funkypenguin.svg