16 lines
326 B
TOML
16 lines
326 B
TOML
|
baseurl = "https://example.com"
|
||
|
title = "Hugo Themes - aether"
|
||
|
author = "Joe Hutchinson"
|
||
|
canonifyurls = true
|
||
|
paginate = 3
|
||
|
theme = "aether"
|
||
|
themesDir = "../../"
|
||
|
|
||
|
[params]
|
||
|
brand = "aether"
|
||
|
description = "aether Hugo theme for blogs"
|
||
|
headshotimg = "img/faceshot.jpg"
|
||
|
|
||
|
[markup]
|
||
|
[markup.highlight]
|
||
|
style = "igor"
|