Skip to content

Commit

Permalink
Updated content.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lednerb committed Feb 5, 2020
1 parent f267077 commit 0b8e5e2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Hallo zusammen!

Dieses Premium Theme ist unter einer Open Source Lizenz veröffentlicht worden, sodass du dieses für deinen Blog benutzen kannst.

Bisher habe ich mehr als 75 Stunden Arbeitszeit investiert, um eins der besten Themes für Hugo zu erstellen, das es bisher für Hugo gibt.
Bisher habe ich 100+ Stunden Arbeitszeit investiert, um eins der besten Themes für Hugo zu erstellen, das es bisher für Hugo gibt.

Wenn dir dieses Theme gefällt und du über alle neuen Erweiterungen und Funktionen informiert werden oder einfach Danke sagen möchtest, schau mal in unseren Discord Kanal:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resizeImages: false
---
Hey there!

This Premium Theme is published under an open source license so you can use it for your blog. It took me more than 75 hours of work to create one of the best Hugo themes out there.
This Premium Theme is published under an open source license so you can use it for your blog. It took me 100+ hours of work to create one of the best Hugo themes out there.

If you enjoy this theme and want to stay informed about the latest releases and features or want to say thanks and discuss with other users, join our Discord server:

Expand Down
8 changes: 4 additions & 4 deletions exampleSite/content/code/installing-bilberry-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@ __If you want to install this theme, follow these steps:__

- Install Hugo and create a new site:

```sh
```plaintext
hugo new site my-new-blog
```

- Switch to your `theme` folder and import the latest version of the Bilberry Theme

```sh
```plaintext
cd my-new-blog/themes
git clone https://github.com/Lednerb/bilberry-hugo-theme.git
```

- Copy the example content to your new site

```sh
```plaintext
cp -r bilberry-hugo-theme/exampleSite/* ../
```

- Test the installation

```sh
```plaintext
cd ../
hugo server -D
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ categories: ['Video', 'Music', 'Politics']
tags: ['Kilez More']

# Set your video id for
youtube: "Yk_BI3ne0Ic"
youtube: "M7IjJiZUutk"
vimeo: "" # https://vimeo.com/239830182 -> "239830182"
---
Kilez More is a great Austrian musician.
Expand Down

0 comments on commit 0b8e5e2

Please sign in to comment.