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