diff --git a/README.md b/README.md index 6796739..e3800e7 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,18 @@ The `homeimg` and `bgimg` parameters give you the ability to customize the look That is the only configuration required at the site level! You can now begin writing content for your site. #### Favicons -Aether supports a large array of favicon formats. Simply add your favicons with the correct file names to the root folder of your site (put them in the static folder). The favicon file names correspond to the files generated by the [real favicon generator](https://realfavicongenerator.net/) +Aether supports a large array of favicon formats. Simply add your favicons with the correct file names to the root folder of your site (put them in the static folder). The favicon file names correspond to the files generated by the [real favicon generator](https://realfavicongenerator.net/). + + - favicon.ico + - favicon-16x16.png + - favicon-32x32.png + - apple-touch-icon.png + - android-chrome-192x192.png + - android-chrome-384x384.png + - mstile-150x150.png + - safari-pinned-tab.svg + - browserconfig.xml + - site.webmanifest ### Creating content Make a new blog post by executing `hugo new post/postnamehere.md` in your shell. At the top of the new markdown file, is what's called the front matter. The front matter is the page's metadata that determines how Hugo and aether generate the HTML for your post. Below you can find what the front matter that aether uses and what each of the parameters mean.