Skip to content

Releases: slashtechno/cross-blogger

Rolling release

24 Feb 01:59
6a8897c
Compare
Choose a tag to compare
Rolling release Pre-release
Pre-release

Latest commit: fix: Convert frontmatter categories and tags from []interface{} to []string
docs: Added screenshot to README

v0.2.0

15 Jul 18:15
151bd29
Compare
Choose a tag to compare

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

01 Oct 06:11
Compare
Choose a tag to compare
package main
import fmt
func main(){
    fmt.Println("Hello, world!")
    fmt.Println("This is the first (non-rolling) release for this project")
}