Skip to content

Commit

Permalink
improved setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lednerb committed Nov 5, 2017
1 parent 78b210c commit 44b20ff
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions exampleSite/content/code/installing-bilberry-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 44b20ff

Please sign in to comment.