CS Rhymes

Results 12 comments of CS Rhymes

Just checking, is the file inside the blog directory `index.md` as it needs to be `index.html`. I think this is due to the [Jekyll pagination](https://jekyllrb.com/docs/pagination/)

Hello, I can't seem to replicate this issue. What version of the theme gem are you using?

Hi, are you still experiencing this issue? Do you have a link to an example repo that replicates this issue? Thanks.

Hi @jze thanks for your help with this. I agree this is a great idea. I have been thinking about how to best implement this in the theme.

Hi @Yuri010 it looks like you have not named your posts in the correct format for Jekyll. They need to be `YEAR-MONTH-DAY-title.md` for example `2011-12-31-new-years-eve-is-awesome.md`. https://jekyllrb.com/docs/posts/#creating-posts

I have tried adding the `import '@testing-library/jest-dom/jest-globals';` to the `jest.setup.ts` file and adding the types to the `tsconfig.json` file as detailed above, but I still get the type errors showing...

The comment above by @Noyabronok has pointed me in the right direction. Thanks. I had `"src/**/*.test.tsx"` in the `"exclude"` array in my tsconfig.json for some reason 🤦 . Removing this...

Hi @Seradjor, are you using GitHub Pages to deploy your site? Please can you try setting your remote theme to v0.14.0 as per the [readme](https://github.com/chrisrhymes/bulma-clean-theme?tab=readme-ov-file#v0x) and see if this resolves...

Sorry if I misunderstand, but it seems that CK Editor 4 had this scope functionality added to tables previously. https://github.com/ckeditor/ckeditor4/issues/5084 Is it possible to get this added to CK Editor...

Hello, have you tried including the [github-pages gem](https://github.com/github/pages-gem) locally and see if you can debug the issue locally? Also, it's worth checking what version of Jekyll are you using as...