hugo-cms/providers/hugo/dirs.go

9 lines
108 B
Go
Raw Normal View History

2025-01-26 22:26:15 +00:00
package hugo
type SiteDir string
const (
BaseSiteDir SiteDir = "base"
ThemeSiteDir SiteDir = "theme"
)