Files
aether/exampleSite/config.toml
Joe Hutchinson f7848361fc Mobile card active and GitHub Actions (#71)
* 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
2022-02-10 00:19:08 -05:00

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"