Justin Cooper
Justin Cooper
I've been looking into plugins that might help us out. Tricky part is maintaining all of our existing links. Will test this plugin out first: https://github.com/kurtsson/jekyll-multiple-languages-plugin
@tylerdcooper @kattni this is largely done, do we want to push this out after validating it's OK?
I'll check it out again today to make sure there are no regressions, and request a review. Tyler is good with it still as well.
Getting images for this yet, just have placeholders right now
If we do this, I'd prefer to also redirect /board/board-name to /boards/board-name. The redirect to all the boards would then go from /downloads to /boards. This would make more sense...
It might be useful to find all of the limitations and hard edges we run up against to make sure most of the requirements are met on a new static...
Not sure how much this helps, but a workaround that appears to work is to update the manifest to directly link the files you'd like pre-compiled: ``` //= link_tree ../images...
This seems to work quite well. Already had the dependencies, so no issues there. Thanks!
learn.adafruit.com is pulling from the [bundle sources json](https://github.com/adafruit/circup/blob/main/circup/config/bundle_config.json) now. If this moves orgs, we'll need a small update to learn as well.
And the ruby script to generate the list is here (run it from the circuitpython-org directory, ruby should already be all setup there for this): ``` require 'yaml' total_count =...