@@ -122,11 +122,11 @@ <h2 class="subheading">An .NET assembly extending the static site generator Stat
122122 < p > Earlier this year I blogged about that my < a href ="/posts/2021/2021-01-11-blog-migrated-to-statiq "> "Blog migrated to Statiq"</ a > , one advantage with < a href ="https://statiq.dev/ "> Statiq</ a > is that it's through .NET code really customizable and lets you adapt it fully to your needs. Code that can be packaged and distributed as a NuGet package, making it straightforward to share and reuse functionality between sites.< br /> < br /> In a three-part blog post series, I'll start going through the features of the NuGet package < a href ="https://www.nuget.org/packages/Devlead.Statiq "> Devlead.Statiq</ a > created for my own Statiq based sites - but probably useful for others too, and this first part will be about the TabGroup Shortcode.</ p >
123123< h2 id ="tabgroup-shortcode "> TabGroup Shortcode</ h2 >
124124< div class ="tab-wrap ">
125- < input type ="radio " id ="0c673b00862c472f943d068cfb11d297-751c020a22064c29aef40024d0f03e17 " name ="0c673b00862c472f943d068cfb11d297 " class ="tab " checked > < label for ="0c673b00862c472f943d068cfb11d297-751c020a22064c29aef40024d0f03e17 " > Introduction</ label >
126- < input type ="radio " id ="0c673b00862c472f943d068cfb11d297-49e8b647f34b4d8c8ea67b3333a63681 " name ="0c673b00862c472f943d068cfb11d297 " class ="tab " > < label for ="0c673b00862c472f943d068cfb11d297-49e8b647f34b4d8c8ea67b3333a63681 " > Prerequisites</ label >
127- < input type ="radio " id ="0c673b00862c472f943d068cfb11d297-31e336f77fbd40df80040c92c140f0b9 " name ="0c673b00862c472f943d068cfb11d297 " class ="tab " > < label for ="0c673b00862c472f943d068cfb11d297-31e336f77fbd40df80040c92c140f0b9 " > Content</ label >
128- < input type ="radio " id ="0c673b00862c472f943d068cfb11d297-f2bfc146a13b447b8801dc6728f2bee5 " name ="0c673b00862c472f943d068cfb11d297 " class ="tab " > < label for ="0c673b00862c472f943d068cfb11d297-f2bfc146a13b447b8801dc6728f2bee5 " > Include</ label >
129- < input type ="radio " id ="0c673b00862c472f943d068cfb11d297-a9c8bff013874e3697ae955cc11805eb " name ="0c673b00862c472f943d068cfb11d297 " class ="tab " > < label for ="0c673b00862c472f943d068cfb11d297-a9c8bff013874e3697ae955cc11805eb " > Code</ label >
125+ < input type ="radio " id ="aa3292533cab42df91c6542857d69745-259ec323f69944799a1e00ed6093d5f4 " name ="aa3292533cab42df91c6542857d69745 " class ="tab " checked > < label for ="aa3292533cab42df91c6542857d69745-259ec323f69944799a1e00ed6093d5f4 " > Introduction</ label >
126+ < input type ="radio " id ="aa3292533cab42df91c6542857d69745-d830fbc31acd41bba1708ee1ea6231f3 " name ="aa3292533cab42df91c6542857d69745 " class ="tab " > < label for ="aa3292533cab42df91c6542857d69745-d830fbc31acd41bba1708ee1ea6231f3 " > Prerequisites</ label >
127+ < input type ="radio " id ="aa3292533cab42df91c6542857d69745-cb6a1871a59d4d85b08111968482d62d " name ="aa3292533cab42df91c6542857d69745 " class ="tab " > < label for ="aa3292533cab42df91c6542857d69745-cb6a1871a59d4d85b08111968482d62d " > Content</ label >
128+ < input type ="radio " id ="aa3292533cab42df91c6542857d69745-44bf112556f84a2a89535c0e41d92906 " name ="aa3292533cab42df91c6542857d69745 " class ="tab " > < label for ="aa3292533cab42df91c6542857d69745-44bf112556f84a2a89535c0e41d92906 " > Include</ label >
129+ < input type ="radio " id ="aa3292533cab42df91c6542857d69745-9592f445a44e479aa014072024b8deb5 " name ="aa3292533cab42df91c6542857d69745 " class ="tab " > < label for ="aa3292533cab42df91c6542857d69745-9592f445a44e479aa014072024b8deb5 " > Code</ label >
130130< div class ="tab__content ">
131131
132132< p > Statiq < a href ="https://statiq.dev/framework/content/shortcodes "> shortcodes</ a > are small but powerful macros that can generate content or add metadata to your documents.</ p >
@@ -220,8 +220,8 @@ <h3 id="example-usage">Example usage</h3>
220220
221221< h3 id ="result "> Result</ h3 >
222222< div class ="tab-wrap ">
223- < input type ="radio " id ="701c88cd417245ab92b05fa041ea21c4-d2ac401881b242d38d1f7ff3e7cc7e38 " name ="701c88cd417245ab92b05fa041ea21c4 " class ="tab " checked > < label for ="701c88cd417245ab92b05fa041ea21c4-d2ac401881b242d38d1f7ff3e7cc7e38 " > Tab Two</ label >
224- < input type ="radio " id ="701c88cd417245ab92b05fa041ea21c4-ff6a1c20909b4fdaa9a05689846b8bca " name ="701c88cd417245ab92b05fa041ea21c4 " class ="tab " > < label for ="701c88cd417245ab92b05fa041ea21c4-ff6a1c20909b4fdaa9a05689846b8bca " > Tab One</ label >
223+ < input type ="radio " id ="e4b784f41c4a43e5a321a544bb9300c0-be265f72c5a6441294eae6807dee0f10 " name ="e4b784f41c4a43e5a321a544bb9300c0 " class ="tab " checked > < label for ="e4b784f41c4a43e5a321a544bb9300c0-be265f72c5a6441294eae6807dee0f10 " > Tab Two</ label >
224+ < input type ="radio " id ="e4b784f41c4a43e5a321a544bb9300c0-065e6ce2ed9741cbb1acd57b9dac599b " name ="e4b784f41c4a43e5a321a544bb9300c0 " class ="tab " > < label for ="e4b784f41c4a43e5a321a544bb9300c0-065e6ce2ed9741cbb1acd57b9dac599b " > Tab One</ label >
225225< div class ="tab__content ">
226226
227227< h2 id ="famous-words "> Famous words</ h2 >
@@ -272,8 +272,8 @@ <h3 id="example-usage">Example usage</h3>
272272
273273< h3 id ="result "> Result</ h3 >
274274< div class ="tab-wrap ">
275- < input type ="radio " id ="d8eabf28853e4cfaade889c34d7c8f2a-bb47a6f410be4b0f83491e26d465e449 " name ="d8eabf28853e4cfaade889c34d7c8f2a " class ="tab " checked > < label for ="d8eabf28853e4cfaade889c34d7c8f2a-bb47a6f410be4b0f83491e26d465e449 " > Lorem Ipsum</ label >
276- < input type ="radio " id ="d8eabf28853e4cfaade889c34d7c8f2a-625951d3a39e4c11bb87fd81784ad063 " name ="d8eabf28853e4cfaade889c34d7c8f2a " class ="tab " > < label for ="d8eabf28853e4cfaade889c34d7c8f2a-625951d3a39e4c11bb87fd81784ad063 " > Famous words</ label >
275+ < input type ="radio " id ="b7f9ed11b6384524a39e17f399eb7dda-996cbcaeb28149508638765cde2b2ccf " name ="b7f9ed11b6384524a39e17f399eb7dda " class ="tab " checked > < label for ="b7f9ed11b6384524a39e17f399eb7dda-996cbcaeb28149508638765cde2b2ccf " > Lorem Ipsum</ label >
276+ < input type ="radio " id ="b7f9ed11b6384524a39e17f399eb7dda-8ae06f1a28e3485a936a129fb47513f7 " name ="b7f9ed11b6384524a39e17f399eb7dda " class ="tab " > < label for ="b7f9ed11b6384524a39e17f399eb7dda-8ae06f1a28e3485a936a129fb47513f7 " > Famous words</ label >
277277< div class ="tab__content ">
278278
279279< h2 id ="famous-words "> Famous words</ h2 >
@@ -331,10 +331,10 @@ <h3 id="example-usage">Example usage</h3>
331331
332332< h3 id ="result "> Result</ h3 >
333333< div class ="tab-wrap ">
334- < input type ="radio " id ="fbc4d2ed86e845b68fc643d3075fe10a-bd2689cfb1394ffd9dad639da5c6a9ee " name ="fbc4d2ed86e845b68fc643d3075fe10a " class ="tab " checked > < label for ="fbc4d2ed86e845b68fc643d3075fe10a-bd2689cfb1394ffd9dad639da5c6a9ee " > settings.yml</ label >
335- < input type ="radio " id ="fbc4d2ed86e845b68fc643d3075fe10a-8e70ce9d83e14ea08c2ced4996a7c098 " name ="fbc4d2ed86e845b68fc643d3075fe10a " class ="tab " > < label for ="fbc4d2ed86e845b68fc643d3075fe10a-8e70ce9d83e14ea08c2ced4996a7c098 " > Settings yaml file</ label >
336- < input type ="radio " id ="fbc4d2ed86e845b68fc643d3075fe10a-1cc9ad4244f14ff6900df46e0f71dbdb " name ="fbc4d2ed86e845b68fc643d3075fe10a " class ="tab " > < label for ="fbc4d2ed86e845b68fc643d3075fe10a-1cc9ad4244f14ff6900df46e0f71dbdb " > _head.cshtml</ label >
337- < input type ="radio " id ="fbc4d2ed86e845b68fc643d3075fe10a-5b81a789f33f43eeace407f1e7c51dba " name ="fbc4d2ed86e845b68fc643d3075fe10a " class ="tab " > < label for ="fbc4d2ed86e845b68fc643d3075fe10a-5b81a789f33f43eeace407f1e7c51dba " > _head.cshtml</ label >
334+ < input type ="radio " id ="577a173869e24966bf6d029adf94284d-6c0fed99819f45b88514d58eefbd748f " name ="577a173869e24966bf6d029adf94284d " class ="tab " checked > < label for ="577a173869e24966bf6d029adf94284d-6c0fed99819f45b88514d58eefbd748f " > settings.yml</ label >
335+ < input type ="radio " id ="577a173869e24966bf6d029adf94284d-fab6599e53e44da7a144345217d785fd " name ="577a173869e24966bf6d029adf94284d " class ="tab " > < label for ="577a173869e24966bf6d029adf94284d-fab6599e53e44da7a144345217d785fd " > Settings yaml file</ label >
336+ < input type ="radio " id ="577a173869e24966bf6d029adf94284d-55f526c28e4a4dcbb82fed502c714f66 " name ="577a173869e24966bf6d029adf94284d " class ="tab " > < label for ="577a173869e24966bf6d029adf94284d-55f526c28e4a4dcbb82fed502c714f66 " > _head.cshtml</ label >
337+ < input type ="radio " id ="577a173869e24966bf6d029adf94284d-7f6654c4ef3f4c3b8d1d6c39a8b6ed14 " name ="577a173869e24966bf6d029adf94284d " class ="tab " > < label for ="577a173869e24966bf6d029adf94284d-7f6654c4ef3f4c3b8d1d6c39a8b6ed14 " > _head.cshtml</ label >
338338< div class ="tab__content ">
339339
340340< pre > < code class ="language-yaml "> Host: "www.devlead.se"
0 commit comments