27 lines
797 B
Markdown
27 lines
797 B
Markdown
# aether
|
|
Aether is a Hugo theme for blogs that emphasizes motion, depth, and material as design elements. Aether presents your content in a clean interface that highlights good photography and writing.
|
|
|
|
## Installation
|
|
In your Hugo project's theme directory, clone the Aether repo.
|
|
|
|
```bash
|
|
git clone https://github.com/josephhutch/aether.git
|
|
```
|
|
|
|
Add the following parameters in your config file if they are not present already.
|
|
|
|
```toml
|
|
baseURL = "https://yourwebsitenamegoeshere.com/"
|
|
languageCode = "Your language code"
|
|
title = "Your Website Title"
|
|
theme = "aether"
|
|
|
|
[params]
|
|
brand = "joehutch"
|
|
description = "Your website's description."
|
|
homeimg = "url to the image used for the home button"
|
|
bgimg = "/img/ignasi_pattern_s.png"
|
|
```
|
|
|
|
## License
|
|
MIT © Joe Hutchinson |