Added support for bigimg(s) on front page
This commit is contained in:
parent
cb5a8f30f8
commit
a482e38e51
1 changed files with 10 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue