Improve README readability
This commit is contained in:
parent
5bfedded5c
commit
9c8318a218
@ -17,7 +17,7 @@ Notable features are:
|
|||||||
|
|
||||||
In your hugo site directory, run:
|
In your hugo site directory, run:
|
||||||
|
|
||||||
```
|
```shell
|
||||||
$ mkdir themes
|
$ mkdir themes
|
||||||
$ cd themes
|
$ cd themes
|
||||||
$ git clone https://github.com/keichi/vienna
|
$ git clone https://github.com/keichi/vienna
|
||||||
@ -28,7 +28,7 @@ $ git clone https://github.com/keichi/vienna
|
|||||||
You may specify following options in `config.toml` of your site to make use of
|
You may specify following options in `config.toml` of your site to make use of
|
||||||
this theme's feattures.
|
this theme's feattures.
|
||||||
|
|
||||||
```
|
```toml
|
||||||
baseurl = "Your site URL"
|
baseurl = "Your site URL"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "Your site title"
|
title = "Your site title"
|
||||||
@ -54,7 +54,7 @@ copyright = "© Copyright notice"
|
|||||||
Use hugo's `-t vienna` or `--theme=vienna` option with hugo commands.
|
Use hugo's `-t vienna` or `--theme=vienna` option with hugo commands.
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
```
|
```shell
|
||||||
$ hugo server -t vienna -w -D
|
$ hugo server -t vienna -w -D
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user