Having a photography blog, the more I post, the bigger the zip file to be uploaded. Eventually it will be too big (for a rural connection speed). It’s already taking 20-30mins to upload the blog with a new post.
I realise there are other ways of dealing with this, such as putting the images in flickr and linking to them but I’d like to have a completely static site.
Would there be a way to keep post content and images separate? e.g. have all images in e.g. /images and reference them from there? That would allow uploading the blog zip which would be text only and only needing to upload the new folder inside the /images folder.
All I have is ftp. So I can’t hugo deploy. I think it should be possible to move all images outside the blog and only have the text in the blog. So the structure on the server would be /blog and /blogimages but I’m not sure the hugo preview can deal with that as it serves out of /blog only