Michael Rose

Results 40 comments of Michael Rose

@team-community That CSS only works for the left sidebar. If applied to the right sidebar the height will be wrong and it'll still overflow beyond the viewport. ![Screen Shot 2022-02-04...

I think you're hitting all the scenarios the notice class wasn't designed to handle. The `notice--` classes were written to only apply to a `` element. Not blockquotes, lists, headings,...

OK. I stand corrected. So maybe a small CSS adjustment to fix the spacing. And a future enhancement to build out a new notice helper. Similar to this... https://idratherbewriting.com/documentation-theme-jekyll/mydoc_alerts.html Could...

The `markdownify` filter does serve a purpose as it normalizes titles that may use Markdown to apply emphasis or other "light" formatting. For example check this test post on master....

A better fix might be to apply the Markdown and replace transforms on `page.title` before the separator and `site.title` are appended. Then it won't do unintended things on the `|`...

@lsolesen sorry for the delay on this, finally got around to testing it. Titles with markdown parse correctly now, but the "home" index.html page doesn't output a title now. There's...

Looks to me this broke MathJax rendering with Jekyll 4. That's probably what the original fix was for perhaps. I'm not close enough to MathJax to know what the path...

Sounds like you previewed it locally the same way I did. When I `cd` into the `/example/` folder and run `bundle update` it updated my version of Jekyll to the...

Do you have any benchmarks that moving to the head doesn't actually impact page load speed? I know Google likes it up top so it loads before anything else, in...

I did some testing of my own and didn't see much difference in load times having the GA script before `` vs. moving it up before ``. So I'm cool...