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
|
||||
|
||||
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:
|
||||
|
||||
- Simple and clean design
|
||||
@ -20,10 +20,10 @@ In your hugo site directory, run:
|
||||
```shell
|
||||
$ mkdir 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
|
||||
|
||||
@ -65,10 +65,10 @@ copyright = "© Copyright notice"
|
||||
|
||||
## 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:
|
||||
|
||||
```shell
|
||||
$ hugo server -t vienna -w -D
|
||||
$ hugo server -t planblog -w -D
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user