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 +```