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:
authorFabien CASTERS <fabien@vaga.io>2019-01-22 00:36:44 +0300
committerFabien CASTERS <fabien@vaga.io>2019-01-22 00:36:44 +0300
commitf9b6b5feba1d88086bbfa8cea8efca9bf1c42bbe (patch)
tree85d38ab87d7964910d69461d4c1d93db6d22e10e /README.md
parentbee66ecaa55c0eafbd4dd83b39194c7900ceff91 (diff)
Fix typo in README.md
Diffstat (limited to 'README.md')
-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