Update README.md
This commit is contained in:
parent
49f7088b9c
commit
ea205d9576
13
README.md
13
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 %}}
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue