Matthew Abbott
Matthew Abbott
This is a superb article and very thought-provoking. I'm also from the UK, and as a straight white male, I've never encountered this because of my innate privilege, and to...
I have a prototype self-contained search utility that I am happy to do as a new PR @dotMorten?
@dotMorten Here is my example: https://antaris.github.io/OMD-SearchExample/ Still a little rough around the edges, but certainly a start!
Ah, also should have looked beforehand, didn't realise this PR existed: https://github.com/dotMorten/DotNetOMDGenerator/pull/19, apologies @MarcosMeli
Amazing, will review these tomorrow and make some tweaks. In terms of custom CSS, could be a command line arg that accepts a path to a stylesheet that is merged?...
I have a very rudimentary fix for this: ``` private static bool IsEndOfTag(string val, string currentWord) { return val == ">" && (!currentWord.StartsWith("
Hi @mattbrailsford Can you share your code for your helper? I'm wondering if it is actually because it is trying to resolve `@index` but doesn't realise you are creating an...
This could be possible, I will be looking at this, and the ability to persist the template assemblies to the file system. The only thing we need to handle is...
@Vacilando Same issue. One of my client websites has ~ 130k pages, of which only 16% is done as SSG. This works fine on Gatsby Cloud, but the DSG function...
Hi @mattbrailsford If I can resolve this, this _should_ fix #17 too :-) It'll require an extension to the RegisterHelper interface where you can specificy those variables I think