John Colagioia
John Colagioia
For what it's worth (a month and a half later), I haven't had a problem getting text to the console. Or, rather, as long as I put `console.log()` somewhere sensible...
Again, I'm not sure if this rates a separate issue, but to avoid clutter, I'm also hoping that there's a way to disable controls. Right now, I'm hiding them, which...
That makes sense; I forgot that Pages is built around Jekyll. I'll experiment with this tomorrow and report back. Thanks!
Good news! The search box now pops up and searches. Again, thanks. Bad news? I'll try to run down where it might come from, but it looks like the `pagefind`...
Excellent. I needed to wrap the prefix-ing in an `if (result.url.indexOf('/pathprefix') < 0)`, since that apparently persists and changes during and after the search, but it's now functional. I also...