Skip to content

Commit

Permalink
Aktualisieren von about.md
Browse files Browse the repository at this point in the history
  • Loading branch information
polent authored Jan 19, 2024
1 parent 8e99038 commit ccdd460
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ Our blog employs a sophisticated multi-step process to generate unique and visua
3. **Image Prompt Creation:** Using the information from the generated recipe, we craft a specific prompt to guide the creation of a corresponding image. This prompt is designed to capture the essence of the recipe in a visually compelling way.
4. **Visual Realization with Dall-E:** With the prompt ready, we turn to `dall-e-3`, an advanced AI image generation model. Dall-E interprets our prompt and creates a stunning, high-quality image that represents the recipe.
5. **Creating the Recipe Post:** Once we have both the recipe and its image, we compose a complete recipe post. This post is then committed and pushed to our GitHub repository, which can be found at [https://github.com/polent/recipe](https://github.com/polent/recipe).
6. **Automated Deployment:** Finally, a GitHub Action takes over. This automated process builds the code from the repository and deploys it onto our web space. This ensures that our blog is consistently updated with fresh content, seamlessly and efficiently.
6. **Automated Deployment:** Finally, a GitHub Action takes over. This automated process builds the code from the repository and deploys it onto our web space. This ensures that our blog is consistently updated with fresh content, seamlessly and efficiently.
7. **Start over:** The steps start again, 1-2 times a day initiated by a conjob.

{% figure figureAbout.caption, figureAbout.className %}
{% picture figureAbout.imageSrc, figureAbout.imageTitle, figureAbout.imageAlt, figureAbout.loading %}
Expand Down

0 comments on commit ccdd460

Please sign in to comment.