thedevopscat blog

Thoughts, observations and learnings of the devopscat...

Installing Bilberry Theme

2022-11-01 1 min read Hugo Thedevopscat

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:

  • Make sure you have installed the latest version of Hugo-extended

  • Then 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 --noHTTPCache --disableFastRender -D
  • Configure the config.toml file according to your needs
  • Start blogging