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

github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@users.noreply.github.com>2019-08-09 04:24:34 +0300
committerGitHub <noreply@github.com>2019-08-09 04:24:34 +0300
commit4691e254afea01484360be211f64ee24774f0d9b (patch)
treedaca8637428453fe6c4de17debb5d78bb5555af4
parent91f84770734edc54287f5d589652bd52660baadf (diff)
Update README.md
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7b389c0..55a0a6e 100644
--- a/README.md
+++ b/README.md
@@ -22,12 +22,24 @@ After installing the aafu Theme successfully, modify the `config.toml` as you wi
You'll find a file called [`config.toml`](//github.com/darshanbaral/aafu/blob/master/exampleSite/config.toml). Copy the `config.toml`to the root folder of your Hugo site and customize it per your need.
-Note that the sections to be displayed in the accordion, the order of the sections, and the section that should be expanded at the beginning can be specifed in the `config.toml`. The base or initial theme is also chosen in the `config.toml`.
+Note that the sections to be displayed in the accordion, the order of the sections, and the section that should be expanded at the beginning can be specifed in the `config.toml`.
### Add your photo
Go to `static/images` and replace the `profile.jpg` with your own file.
+### Themes
+
+The `aafu` theme provides three different themes - `light`, `dark`, and `pinkish`. These can be specified in the `config.toml`
+
+```
+ [params.theme]
+ allowToggle = true
+ # Available themes are 'light', 'dark', and 'pinkish'
+ mainTheme = "light"
+ altTheme = "dark"
+```
+
## Reporting Issues
If you have discovered a bug or have a feature request, [create an issue](https://github.com/darshanbaral/aafu/issues/new).