🦡

Hugo notes

Working with hugo

making a nested map

$m := dict (slice "n" "m" "new") "true" creates a nested map with m.n.m.new returning “true”

merging 2 maps

$m = merge $m $m2 this merges two maps, keeping the last key active.