Jake G

Results 237 comments of Jake G
trafficstars

I worked out the last couple issues with the dynamic loading of the search, it is live here: https://abridge.netlify.app/ I also updated the readme for abridge so that people know...

Ubuntu 22.04 is out now, does this resolve the previous version issue? AVIF is really nice!

@Keats If I can add stork and tinysearch index generation to zola, is that something you would accept pull requests for so long as it works without causing any issues...

Ok, very cool! I am not sure when I will have time to work on this, but when I do I will be sure to make some benchmarks and put...

I have been working on this, I still need to find some example content to use for the sample/demo sites.

what about relative paths? normally this works when served by a web server: https://abridge.netlify.app/about/ but for local build to work you would actually need FULL paths, eg: https://abridge.netlify.app/about/index.html unless your...

related: https://github.com/getzola/zola/issues/1826

[Abridge Theme](https://github.com/Jieiku/abridge/) now supports Local Builds, set `extra.uglyurls = true` and `base_url` to the path of the primary index.html: (still working on making search results clickable, they do not yet...