From f9b6b5feba1d88086bbfa8cea8efca9bf1c42bbe Mon Sep 17 00:00:00 2001 From: Fabien CASTERS Date: Mon, 21 Jan 2019 22:36:44 +0100 Subject: Fix typo in README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3