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: 6f9bb66188864d1421c531f233a40f60dc5edc42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
baseurl = "http://example.org"
title = "Hugo Themes - aether"
author = "Joe Hutchinson"
canonifyurls = true
paginate = 3
theme = "aether"
themesDir = "../../" 

[params]
    brand = "aether"
    description = "aether Hugo theme for blogs"

[markup]
  [markup.highlight]
    style = "igor"