diff --git a/.drone.yml.old b/.drone.yml.old deleted file mode 100644 index 270d1ca..0000000 --- a/.drone.yml.old +++ /dev/null @@ -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 \ No newline at end of file diff --git a/.gitea/workflows/build-site.yaml b/.gitea/workflows/build-site.yaml index 469c65d..00b2b7d 100644 --- a/.gitea/workflows/build-site.yaml +++ b/.gitea/workflows/build-site.yaml @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..305806a --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +public/ +hugo +.hugo_build.lock \ No newline at end of file diff --git a/.hugo_build.lock b/.hugo_build.lock deleted file mode 100644 index e69de29..0000000 diff --git a/config.toml b/config.toml index bf01dfc..4303adb 100644 --- a/config.toml +++ b/config.toml @@ -28,30 +28,30 @@ 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] - name = "print" - mediaType = "text/html" - baseName = "print" - isPlainText = false - rel = "print" - isHTML = true - noUgly = true - permalinkable = true - path = "print" + [outputFormats.print] + name = "print" + mediaType = "text/html" + baseName = "print" + isPlainText = false + rel = "print" + isHTML = true + noUgly = true + permalinkable = true + path = "print" diff --git a/content/honey-garlic-chicken.md b/content/honey-garlic-chicken.md new file mode 100644 index 0000000..2cb271e --- /dev/null +++ b/content/honey-garlic-chicken.md @@ -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. \ No newline at end of file diff --git a/static/images/recipe-headers/honey-garlic-chicken.png b/static/images/recipe-headers/honey-garlic-chicken.png new file mode 100644 index 0000000..cc657c5 Binary files /dev/null and b/static/images/recipe-headers/honey-garlic-chicken.png differ diff --git a/themes/cookbook b/themes/cookbook index f40a8c1..cb00b44 160000 --- a/themes/cookbook +++ b/themes/cookbook @@ -1 +1 @@ -Subproject commit f40a8c19a270627cf2e487977f100fe2f8232236 +Subproject commit cb00b44495db1854bb3d5b040ee321aa343eb20b