You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been blogging for over 20 years. I started out with a program called Moveable Type and when they changed their license I switched to Wordpress.
Now that Wordpress is self-destructing I am migrating my sites to Hugo. I've tried out no less than 20 themes and Bilberry is by far the nicest. The documentation is great and the typeface choices are inspired. My site looks better than it did under WP:
The idea I have is that the information in the footnote section would make a great sidebar. My css skills are weak but I was able to get most of it to work by adding some float elements.
To .bilberry-hugo-theme .main I added float: left and to .bilberry-hugo-theme footer I added float: right. I could never get the credits to line up properly so I took them out, and I would love some suggestions on how to do this properly. Still, I'm happy with how it turned out.
Oh, one tip I wanted to share. I wanted my Categories to be sorted alphabetically instead of by those with the most references, so I edited /layout/partials/footer.html and changed
.Site.Taxonomies.categories.ByCount
to
.Site.Taxonomies.categories.Alphabetical
Thanks again for putting so much work into this theme. I plan to use it for other sites as I slowly move away from Wordpress.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've been blogging for over 20 years. I started out with a program called Moveable Type and when they changed their license I switched to Wordpress.
Now that Wordpress is self-destructing I am migrating my sites to Hugo. I've tried out no less than 20 themes and Bilberry is by far the nicest. The documentation is great and the typeface choices are inspired. My site looks better than it did under WP:
Vintage Spirits and Forgotten Cocktails
The idea I have is that the information in the footnote section would make a great sidebar. My css skills are weak but I was able to get most of it to work by adding some float elements.
To
.bilberry-hugo-theme .main
I addedfloat: left
and to.bilberry-hugo-theme footer
I addedfloat: right
. I could never get the credits to line up properly so I took them out, and I would love some suggestions on how to do this properly. Still, I'm happy with how it turned out.Oh, one tip I wanted to share. I wanted my Categories to be sorted alphabetically instead of by those with the most references, so I edited
/layout/partials/footer.html
and changed.Site.Taxonomies.categories.ByCount
to
.Site.Taxonomies.categories.Alphabetical
Thanks again for putting so much work into this theme. I plan to use it for other sites as I slowly move away from Wordpress.
Beta Was this translation helpful? Give feedback.
All reactions