Changed references to the theme from Vienna to planblog

This commit is contained in:
Jakub Filo 2021-08-14 18:23:46 +00:00
parent fc1b09cb2f
commit 43561d29b3
1 changed files with 6 additions and 6 deletions

View File

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