Add exampleSite config
This commit is contained in:
parent
79fe4968e3
commit
ce9d485d3a
1 changed files with 12 additions and 0 deletions
12
exampleSite/config.toml
Executable file
12
exampleSite/config.toml
Executable 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"
|
Loading…
Reference in a new issue