Introducing the Dayada Encoding
Imagine you need to transfer small chunks of binary data over a channel that doesn’t like binary of any kind. You want to disguise it as regular text, maybe in a language the text processor/forwarder cannot analyze. That’s exactly what the Dayada encoding does. Continue readingAdding Search to a HUGO Site
One function that is harder to do without a database backend, as static sites don’t, is search. With WordPress, search is baked into the core and all templates have to do is not get in the way. But on a static site, there is no backend to call, no infrastructure to invoke, and no user interface to show.
Static sites have gotten around this by using third party search providers. Basically, you add some third party code to your site and then magic happens. There are two options on how to do it:
Continue reading