zzossig / hugo-theme-zzo

Make a blog with hugo zzo theme!
https://themes.gohugo.io//theme/hugo-theme-zzo/en/
MIT License
743 stars 256 forks source link

Automate testing with GitHub actions #359

Closed sosiristseng closed 3 years ago

sosiristseng commented 4 years ago

I added a GitHub action for automating testing running the latest Hugo and the minimal version.

sosiristseng commented 4 years ago

The PR is a draft right now because I encountered cannot find zzo module error while running hugo --themesDir ../.. . I need to find out why Hugo try to open zzo as a Go module.

sosiristseng commented 4 years ago

I fixed the theme path issue and found something interesting: There was probably a bug giving out an error upon building the website using Hugo 0.65.0. Updating to 0.65.3 solved this.

Therefore, I tested the theme against 0.65.3 and the latest versions of Hugo.

zzo is a gorgeous theme, thank you all for the hard work.

szpak commented 3 years ago

I liked the idea to automatically ZZO theme with different Hugo versions. It's pity that it hasn't been merged :-(.