diff --git a/.gitignore b/.gitignore index e9e5974..b72b80f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ hugo_stats.json # Temporary lock file while building /.hugo_build.lock + +**/.DS_Store \ No newline at end of file diff --git a/config.toml b/config.toml index 53aa950..505d555 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ -baseURL = 'https://based.cooking/' +baseURL = 'https://publicdomainrecipes.com' languageCode = 'en-us' -title = 'Based Cooking' +title = 'Public Domain Recipes' theme = 'lugo' [params] @@ -13,3 +13,4 @@ theme = 'lugo' [markup.goldmark] [markup.goldmark.renderer] unsafe = true +theme = 'lugo' diff --git a/content/_index.md b/content/_index.md index a9dd5d7..498e400 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,5 @@ --- -title: "🍲 Based Cooking 🍳" +title: "🍲 Public Domain Recipes 🍳" description: 'The fast-loading recipe site with cooking only and no ads.' layout: single --- @@ -70,16 +70,11 @@ document.addEventListener("DOMContentLoaded", () => { ## About this site -Founded to provide a simple online cookbook without ads and obese web design. -See the story of this site unfold in three videos: +This recipe website is designed to be simple and with no ads or tracking. All recipes are public domain and free for anyone to share. Originally forked from Luke Smith's based.cooking project. -- [A Demonstration of Modern Web Bloat](https://odysee.com/@Luke:7/a-demonstration-of-modern-web-bloat:f) -- [The War Against Web Bloat Continues...](https://odysee.com/@Luke:7/the-war-against-web-bloat-continues...:a) -- [SoyDevs DESTROYED Epic Style by Based Cooking!](https://odysee.com/@Luke:7/soydevs-destroyed-epic-style-by-based:6) +## How to add a recipe -## It's easy to contribute! - -New recipes can be submitted [on Github](https://github.com/lukesmithxyz/based.cooking). +New recipes can be submitted [on Github](https://github.com/ronaldlong46/public-domain-recipes). We are funded by you only, not 20MB of ads or privacy-violating trackers per page. {{< crypto >}} diff --git a/layouts/shortcodes/crypto.html b/layouts/shortcodes/crypto.html deleted file mode 100644 index f6ff83e..0000000 --- a/layouts/shortcodes/crypto.html +++ /dev/null @@ -1,16 +0,0 @@ -
-
-
- Monero
-84N9N3DMWhQ9cstHwGEjo8hEvm9bjeYgjV5fLrGK6TmA9iVPjnU7NMUT7gyAc22UgGAVTCUgReQ1J67znhWP3L52Usfw6jg
-
-Monero QR Code -
-
-
- Bitcoin
-bc1q763s4ud0hgfa66ce64gyh6tsss49vyk5cqcm6w
-
-Bitcoin QR Code -
-
diff --git a/static/pix/bitcoin-based-cooking.png b/static/pix/bitcoin-based-cooking.png deleted file mode 100644 index 1c5c8af..0000000 Binary files a/static/pix/bitcoin-based-cooking.png and /dev/null differ diff --git a/static/pix/monero-based-cooking.png b/static/pix/monero-based-cooking.png deleted file mode 100644 index a2420a5..0000000 Binary files a/static/pix/monero-based-cooking.png and /dev/null differ