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

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 57c2d0e..271a113 100644
--- a/README.md
+++ b/README.md
@@ -27,10 +27,12 @@ theme = "m10c"
### Configuration
In your `config.toml` file, define the following variables in `params`:
+
- `author`: Name of the author
- `description`: Short description of the author
To add a social link, add the following lines in `params`:
+
```
[[params.social]]
name = "github"
@@ -38,6 +40,7 @@ To add a social link, add the following lines in `params`:
```
To change theme colors, add the following lines in `params`:
+
```
[params.style]
darkestColor = "#d35050"
@@ -46,6 +49,7 @@ To change theme colors, add the following lines in `params`:
lightestColor = "#f5f5f5"
primaryColor = "#fff"
```
+
If you want the above theme colors, you can see the [exampleSite/config.toml](/exampleSite/config.toml) file.
## License