Starter site for creating a responsive image gallery using the Eleventy static site generator
The Eleventy Photo Gallery is a starter site that allows users to create their own photo or art gallery using the Eleventy static site generator. The site is highly performant and optimized for responsive images. Users can easily add images to the gallery and featured image pages by editing the provided metadata file. The site also supports build-time image transformations, removing the need for users to resize images on their own.
<picture>
element to ensure that images are responsive and optimized for different screen sizes.To install the Eleventy Photo Gallery theme, follow these steps:
git clone https://github.com/tannerdolby/eleventy-photo-gallery.git
cd eleventy-photo-gallery
npm install
npm run build
npm run start
or npm run dev
The Eleventy Photo Gallery is a great option for anyone looking to create their own photo or art gallery website. The theme provides a responsive and optimized design, making it visually appealing on different devices. Additionally, the inclusion of build-time image transformations streamlines the process of incorporating images into the gallery. Overall, this theme offers a user-friendly solution for showcasing and managing a photo or art collection.