portfolio-items
Mosaic Portfolio Item
Mosaic Portfolio Item Guide
Overview
This guide explains how to create a portfolio item with mosaic-style layouts and sections using the Snowlake Jekyll theme.
Front Matter Configuration
General Metadata
date: YYYY-MM-DD # Publication date of the portfolio item
layout: portfolio/items/columns-layout # Required layout for mosaic portfolio
title: "Portfolio Item Title" # Main title of the portfolio item
sub_title: "Subtitle Description" # Optional subtitle
header_image: "/path/to/header-image.webp" # Full-width header image
Client Information
client: "Client Name" # Name of the client or organization
Categorization
grouped_by: mosaic # Mosaic layout grouping
filters: # Categorization tags
- branding
- video
Project Mosaic & Item Information
thumbnail: "/path/to/thumbnail.webp" # Thumbnail for portfolio listing
big_image: "/path/to/big-image.webp" # Large featured image
width2: true # Optional width scaling
height2: true # Optional height scaling
order: 1 # Optional display order
Section Layout
Section Structure
<section alignment="left|right">

## Section Heading
**Highlight or Tagline**
<p class="lead">
Descriptive lead paragraph explaining the section's context or significance.
</p>
[Link Text](#)
</section>
Alignment Options
alignment="left"
: Content aligned to the leftalignment="right"
: Content aligned to the right
Section Components
-
Image
- Use Markdown image syntax
- Provide meaningful alt text
- Optional title attribute
-
Heading
- Use
##
for section headings - Keep headings concise and descriptive
- Use
-
Tagline
- Use bold text for emphasis
- Capture the essence of the section
-
Lead Paragraph
- Use
<p class="lead">
for prominent text - Provide context or key insights
- Use
-
Optional Link
- Use Markdown link syntax
- Can be a placeholder or actual link
Best Practices
Image Guidelines
- Use high-quality, relevant images
- Optimize images for web performance
- Compress images
- Use WebP format
- Maintain consistent image styles
- Use descriptive file names
Content Design
- Create a narrative flow between sections
- Use consistent formatting
- Balance text and visual elements
- Highlight key project aspects
- Maintain a clear, engaging structure
Responsive Considerations
- Sections will adapt to different screen sizes
- Test layout on various devices
- Ensure readability across platforms
Customization Options
- Adjust
width2
andheight2
for image scaling - Use
order
to control section display sequence - Experiment with alignment and content placement
Troubleshooting
- Verify image paths
- Check Markdown syntax
- Ensure consistent formatting
- Test responsiveness
Related Documentation
Example Workflow
- Choose a compelling project
- Select high-quality images
- Craft concise, engaging sections
- Use consistent styling
- Review and refine layout