Bud Parr
Bud Parr
I find myself adding flex-basis classes to Tachyons because I also am starting to use CSS Grid with Flexbox as a fallback. Grid will ignore flex-basis, but it will not...
I realize it's pretty early yet, so lumping these advanced features here together just to get them out there because I think they're some of the more important things to...
Right now the featured image is a string, but Hugo's [embedded templates](https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/template_embedded.go#L158) look for an array of `images`. Users have solved the problem by using Page Resources which both Hugo...
The current dicussion about the impact of the words we use every day on the social context is not trivial. Whitelist, blacklist, slave, master should be questioned as technology terms....
https://github.com/budparr/gohugo-theme-ananke/pull/165#issuecomment-475768352
When I speak to people about Hugo the number one request regarding documentation is for more examples. I fact, I was thinking of somehow adding @regisphilibert's post on [Scratch](https://regisphilibert.com/blog/2017/04/hugo-scratch-explained-variable/), and...
Noting the [docs on ReplaceRe](https://hugodocs.info/functions/replacere/) don't mention some of the stuff in this thread: https://discuss.gohugo.io/t/replacere-not-working-for-me-solved/5103/3?u=budparr and probably should. Might be "neat" to add a few more common examples, like for...