From 43561d29b363766839fa8b20362774e641391680 Mon Sep 17 00:00:00 2001 From: plantroon Date: Sat, 14 Aug 2021 18:23:46 +0000 Subject: [PATCH] Changed references to the theme from Vienna to planblog --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0aa13c7..865fe6d 100644 --- a/README.md +++ b/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 ```