Line | |
---|
1 | --- |
---|
2 | title: "Installing Bilberry Theme" |
---|
3 | date: 2021-11-01T09:31:27+01:00 |
---|
4 | |
---|
5 | categories: ['Code', 'Tutorials'] |
---|
6 | tags: ['Hugo', 'Bilberry Theme'] |
---|
7 | author: "Lednerb" |
---|
8 | --- |
---|
9 | You will find all information to setup this theme with your hugo site |
---|
10 | on the official <br> [Github Repository](https://github.com/Lednerb/bilberry-hugo-theme). |
---|
11 | |
---|
12 | <!--more--> |
---|
13 | |
---|
14 | __If you want to install this theme, follow these steps:__ |
---|
15 | |
---|
16 | - Install Hugo and create a new site: |
---|
17 | |
---|
18 | ```plaintext |
---|
19 | hugo new site my-new-blog |
---|
20 | ``` |
---|
21 | |
---|
22 | - Switch to your `theme` folder and import the latest version of the Bilberry Theme |
---|
23 | |
---|
24 | ```plaintext |
---|
25 | cd my-new-blog/themes |
---|
26 | git clone https://github.com/Lednerb/bilberry-hugo-theme.git |
---|
27 | ``` |
---|
28 | |
---|
29 | - Copy the example content to your new site |
---|
30 | |
---|
31 | ```plaintext |
---|
32 | cp -r bilberry-hugo-theme/exampleSite/* ../ |
---|
33 | ``` |
---|
34 | |
---|
35 | - Test the installation |
---|
36 | |
---|
37 | ```plaintext |
---|
38 | cd ../ |
---|
39 | hugo server -D |
---|
40 | ``` |
---|
41 | |
---|
42 | - Configure the `config.toml` file according to your needs |
---|
43 | - Start blogging |
---|
Note: See
TracBrowser for help on using the repository browser.