Changed references to the theme from Vienna to planblog
This commit is contained in:
parent
dbe27d3937
commit
f508906eb0
12
README.md
12
README.md
@ -1,8 +1,8 @@
|
|||||||
# Vienna
|
# planblog
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Vienna is a simple and clean blog theme for [Hugo](http://gohugo.io/).
|
planblog is a simple and clean blog theme for [Hugo](http://gohugo.io/).
|
||||||
Notable features are:
|
Notable features are:
|
||||||
|
|
||||||
- Simple and clean design
|
- Simple and clean design
|
||||||
@ -20,10 +20,10 @@ In your hugo site directory, run:
|
|||||||
```shell
|
```shell
|
||||||
$ mkdir themes
|
$ mkdir themes
|
||||||
$ cd themes
|
$ cd themes
|
||||||
$ git clone https://github.com/keichi/vienna
|
$ git clone https://git.plantroon.com/plantroon/planblog.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Vienna is also included in the `spf13/hugoThemes` repository.
|
planblog is also included in the `spf13/hugoThemes` repository.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
@ -65,10 +65,10 @@ copyright = "© Copyright notice"
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Use hugo's `-t vienna` or `--theme=vienna` option with hugo commands.
|
Use hugo's `-t planblog` or `--theme=planblog` option with hugo commands.
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ hugo server -t vienna -w -D
|
$ hugo server -t planblog -w -D
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user