Installing Bilberry Theme
You will find all information to setup this theme with your hugo site
on the official 
 Github Repository.
If you want to install this theme, follow these steps:
- Install Hugo and create a new site:
hugo new site my-new-blog
- Switch to your themefolder and import the latest version of the Bilberry Theme
cd my-new-blog/themes
git clone https://github.com/Lednerb/bilberry-hugo-theme.git
- Copy the example content to your new site
cp -r bilberry-hugo-theme/exampleSite/* ../
- Test the installation
cd ../
hugo server -D
- Configure the config.tomlfile according to your needs
- Start blogging
