* Remove js for mobile card click style * Add headshot alt text and update example site * Add html validator github action * Debug GA * Fix GA bug
17 lines
376 B
TOML
17 lines
376 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"
|
|
headshotalt = "Generic grey headshot picture"
|
|
|
|
[markup]
|
|
[markup.highlight]
|
|
style = "igor" |