Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.toml « exampleSite - github.com/josephhutch/aether.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af88763bf5e6a29f324424e23fb09f08b5a128e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"