mv theme to local control
This commit is contained in:
parent
3ac32ec7e9
commit
c980366d63
189 changed files with 22593 additions and 0 deletions
16
themes/aether/exampleSite/config.toml
Normal file
16
themes/aether/exampleSite/config.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue