adding honey chicken recipe
All checks were successful
Build and Deploy Recipes / deploy (push) Successful in 28s

This commit is contained in:
2025-04-13 02:49:45 +00:00
parent a587ed146e
commit 03cebbd104
8 changed files with 77 additions and 50 deletions

View File

@@ -1,34 +0,0 @@
kind: pipeline
name: default
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive --remote
- name: build
image: plugins/hugo
settings:
hugo_version: 0.80.0
pull: always
validate: true
- name: deploy
image: appleboy/drone-scp
settings:
host: 192.168.1.150
target: /mnt/data/websites/recipes/site/
source: public/*
username:
from_secret: ssh_username
password:
from_secret: ssh_password
port:
from_secret: ssh_port
when:
branch:
- master
event:
exclude:
- pull_request

View File

@@ -20,7 +20,7 @@ jobs:
- name: Setup Hugo - name: Setup Hugo
uses: https://github.com/peaceiris/actions-hugo@v2 uses: https://github.com/peaceiris/actions-hugo@v2
with: with:
hugo-version: '0.80.0' hugo-version: '0.146.3'
# extended: true # extended: true
- name: Build - name: Build

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
public/
hugo
.hugo_build.lock

View File

View File

@@ -28,30 +28,30 @@ fileName = "/images/favicon.svg" #your favicon here if you wish to change it.
[[menu.main]] [[menu.main]]
name = "Home" name = "Home"
pre = "fas fa-home" #icon, change if you would prefer a different icon pre = "fas fa-home" #icon, change if you would prefer a different icon
url = "/" pageRef = "/"
weight = 1 weight = 1
[[menu.main]] [[menu.main]]
name = "Categories" # change to w/e you want, tags or categories works best name = "Categories" # change to w/e you want, tags or categories works best
pre = "fas fa-tags" #icon, change if you would prefer a different icon pre = "fas fa-tags" #icon, change if you would prefer a different icon
url = "/tags/" pageRef = "/tags/"
weight = 2 weight = 2
# Print output just creates a special route for a print view # Print output just creates a special route for a print view
[outputs] [outputs]
home = ["HTML", "RSS", "JSON"] home = ["html", "rss", "json"]
page = ["HTML", "PRINT"] page = ["html", "print"]
# The settings for the print format # The settings for the print format
[outputFormats] [outputFormats]
[outputFormats.printFormat] [outputFormats.print]
name = "print" name = "print"
mediaType = "text/html" mediaType = "text/html"
baseName = "print" baseName = "print"
isPlainText = false isPlainText = false
rel = "print" rel = "print"
isHTML = true isHTML = true
noUgly = true noUgly = true
permalinkable = true permalinkable = true
path = "print" path = "print"

View File

@@ -0,0 +1,58 @@
---
draft: false
title: "Honey Garlic Chicken"
author: Jared Swets
recipe_image: /images/recipe-headers/honey-garlic-chicken.png #The image for your recipe
image_width: 512
image_height: 512
date: 2025-03-09T21:47:51-05:00
tags: ["dinner", "crockpot"] #tags for your recipe
tagline: "Tasty easy chicken and rice"
servings: 4
prep_time: 15 #in minutes #can be BLANK
cook: true # If we are cooking this, leave true, if we are cooling set to false
cook_increment: hours # set to minutes or hours
cook_time: 6 #in minutes or hours #can be BLANK
calories: 570 #in kcal #can be BLANK
# For ingredient subheadings (if you use them), please use the h4 header. For print view I have those elements targeted
---
## Ingredients
- 4 boneless, skinless chicken thighs
- 1/2 cup soy sauce
- 1/2 cup honey
- 1/4 cup ketchup
- 1/4 cup chicken broth
- 1 tbsp minced garlic
- 1/2 tsp dried basil
- 1/2 tsp dried oregano
- 1/4 tsp crushed red pepper flakes (optional)
- 1 tbsp cornstarch mixed with 2 tbsp water (for thickening)
- Cooked rice, for serving
- Sliced green onions, for garnish
- Sesame seeds, for garnish
#### Prepare the Sauce
1. In a bowl, mix soy sauce, honey, ketchup, chicken broth, minced garlic, dried basil, dried oregano, and crushed red pepper flakes (if using).
2. Place the chicken thighs in the slow cooker.
1. Pour the sauce over the chicken.
#### Cook
3. Cook on low for 6-7 hours or on high for 3-4 hours, until the chicken is tender.
#### Thicken the Sauce (Optional):
4. Remove the chicken from the slow cooker and keep warm.
1. Stir in the cornstarch mixture to the sauce in the slow cooker.
2. Cook on high for an additional 10-15 minutes, until the sauce thickens.
#### Serve
5. Serve the honey garlic chicken over cooked rice.
1. Garnish with sliced green onions and sesame seeds.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB