package themes import "lmika.dev/lmika/hugo-cms/models" var themes = []models.ThemeMeta{ { ID: "bear", Name: "Bear", URL: "https://github.com/janraasch/hugo-bearblog", PreferTitle: true, PostDir: "blog", }, { ID: "terminal", Name: "Terminal", URL: "https://github.com/panr/hugo-theme-terminal", PreferTitle: true, PostDir: "posts", }, { ID: "yingyang", Name: "Yingyang", URL: "https://github.com/joway/hugo-theme-yinyang", PreferTitle: true, PostDir: "posts", }, }