hugo-cms/providers/themes/meta.go

11 lines
203 B
Go
Raw Normal View History

2025-01-26 22:26:15 +00:00
package themes
import "lmika.dev/lmika/hugo-crm/models"
var themes = map[string]models.ThemeMeta{
"bear": models.ThemeMeta{
Name: "bear",
URL: "https://github.com/janraasch/hugo-bearblog",
},
}