Marcel Bootsman
Marcel Bootsman
I understand that is the case. The first three tracks I see on my stream on SC, can be streamed in Auryo.
I have created a pull request here: #66
I'm looking for a way to have Hugo generate modern image format of images used in page bundles. I hope this will be included in a next version of PaperMod....
> I've whipped up an example for you to get pagination working. Let me know if it works for you. > > https://gist.github.com/jasonvarga/256f293f8f55bf564c907a335a2f40f3 > > It requires no updates to...
Thanks for the tip to look at this issue for a solution @joshuablum. I have a pair of red underlines in my code that prevents this from working. ``` Markdown::addExtension(function...
After changing `if ($aValue != $b[$aKey]) {` to `if ($aValue !== $b[$aKey]) {` the SSG process finishes without problems. Is this a bug?
> Are you using the `nocache` tag? If I would know where to look to determine if I'm using that, I can give you an answer :wink:
> > > Are you using the `nocache` tag? > > > > > > If I would know where to look to determine if I'm using that, I can...
Same issue here. Any news on this?
Same here, hope the fix will get merged asap. For now I disabled Actions, thanks for the tip @azu