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>2020-05-17 22:13:51 +0300
committerd-asnaghi <asnaghi@me.com>2020-05-17 22:13:51 +0300
commit170edc0e1f64aa330d6ab22dbadc00b60001b9ef (patch)
treed740a1e63e2e18ab4f0539b09006157417d286d0
parent8a1c284546713ef7ad2616938e60cd64c677456d (diff)
[HUGO] fixed README
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 751b5f0..c0b10d0 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,9 @@ $ git submodule add https://github.com/your-identity/hugo-theme-dimension.git th
The theme doesn't require any advanced configuration. Just copy:
```toml
-baseurl = "/"
+baseURL = "http://example.org/"
languageCode = "en-us"
+title = "My New Hugo Site"
theme = "dimension"
```