7 lines
216 B
TOML
7 lines
216 B
TOML
|
baseURL = "http://example.org/"
|
||
|
languageCode = "en-us"
|
||
|
title = "Basic Hugo Theme"
|
||
|
copyright = "Copyright © 2019, Copyright Owner Name | Built with [Hugo](https://gohugo.io/)"
|
||
|
theme = "basic-theme"
|
||
|
paginate = 10
|