Describes how to implement Atom feeds in Hugo, an alternative to RSS. Customizes the solution provided by the hugo-atom-feed module.| rossabaker.com
I've been using Lunr.js to enable some basic site search on this blog. Lunr.js requires an index file that contains all the content you want to make available for search. In order to generate that file, I had a kind of hacky setup, depending on running a Grunt script on every deploy, which introduces a dependency on node, and nobody really wants any of that for just a static HTML website.| bart.degoe.de
How to: Generate Rails-Compatible html.erb with Hugo| rs.io
Create templates to render your content, resources, and data.| gohugo.io
Hugo uses the rules below to select a template for a given page, starting from the most specific.| gohugo.io
Hugo can output content in multiple formats, including calendar events, e-book formats, Google AMP, and JSON search indexes, or any custom text format.| gohugo.io