Add exampleSite config

This commit is contained in:
vimux 2018-11-13 15:49:54 -05:00
parent 79fe4968e3
commit ce9d485d3a
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34

12
exampleSite/config.toml Executable file
View file

@ -0,0 +1,12 @@
baseURL = "https://example.com/"
title = "Binario"
languageCode = "en-us"
paginate = 10
theme = "binario"
[Params]
author = "John Doe"
description = "Responsive card-based & code-light Hugo theme"
cardsPerRow = 2
mainSections = ["post"]
dateFormat = "January 02, 2006"