Overview:
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.
Features:
- Based on the Multiverse template by HTML5 UP
- Allows users to display each image as its own separate post
- Provides a folder for storing metadata (image title and caption) in
_images
- Provides a folder for storing actual images (thumbnails and fulls) in
assets/images
Installation:
To install the Multiverse Jekyll site template, follow these steps:
- Clone the repository by running the following command:
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
- Open your web browser and access
localhost:4000
to view your site.
Summary:
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.