HTML5UP's Multiverse theme for Jekyll
The Multiverse by HTML5UP is a Jekyll site template that is based on the Multiverse template by HTML5 UP. It allows users to create a website that showcases images as separate posts, with metadata for each image stored in the _images
folder and actual images stored in the assets/images
folder.
_images
assets/images
To install the Multiverse Jekyll site template, follow these steps:
git clone https://github.com/joaomlneto/jekyll-multiverse-template.git
Open the cloned repository in your preferred code editor.
Customize the template by editing the _config.yml
file. You can modify settings such as site title, author name, and so on.
Add images to the _images
folder. Each image should have its own separate Markdown file (e.g., _images/image1.md
) with metadata that includes the image title and caption.
Add the actual images (thumbnails and fulls) to the assets/images
folder.
Run the Jekyll server to preview your site locally:
bundle exec jekyll serve
localhost:4000
to view your site.The Multiverse by HTML5UP is a Jekyll site template that allows users to create a visually appealing website for showcasing images as separate posts. With separate folders for storing metadata and actual images, users can easily manage and customize their image gallery. The template is based on the Multiverse template by HTML5 UP, providing a modern and responsive design. Overall, it is a useful tool for photographers, artists, or anyone looking to create a beautiful image-centric website.