Matt Wang

Results 380 comments of Matt Wang

Ah - okay, slightly bad news. Users of the `github-pages` gem may not have access to the color module, since they don't use dart-sass. Here's the upstream issue: https://github.com/jekyll/jekyll/issues/9686 I...

Thanks for submitting this issue @felicitymay, and thanks for chiming in @pdmosses! I'll just add that this is relatively high up on my priority list of issues to resolve re:...

Hi @meansoup, Thanks for posting an issue. Are you still running into this issue? I can't reproduce it with your given link.

Hi @TidbitSoftware and @hoopwork, Thanks for submitting an issue. On first glance, this looks like a Jekyll usage question (rather than something specific to Just the Docs). In particular, you...

This is wonderful, thank you for opening this PR @cycomachead! Just to confirm: we'd need to also add `jekyll-sitemap` to our `_config.yml` to enable it (if not, the sitemap isn't...

Hm, I think there's something wrong with the bundler cache for the CI workflows - re-running and clearing cache isn't fixing it. I'll look into this later. We'll also need...

Note: pulled out adding `jekyll-sitemap` to a separate PR (https://github.com/just-the-docs/just-the-docs/pull/1530), in part because I think I don't have push access outside of merging (could be missing something here) + some...

Okay, CI runs properly now. I'm trying to do a once-over of how many of these issues I can trivially resolve - part of me would love to make this...

> By the way, in regards to the licensing of the blog -- I realized that by digging into Rack more directly, most of this cost wasn't necessary even though...

Oops! The permalink now no longer works with `main` (as expected, since the file moved). Here's the new relevant snippet: https://github.com/just-the-docs/just-the-docs/blob/8292f46be932b13cba1301dfa8ce914d5f72627e/_includes/components/site_nav.html#L50 I'll try to get this in the second/third accessibility...