Commit graph

14 commits

Author SHA1 Message Date
Vimux
2cf17c04e1
Fix broken homepage on Hugo 0.57+ (#14)
Hugo 0.57 breaks mainSections logic and how the home section works.
Switch to .Site.RegularPages for the home page paginator to restore old
behavior.

Fix #13

See https://github.com/gohugoio/hugoThemes/issues/682,
https://github.com/gohugoio/hugoThemes/issues/678,
https://github.com/gohugoio/hugo/issues/6153
2019-08-17 09:50:33 -04:00
vimux
f7d555ae80
Remove empty div.cards when no posts 2019-04-27 10:55:46 -04:00
vimux
ab28352d1c
Fix mainSections param 2019-03-21 11:21:36 -04:00
vimux
326f9f2cda
Include .Content block (if exist) for main page 2019-01-15 09:16:34 -05:00
vimux
30e3277682
Add hideNoPostsWarning param 2019-01-14 09:26:42 -05:00
vimux
32c4b92533
cardsPerRow -> columns 2019-01-14 08:01:13 -05:00
vimux
aebe913761
Improve exception handling for cardsPerRow param 2018-11-26 14:09:11 -05:00
vimux
cdc13f1bf7
Improve semantic layout 2018-11-14 13:34:07 -05:00
vimux
896326481e
Define Base Template (baseof.html) 2018-11-03 10:23:41 -04:00
vimux
5552fc3f5a
Add initial "no posts" empty state 2018-05-28 15:31:50 +03:00
vimux
0d5e2d839f
Use .Param for cardsPerRow parameter 2018-05-27 09:58:52 +03:00
vimux
0ed9f70323
Add main index page
The main index page shows only `mainSections` ("post" by default). You can set sections with "mainSections" config parameter.
2018-05-23 09:37:31 +03:00
vimux
2fd4ce4b9c Delete blank index.html template 2018-02-09 19:57:33 +03:00
vimux
5a1760fabf Add initial theme files 2018-02-09 19:04:29 +03:00