Andrew
Andrew
> I was hoping to link our website's blog posts to the chatroom and noticed that we don't seem to have any sort of RSS/Atom feed. It appears that there...
Note that only [a small subset](https://pages.github.com/versions/) of plugins are [allowed](https://help.github.com/en/github/working-with-github-pages/about-github-pages-and-jekyll#plugins) on GitHub Pages.
Sounds like this is [built in](https://docs.github.com/en/github/working-with-github-pages/about-jekyll-build-errors-for-github-pages-sites) to GitHub now: > When you create a pull request to update your publishing source on GitHub, you can see build error messages on...
Thanks. I took the above to imply that the existing GitHub Pages build service must include pull requests, otherwise the documentation would be misleading.
> So wouldn't the expected behavior be that the future doesn't get included when jekyll runs since we haven't hit that date? Yes. > I can only assume that GitHub...
Seems to have worked.
If you’d like an example of how to customize the colors, [this](https://codeberg.org/AndrewKvalheim/configuration/commit/aaf882064745f4238f312375e450de013ff369fb) is how I’ve done it. >  I already [render](https://codeberg.org/AndrewKvalheim/configuration/src/commit/aaf882064745f4238f312375e450de013ff369fb/common/components/terminal.user.nix#L125-L126) “magenta” as orange and “cyan” as purple, so...
> I'd like to be able to subscribe to a feed of https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md for example There is a feed of changes to that file; click History then append `.atom`: ```...
In the interim here’s an [example](https://github.com/SeaGL/patch/blob/v1.1.0/src/lib/Client.ts#L132-L134) of how to do it manually.
I think it’s a mistake to discuss this in terms of mobile vs. desktop; this affects narrow viewports anywhere. (e.g. I don’t use my desktop monitor to display one thing...