diff --git a/src/blog/content/posts/bicep-template-spec-latest/index.md b/src/blog/content/posts/bicep-template-spec-latest/index.md new file mode 100644 index 0000000..a984737 --- /dev/null +++ b/src/blog/content/posts/bicep-template-spec-latest/index.md @@ -0,0 +1,46 @@ +--- +title: "Bicep Template Spec Latest" +slug: "bicep-template-spec-latest" +date: 2024-11-02T23:40:20+01:00 +publishdate: 2024-11-02T23:40:20+01:00 +draft: true +author: ["Mart de Graaf"] +tags: [] +summary: "TODO You should fill this ..." +# Toc +ShowToc: true +TocOpen: true +UseHugoToc: false + +# Meta settings +ShowReadingTime: true +ShowLastModified: true +ShowWordCount: true + +cover: + image: "cover.webp" # image path/url + alt: "Mart de Graaf - cartoon style." # alt text + caption: "Mart de Graaf - cartoon style." # display caption under cover + relative: true # when using page bundles set this to true + hidden: false # only hide on current single page +--- + +__Intro to the problem__ + +# System context +__System explained__ +```cs {linenos=table} +__insert code here__ +``` + +# Solution +__Solution explained__ +```cs {linenos=table} +__insert code here__ +``` + +# Conclusion and discussion +__Solution explained__ +```cs {linenos=table} +__insert code here__ +```