From ea205d95761cb76f31f2f7a024fa6653e8ee243e Mon Sep 17 00:00:00 2001 From: zzossig <52706977+zzossig@users.noreply.github.com> Date: Wed, 6 Nov 2019 10:13:03 +0900 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 058d5c9..b5c95d4 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,17 @@ hugo server --themesDir ../.. ## Configuration +0. From the root of your site: edit config.toml file + +```bash + +baseURL = "http://example.org/" +languageCode = "en-us" +title = "My New Hugo Site" +theme = "zzo" + +``` + 1. config folder structure ```bash @@ -464,4 +475,4 @@ root {{% notice note %}} A notice disclaimer {{% /notice %}} -``` \ No newline at end of file +```