Aeron Atlantis

Like the meeting of the seagulls and the waves we meet and come near. The seagulls fly off and the waves roll away we depart.

Installing Bilberry Theme

2023-05-18 1 min read 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