brandur / sorg

A Go-based static site generator that compiles brandur.org.
MIT License
488 stars 164 forks source link

release #225

Open ghost opened 5 years ago

ghost commented 5 years ago

should have releases similar to Hugo:

https://github.com/gohugoio/hugo/releases

brandur commented 5 years ago

@cup Is this something you'd actually use? The reason I don't run standard releases is that this project is mostly intended as "me-ware". It's a static site generator, but a lot of it is pretty specific to brandur.org.

ghost commented 5 years ago

@brandur I would give it a shot if a release was available

i suppose i could just install it via Go - but i was hoping to avoid that as i dont currently have Go installed

however if its trouble maybe dont worry about it

brandur commented 5 years ago

@cup Cool! In your case, I'd recommend something a little more general purpose like Hugo. You could try to make sorg work to your purposes, but I think you'd find that the level of customization here would act as quite a bit of backpressure at every step, and the whole effort would be a slog to get going.