Jeremy Stucki

Results 43 comments of Jeremy Stucki

`catalog build --public-url=/repo-name/` should do the trick. Note that the files in `catalog/static` will end up at `/repo-name/`, _not_ `/repo-name/static/`

For example: `catalog/static/foo.jpg` should be referenced like `/foo.jpg` in your Markdown documents, then it should work.

Ok, cool. Sorry for the confusion. I'll have to check if that can be improved or documented better.

Cool, thanks! I assume you've tested this with html-sketchapp-cli?

Yes, improving structure/navigation is something that should and will be done at some point. Thanks for bringing up this use case!

I'm interested in the topic but don't have a good grasp what would need to be done in Catalog since it has to stay flexible enough to integrate with different...

I don't have too much experience with mdx but I don't think it's possible in an easy way without explicit support from Catalog. You'd have to map all internal components...

https://community.algolia.com/docsearch/ could maybe work too.

@StephenOTT On search in general or any particular solution (e.g. Algolia integration)? I haven't worked on this, as the problem definition has been quite fuzzy. There's a big difference in...

Okay, thanks! Doing this without up-front indexing might prove difficult, since (Markdown) pages are loaded asynchronously. The only way besides eagerly loading all content would be to have a build...