diff --git a/_config_theme.yml b/_config_theme.yml index 96bd9c01..9fc387eb 100644 --- a/_config_theme.yml +++ b/_config_theme.yml @@ -3,6 +3,11 @@ title: LizardByte author: LizardByte + +amazon_products: + enabled: true + affiliate_tag: 'lizardbyte-blog-20' + navbar-links: ❤ Donate: - GitHub: "https://github.com/sponsors/LizardByte" diff --git a/_data/amazon_products.yml b/_data/amazon_products.yml new file mode 100644 index 00000000..2fbde900 --- /dev/null +++ b/_data/amazon_products.yml @@ -0,0 +1,55 @@ +--- +# Amazon Affiliate Products +# Each product can have multiple tags for categorization +# Tags help match products to relevant blog posts +# Note: The affiliate tag is configured in _config.yml as 'amazon_products.affiliate_tag' + +- title: >- + ASUS TUF Gaming GeForce RTX ™ 5070 12GB GDDR7 OC Edition Gaming Graphics Card + (PCIe® 5.0, HDMI®/DP 2.1, 3.125-slot, Military-Grade Components, Protective PCB Coating, axial-tech Fans) + image: "https://m.media-amazon.com/images/I/815-M4vy8JL._AC_SL1500_.jpg" + link: "https://www.amazon.com/dp/B0DS6S98ZF" + tags: + - gpu + - computer hardware + - gaming + - streaming + +- title: "AMD Ryzen™ 9 9900X 12-Core, 24-Thread Unlocked Desktop Processor" + image: "https://m.media-amazon.com/images/I/61dukbEGziL._AC_SL1500_.jpg" + link: "https://www.amazon.com/dp/B0D6NN87T8" + tags: + - cpu + - computer hardware + - gaming + - streaming + +- title: >- + Elgato Stream Deck MK.2 – + Studio Controller, 15 macro keys, trigger actions in apps and software like OBS, Twitch, ​YouTube and more, + works with Mac and PC + image: "https://m.media-amazon.com/images/I/61gtdFnK+UL._AC_SL1500_.jpg" + link: "https://www.amazon.com/dp/B09738CV2G" + tags: + - streaming + - accessories + - content creation + +- title: "Logitech for Creators Blue Microphones Yeti USB Microphone (Blackout)" + image: "https://m.media-amazon.com/images/I/61KTMvS5JBL._AC_SL1500_.jpg" + link: "https://www.amazon.com/dp/B00N1YPXW2" + tags: + - audio + - streaming + - content creation + - accessories + +- title: >- + SAMSUNG 990 PRO SSD 2TB NVMe M.2 PCIe Gen4, M.2 2280 Internal Solid State Hard Drive, + Seq. Read Speeds Up to 7,450 MB/s for High End Computing, Gaming, and Heavy Duty Workstations, MZ-V9P2T0B/AM + image: "https://m.media-amazon.com/images/I/71OWtcxKgvL._AC_SL1500_.jpg" + link: "https://www.amazon.com/dp/B0BHJJ9Y77" + tags: + - storage + - computer hardware + - gaming diff --git a/api/amazon_products.json b/api/amazon_products.json new file mode 100644 index 00000000..fd087fd5 --- /dev/null +++ b/api/amazon_products.json @@ -0,0 +1,4 @@ +--- +layout: null +--- +{{ site.data.amazon_products | jsonify }} diff --git a/third-party/beautiful-jekyll b/third-party/beautiful-jekyll index af0fd553..177c8c72 160000 --- a/third-party/beautiful-jekyll +++ b/third-party/beautiful-jekyll @@ -1 +1 @@ -Subproject commit af0fd55369a6014908dddd49c0bf6a072713cd3b +Subproject commit 177c8c728b25ee48efaba51be7e8933dfe4b2d2c