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
|
## 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
|
1. config folder structure
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -464,4 +475,4 @@ root
|
||||||
{{% notice note %}}
|
{{% notice note %}}
|
||||||
A notice disclaimer
|
A notice disclaimer
|
||||||
{{% /notice %}}
|
{{% /notice %}}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue