Merge branch 'master' of https://github.com/josephhutch/aether
This commit is contained in:
@@ -8,7 +8,7 @@ Aether is a Hugo theme for blogs that emphasizes motion, depth, and material as
|
|||||||
- Looks good on any screen using responsive web design
|
- Looks good on any screen using responsive web design
|
||||||
- Highlight.js integration provides beautiful syntax highlighting for most programming languages and file formats
|
- Highlight.js integration provides beautiful syntax highlighting for most programming languages and file formats
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
In your Hugo project's theme directory, clone the Aether repo.
|
In your Hugo project's theme directory, clone the Aether repo.
|
||||||
@@ -37,7 +37,7 @@ bgimg = "URL to the image used for the page background - optional"
|
|||||||
|
|
||||||
### Creating content
|
### Creating content
|
||||||
Make a new post by executing `hugo new post/postnamehere.md` in your shell. Open the new file, update the front matter, and start writing! Below you can find what the front matter should contain for a new post and what each of the parameters mean.
|
Make a new post by executing `hugo new post/postnamehere.md` in your shell. Open the new file, update the front matter, and start writing! Below you can find what the front matter should contain for a new post and what each of the parameters mean.
|
||||||
```toml
|
```
|
||||||
title: "The title of your post"
|
title: "The title of your post"
|
||||||
date: date the post was generated
|
date: date the post was generated
|
||||||
description: "Description of the post (displayed in the post's card)"
|
description: "Description of the post (displayed in the post's card)"
|
||||||
|
|||||||
Reference in New Issue
Block a user