16 lines
327 B
TOML
16 lines
327 B
TOML
baseurl = "http://example.org"
|
|
title = "Hugo Themes - aether"
|
|
author = "Joe Hutchinson"
|
|
canonifyurls = true
|
|
paginate = 3
|
|
theme = "aether"
|
|
themesDir = "../../"
|
|
|
|
[params]
|
|
brand = "aether"
|
|
description = "aether Hugo theme for blogs"
|
|
bgimg = "img/ignasi_pattern_s.png"
|
|
|
|
[markup]
|
|
[markup.highlight]
|
|
style = "igor" |