welpo / tabi

A modern Zola theme with search, multilingual support, optional JavaScript, a perfect Lighthouse score, and a focus on accessibility.
https://welpo.github.io/tabi/
MIT License
124 stars 38 forks source link

Style Atom feed #83

Closed welpo closed 1 year ago

welpo commented 1 year ago

Customise the default template and add an XSL file.

Reference: https://darekkay.com/blog/rss-styling/

Also, modify the template so it doesn't have the full article content. Perhaps just the title and the summary.

Jieiku commented 1 year ago

Is this live now? I clicked on the RSS icon in the footer of the demo, but takes me to this page:

2023-06-26_15-07-58

welpo commented 1 year ago

You were a little too quick! It was working locally, but the css and xls paths were incorrect for the github pages setup.

The last two commits (https://github.com/welpo/tabi/commit/a6dfd4d1ba5e781b4d26047a37f925e307de0e6c and https://github.com/welpo/tabi/commit/19bebde14819d8285e50e7ec3cdd1045c66de2a4) should've fixed the issue.

Jieiku commented 1 year ago

I seem to only have the problem in Firefox:

2023-06-26_15-12-50

I have tried ctrl+F5 to clear cache also tried ctrl+shift+p for a private instance which is definitely clean cache

the foreground browser is chrome, it seems fine.

welpo commented 1 year ago

Interesting.

It works fine for me on Firefox 114.0.2 (macOS and Windows).

Could you let me know if these stylized feeds work for you?

Jieiku commented 1 year ago

Ah HAH! you nailed it! (those other sites also had the issue)

it was umatrix blocking the request (similar to the noscript browser extension):

2023-06-26_15-23-07

I had to mark the other column green, I have been using umatrix for years but had not seen a block in this manner before.

You can disregard this, it will not affect 99% of the users on the internet.

welpo commented 1 year ago

Glad to have figured it out!

Thanks for reporting it, it's good to know this can happen to some users (even if they're not many).