I have a straightforward webpage with a large number of images. Just like this...
<img src="img/photo00001.jpg">
<img src="img/photo00002.jpg">
<img src="img/photo00003.jpg">
... and so forth
I don't want to waste hours copying and pasting and adjusting the numbers, only to realize later that I forgot the anchor tags. I know Wordpress could handle it, but this is meant to be a basic project and all the layout and design work has already been done; theming it would be excessive.
What's the most efficient approach to tackle this issue?
- Developing a custom auto-generated CMS? I've heard about it but am not very familiar with it
- Using a Sublime plugin to create the HTML code? I doubt it writes the image path
- Any other suggestions?
Just keep in mind that I specialize in front-end development.