From 539483f44ab2a6d0b963d69dfa9e49f74a009bdb Mon Sep 17 00:00:00 2001 From: Teo Dragovic Date: Fri, 12 Mar 2021 14:27:45 +0100 Subject: [PATCH 1/4] Tortellini recipe --- src/tortellini.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/tortellini.md diff --git a/src/tortellini.md b/src/tortellini.md new file mode 100644 index 0000000..b88ebb7 --- /dev/null +++ b/src/tortellini.md @@ -0,0 +1,27 @@ +# Tortellini + +## Ingredients + +- Tortellini +- 1-2 eggs +- Salt +- Pepper +- Cooking cream +- Cheese (optional) + +## Directions + +1. Buy tortellini (prefer meat or spinach). +2. Bring water to a boil. +3. Add salt to water only after boiling. +4. Add tortellini in. +5. Cook for 3 minutes. +6. Drain water from the pot while keeping tortellini in. +7. Add cooking cream and mix at medium heat until reduced a bit so it's more creamy. +8. Turn off the heat and add 1 or 2 eggs. +9. Mix in and let eggs cook using heat from the pot and tortellini. +10. Serve on a plate. Add pepper, more salt if needed, and optionally, shredded cheese on top for extra creaminess. + +## Contribution + +- Teo Dragovic - [website](https://teodragovic.com) From 5d462d1252ef4b193f364fb3f906c21851cf1a30 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Fri, 12 Mar 2021 16:28:57 +0100 Subject: [PATCH 2/4] Disable deployments on PR creation --- .github/workflows/upload.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 2085dd0..05307d7 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -1,14 +1,10 @@ -# This is a basic workflow to help you get started with Actions - name: CI # Controls when the action will run. on: - # Triggers the workflow on push or pull request events but only for the master branch + # Triggers the workflow on push to master (including merged PRs) push: branches: [ master ] - pull_request: - branches: [ master ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From f5a9380ace6923587398b8610c272edd1a258816 Mon Sep 17 00:00:00 2001 From: Teo Dragovic Date: Fri, 12 Mar 2021 16:43:19 +0100 Subject: [PATCH 3/4] Update index --- src/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.md b/src/index.md index 64dc5fb..5f37aab 100644 --- a/src/index.md +++ b/src/index.md @@ -33,6 +33,7 @@ Only Based cooking. No ads, no tracking, nothing but based cooking. - [Chicken Biscuit Potpie](chicken-biscuit-potpie.html) - [Liver Pate](liverpate.html) - [Flammkuchen](flammkuchen.html) +- [Tortellini](tortellini.html) ## Basics From 8b5bea21c27858c9ce22d12fbefdf507e39350d1 Mon Sep 17 00:00:00 2001 From: Teo Dragovic Date: Fri, 12 Mar 2021 16:45:55 +0100 Subject: [PATCH 4/4] Remove salt and pepper from ingredients --- src/tortellini.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tortellini.md b/src/tortellini.md index b88ebb7..069086f 100644 --- a/src/tortellini.md +++ b/src/tortellini.md @@ -4,8 +4,6 @@ - Tortellini - 1-2 eggs -- Salt -- Pepper - Cooking cream - Cheese (optional)