diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3f81738..83e027b 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -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" \ No newline at end of file + url = "/post/2015-02-20-test-markdown"