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

github.com/josephhutch/aether.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilutin Jovanović <miki@voreni.com>2019-06-27 20:42:04 +0300
committerMilutin Jovanović <miki@voreni.com>2019-06-27 20:50:25 +0300
commitf59df195c54372ebfc45069a9471c78d4ac1023e (patch)
tree4d2d3f7e6346d846e91757372370152558dfd583 /README.md
parent37ae1fe1696f2bd26926b044013b254e1b6b3663 (diff)
Added rssinmenu parameter to allow link to RSS to be placed in the menu.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index cb67e03..18e11da 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,7 @@ brand = "The name that is displayed in the top left of the website, consider it
description = "The website's description"
homeimg = "URL to the image used for the home button at the bottom of each post - optional"
bgimg = "URL to the image used for the page background - optional"
+rssinmenu = false
```
The `title` parameter is used for each page title, the title that search engines display in search results. If you would like the title shown in the top left of the page to be different from the page title, use the `brand` parameter. For instance, the title parameter for my site is `Joe Hutchinson` but the brand parameter is set to `joehutch`.
@@ -46,6 +47,8 @@ Find your `language code` [here](https://www.metamodpro.com/browser-language-cod
The `homeimg` and `bgimg` parameters give you the ability to customize the look of your site further. The homeimg parameter is the image used for the home button at the bottom of every page. Since the text used on the home button is white, a darker background image is preferred. If the homeimg parameter is not specified, a fallback image is used. Similarly, the bgimg parameter is used for the background of each webpage. Aether is designed to look best with a subtle tiling image for the background. If no background image is specified, the background will be a solid gray color.
+If `rssinmenu` is set to true, link to the RSS feed will be included at the bottom of the menu. This is optional parameter.
+
That is the only configuration required at the site level! You can now begin writing content for your site.
#### Favicons