Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ An unserem letzten Tag besuchten wir Dover Castle - eine Antike Burganlage. Die

Bester Urlaub aller Zeiten!

*Ja, ich könnte ein ganzes Buch über diese fantastische Reise schreiben... <br>
*Ja, ich könnte ein ganzes Buch über diese fantastische Reise schreiben...
Aber hier geht's um eine Demo für das coole [__Bilberry Theme__](https://github.com/Lednerb/bilberry-hugo-theme) ;-)*
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ On our last day, we visited Dover Castle - an ancient castle complex. The Romans

Best vacation ever!

*Yeah, I could write a whole book about this fantastic journey... <br>
*Yeah, I could write a whole book about this fantastic journey...
But we're here for the cool [__Bilberry Theme__](https://github.com/Lednerb/bilberry-hugo-theme) ;-)*
5 changes: 5 additions & 0 deletions v4/exampleSite/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/Lednerb/bilberry-hugo-theme/v4/exampleSite
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hugo.mod should not be added here since it's a manual step when creating a new site from the example site: https://github.com/Lednerb/bilberry-hugo-theme?tab=readme-ov-file#option-1-recommended-adding-the-theme-as-a-hugo-module.


go 1.25.7

require github.com/Lednerb/bilberry-hugo-theme/v4 v4.15.3 // indirect
2 changes: 2 additions & 0 deletions v4/exampleSite/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/Lednerb/bilberry-hugo-theme/v4 v4.15.3 h1:8JyzdQBgnVChmaRq45YdubWp3hPexFes/PSGgf7yEYc=
github.com/Lednerb/bilberry-hugo-theme/v4 v4.15.3/go.mod h1:gjnSUo3GJs2MvJDGc5fNHSyAt1wAeGGrMSMxNdVcsKo=
2 changes: 2 additions & 0 deletions v4/exampleSite/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ defaultContentLanguage = "en"
# Enable / Disable comments on the articles via Disqus.
disqusShortname = ""

ignoreLogs = ['warning-goldmark-raw-html']

[module]
[[module.imports]]
# Option 1 (recommended): adding the theme as a Hugo module
Expand Down