package hugo type SiteDir string const ( BaseSiteDir SiteDir = "base" ThemeSiteDir SiteDir = "theme" )