My cool new Blog

Hello World! This is the most epic subtitle ever.
en de

Installing Bilberry Theme

2021-11-01 Code Tutorials 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