From 44b20ff5584d00511f19738ccad452679f519810 Mon Sep 17 00:00:00 2001 From: Sascha Brendel Date: Sun, 5 Nov 2017 22:32:06 +0100 Subject: [PATCH] improved setup instructions --- exampleSite/content/code/installing-bilberry-theme.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/code/installing-bilberry-theme.md b/exampleSite/content/code/installing-bilberry-theme.md index 5cbef00bc..71ed318b3 100644 --- a/exampleSite/content/code/installing-bilberry-theme.md +++ b/exampleSite/content/code/installing-bilberry-theme.md @@ -29,8 +29,15 @@ git clone https://github.com/Lednerb/bilberry-hugo-theme.git - Copy the example content to your new site ```sh -cp -r bilberry-hugo-theme/example-site ../ +cp -r bilberry-hugo-theme/exampleSite/* ../ +``` + +- Test the installation + +```sh +cd ../ +hugo server -D ``` - Configure the `config.toml` file according to your needs -- run `hugo server -D` to view your new site on your local machine +- Start blogging