gojekyll icon indicating copy to clipboard operation
gojekyll copied to clipboard

add size to comparison table

Open ghost opened this issue 2 years ago • 1 comments

to me a good benefit of this project is the small size, at least in comparison to Hugo. currently the go.sum is 113 lines:

https://github.com/osteele/gojekyll/blob/main/go.sum

compared to Hugo, which is a ridiculous 859 lines:

https://github.com/gohugoio/hugo/blob/master/go.sum

ghost avatar Aug 26 '23 22:08 ghost

Hmm the size of the go.sum is indicative of the number of dependencies more than project size itself, which is calculated in another way, but will try to add something...

danog avatar Aug 29 '23 13:08 danog