Started working on pages
This commit is contained in:
parent
e2f159e980
commit
ba12398d2f
30 changed files with 1391 additions and 145 deletions
|
|
@ -4,24 +4,24 @@ 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: "bear",
|
||||
Name: "Bear",
|
||||
URL: "https://github.com/janraasch/hugo-bearblog",
|
||||
PreferTitle: true,
|
||||
BlogPostBundle: "blog",
|
||||
},
|
||||
{
|
||||
ID: "terminal",
|
||||
Name: "Terminal",
|
||||
URL: "https://github.com/panr/hugo-theme-terminal",
|
||||
PreferTitle: true,
|
||||
PostDir: "posts",
|
||||
ID: "terminal",
|
||||
Name: "Terminal",
|
||||
URL: "https://github.com/panr/hugo-theme-terminal",
|
||||
PreferTitle: true,
|
||||
BlogPostBundle: "posts",
|
||||
},
|
||||
{
|
||||
ID: "yingyang",
|
||||
Name: "Yingyang",
|
||||
URL: "https://github.com/joway/hugo-theme-yinyang",
|
||||
PreferTitle: true,
|
||||
PostDir: "posts",
|
||||
ID: "yingyang",
|
||||
Name: "Yingyang",
|
||||
URL: "https://github.com/joway/hugo-theme-yinyang",
|
||||
PreferTitle: true,
|
||||
BlogPostBundle: "posts",
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue