digitalcraftsman

Results 41 comments of digitalcraftsman

@arschles could combine this with the concept of middlewares.

https://github.com/treeform/pixie is actively developed, though a wip, and covers multiple image formats as well as other features regarding basic image processing.

You might have a look at https://github.com/pietroppeter/nimibook.

Hello @zyro, the issue described by @lukeeckley breaks the demo of your theme at https://themes.gohugo.io/. The maintainers of the theme site (which includes me) began a "spring cleaning" in which...

Alternatively, would it be possible for a client to check Github API in a certain time interval (without beeing rate-limited)? The push notification might not appear instantly, but it's a...

We should advise users to check the developer tools of the browser tools in order to troubleshoot a problem. See https://discourse.gohugo.io/t/themes-not-showing-on-github-page/3073/4

This corresponds to spf13/hugo#1727

With subsections you refer to the namespaces, right?

Fixed in the sense that the navigation stays at the top for example while scrolling. This can simply be done by adding the `position: fixed;` property in CSS to a...