Releases: slashtechno/cross-blogger
Releases · slashtechno/cross-blogger
Rolling release
Latest commit: fix: Convert frontmatter categories and tags from []interface{} to []string
docs: Added screenshot to README
v0.2.0
Rewrote the program to make it a headless CMS for static site generators (especially Hugo) powered by Google's Blogger.
Blog post regarding the rewrite
Full Changelog: v0.1...v0.2.0
v0.1
package main
import fmt
func main(){
fmt.Println("Hello, world!")
fmt.Println("This is the first (non-rolling) release for this project")
}