Start with one of pre-made templates.
Extend your website with these pages.
Add functionality to your website.
<figure class="photo"> <a class="lightbox" href="path/to/image" title="Image title"> <img src="path/to/image"> </a> </figure>
<div class="gallery"> <figure class="photo"> <a href="path/to/image" title="Image title"> <img src="path/to/image"> </a> </figure> ... </div>