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

github.com/your-identity/hugo-theme-dimension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authord-asnaghi <asnaghi@me.com>2021-03-15 05:31:29 +0300
committerd-asnaghi <asnaghi@me.com>2021-03-15 05:31:29 +0300
commit08a6f432d22cb70fbf2c2322fc88d4aca471a19c (patch)
tree1840c24d23a48945847f132f8c57dc033d6620e6
parentced4a19c67c4f10d41966382c976e066b7ff5782 (diff)
[README] added parameters
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 26f747e..7d13a74 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,13 @@ to `config.toml` file in your Hugo root directory and change params fields.
See the basic `_index.md` file params supported by the theme — https://github.com/your-identity/hugo-theme-dimension/blob/master/archetypes/_index.md
+```toml
+title: Your Name
+description: A great human
+background: "<path or link to image>"
+logo: "<path or link to image>"
+```
+
## How to run your site
From your Hugo root directory run: