Update README.md

This commit is contained in:
zzossig 2019-11-06 10:13:03 +09:00 committed by GitHub
parent 49f7088b9c
commit ea205d9576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 1 deletions

View File

@ -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 %}}
``` ```