12 lines
280 B
TOML
Executable file
12 lines
280 B
TOML
Executable file
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"
|