adding honey chicken recipe
All checks were successful
Build and Deploy Recipes / deploy (push) Successful in 28s
All checks were successful
Build and Deploy Recipes / deploy (push) Successful in 28s
This commit is contained in:
@@ -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
|
@@ -20,7 +20,7 @@ jobs:
|
||||
- name: Setup Hugo
|
||||
uses: https://github.com/peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: '0.80.0'
|
||||
hugo-version: '0.146.3'
|
||||
# extended: true
|
||||
|
||||
- name: Build
|
||||
|
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
public/
|
||||
hugo
|
||||
.hugo_build.lock
|
10
config.toml
10
config.toml
@@ -28,24 +28,24 @@ fileName = "/images/favicon.svg" #your favicon here if you wish to change it.
|
||||
[[menu.main]]
|
||||
name = "Home"
|
||||
pre = "fas fa-home" #icon, change if you would prefer a different icon
|
||||
url = "/"
|
||||
pageRef = "/"
|
||||
weight = 1
|
||||
[[menu.main]]
|
||||
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
|
||||
url = "/tags/"
|
||||
pageRef = "/tags/"
|
||||
weight = 2
|
||||
|
||||
|
||||
# Print output just creates a special route for a print view
|
||||
[outputs]
|
||||
home = ["HTML", "RSS", "JSON"]
|
||||
page = ["HTML", "PRINT"]
|
||||
home = ["html", "rss", "json"]
|
||||
page = ["html", "print"]
|
||||
|
||||
|
||||
# The settings for the print format
|
||||
[outputFormats]
|
||||
[outputFormats.printFormat]
|
||||
[outputFormats.print]
|
||||
name = "print"
|
||||
mediaType = "text/html"
|
||||
baseName = "print"
|
||||
|
58
content/honey-garlic-chicken.md
Normal file
58
content/honey-garlic-chicken.md
Normal 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.
|
BIN
static/images/recipe-headers/honey-garlic-chicken.png
Normal file
BIN
static/images/recipe-headers/honey-garlic-chicken.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
Submodule themes/cookbook updated: f40a8c19a2...cb00b44495
Reference in New Issue
Block a user