Added support for bigimg(s) on front page

This commit is contained in:
liwenyip 2017-02-26 00:50:39 +00:00 committed by GitHub
commit a482e38e51

View file

@ -13,6 +13,15 @@ pygmentCodeFences = true
favicon = "img/favicon.ico"
commit = false
[[Params.bigimg]]
src = "img/path.jpg"
desc = "Path"
# if you add more than one bigimg they will cycle through every 10 seconds
#[[Params.bigimg]]
# src = "img/path.jpg"
# desc = "Another Path"
[Author]
name = "Some Person"
email = "youremail@domain.com"
@ -50,4 +59,4 @@ pygmentCodeFences = true
[[menu.main]]
parent = "samples"
name = "Test Markdown"
url = "/post/2015-02-20-test-markdown"
url = "/post/2015-02-20-test-markdown"