diff --git a/exampleSite/config.toml b/exampleSite/config.toml new file mode 100755 index 0000000..1677ad3 --- /dev/null +++ b/exampleSite/config.toml @@ -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"