This is a note-to-self about how the code base for this website, davidbieber.com, is organized. There are several “layouts” files that live in the hugo/layouts directories. This is what each of them does: hugo/layouts/_default/list.html list.html defines how /snippets, /tags, and each of the individual /tags/ pages are rendered. Each of these pages holds a list of links, as well as a Discussion section. hugo/layouts/_default/rss.xml Defines the rss feeds for snippets and for posts. hugo/l...