saurabh

Results 13 comments of saurabh

So delete wasn't covered in the series. If you're transitioning from episode 6 to episode 7, do the following:- 1. Implement get single product 2. Implement delete (raised a PR...

Hi @junedev - This PR improves only the tests associated with learning exercise "The Farm". Its a good opportunity for contributors to learn to write better tests.

Doesn't work on Sublime Text (build 3211) on macOS

The easiest way to verify may be: + Download Zig bundle for operating system **and** it's corresponding minisig file + [Install minisign](https://github.com/jedisct1/minisign#using-zig) + Verify the image by: ``` minisign -Vm...

This doesn't seem to be working at the moment. I have sections similar to the [content section](https://willfaught.com/paige/content/), and their `_index.md` file has some content text in them as opposed to...

Thanks for considering this request! Can you let me know Which CSS file and property you're referring to? I'm assuming that the `keyword_style` would need to be `text`.

I've added ``` [params.paige] style = """ .paige-keyword-category { color: red; } .paige-keyword-tag { color: blue; } """ ``` to `hugo.toml`, but dont see changes in either layout.

I think in one of the previous releases (maybe 0.90), you had introduced configured Paige related parameters in the `hugo.toml`. I have `[params.paige]`, `[params.paige.list_page]`, and `[params.paige.page]` in `hugo.toml`. The front...

Hi @willfaught, thanks for your response. I tried it out and observed that it works when `keyword_style = "text"`, but not when `keyword_style = "pills"`. Having red and blue pills...