Quick notes on variables, dart-sass and hugo Background Recently I decided that it was annoying for me as a user to not know which links on my site were internal and which led off to an external site. Figure 1: The desired end-result, blue for internal links, purple for external links, colors chosen with ColorHexa However, since hugo requires baseurl for generating meaningful rss and sitemap files, this meant either hardcoding the variable into my theme, or figuring out how to pass variables ...