Dave Glick
Dave Glick
Totally agree. I’d love the ability to have shortcodes (to use the Wordpress term) or other more complex sections in Markdown files. I designed a feature for this called _snippets_...
Also see https://gitpitch.com and http://lab.hakim.se/reveal-js/
Some thoughts: - Should use a lightweight, no dependency templating system - maybe just good old string interpolation (I.e. wrap the archetype file in a `$"..."` and compile/run. - CLI...
@schulz3000 you’ve got the measure of it. We’d probably need an overload that can take the fragment. Not sure I want to invest in that right now though since there’s...
It might be time to retire this issue, or at least re-purpose it. Statiq actually has a `DeployAppService` module now! https://github.com/statiqdev/Statiq.Framework/blob/master/src/extensions/Statiq.Azure/DeployAppService.cs Beyond deployment, I'd be curious what other use cases...
I like this idea - could probably use the same mechanism as blog “series” in #512 (the two are basically the same thing, only difference I can see is a...
I love the API you ended up with for the ValidateMeta module, and this seems like a natural and valuable extension of that idea. :+1:
@miere43 I think this is supposed to be a more document-level validation module. Whereas ValidateMeta validates individual metadata values, this one will validate document content, combinations of metadata, etc.
Nice! Thanks for the follow-up. Reminds me I probably need to revisit this for Statiq too and hopefully ship it in the box.
Hey there, sorry for the _extremely_ late reply. I'm catching up on the issues I managed to miss over the last year. Are you still working on this and need...