Files
hugo_backup/themes/bilberry-hugo-theme/exampleSite/content/code/installing-bilberry-theme.md

884 B

title, date, categories, tags, author
title date categories tags author
Installing Bilberry Theme 2017-11-01T09:31:27+01:00
Code
Tutorials
Hugo
Bilberry Theme
Lednerb

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 theme folder 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.toml file according to your needs
  • Start blogging