Skip to main content

Overview

Dzaleka Refugee Camp is home to a thriving community of visual artists who use their creativity to process experiences, preserve culture, and contribute to the global art world. The artists collection documents these talented individuals and their artistic journeys.

Cultural Significance

Visual arts in Dzaleka serve as:
  • Therapeutic Expression: Art helps process trauma and express complex emotions
  • Cultural Preservation: Artists maintain connections to their heritage through traditional techniques and motifs
  • Economic Opportunity: Artwork provides income and economic independence
  • Community Identity: Public art beautifies the camp and creates shared cultural landmarks
  • Education: Art teaches skills, history, and cultural values to younger generations
  • Global Connection: Art exhibitions connect Dzaleka artists with international audiences

The Dzaleka Art Project

Many artists in Dzaleka participate in the Dzaleka Art Project, a community initiative that:
  • Provides materials and workspace for artists
  • Organizes exhibitions and sales opportunities
  • Documents and promotes artists’ work
  • Facilitates connections with galleries and collectors
  • Supports skill development and artistic growth

Content Schema

The artists collection uses this schema defined in src/content.config.ts:505-525:

Example Artist Profile

Here’s a real example from src/content/artists/aksanti-murhebwa.md:

Creating Artist Profiles

Profile Guidelines

1

Conduct an Interview

Speak with the artist about their journey, inspirations, techniques, and goals. Let them tell their story in their own words.
2

Document Their Work

Photograph their artwork with permission. Include both finished pieces and, if possible, the creative process.
3

Gather Details

Collect biographical information, artistic background, specialties, achievements, and contact preferences.
4

Credit Sources

Always credit the biography author or interviewer who collected the information.

Creating an Artist Entry

  1. Create the markdown file in src/content/artists/:
  1. Add comprehensive frontmatter:
  1. Write the profile content:

Field Descriptions

Required Fields

string
required
Full title including artist name and role (e.g., “John Doe - Visual Artist”)
string
required
The artist’s full name
string
URL-friendly identifier (auto-generated from filename if not provided)
string
Primary artistic medium: “Painting”, “Sculpture”, “Drawing”, “Mixed Media”, etc.
string
Country of origin
string
Brief biographical statement (2-3 sentences)
string
Longer narrative about their path to becoming an artist
array
Array of artistic specialties (e.g., [“Portrait Painting”, “Abstract Art”, “Murals”])
array
Notable achievements, exhibitions, awards, or recognition
array
Titles or descriptions of significant artworks
string
How to reach the artist for commissions or inquiries
string
Name of the person who interviewed and wrote the biography
string
Path to artist’s photo or representative artwork
Whether to feature prominently in listings
boolean
default:"false"
Whether to include in special spotlight features

Artist Image Guidelines

Profile Photos

  • Subject: Can be a portrait of the artist or their representative artwork
  • Quality: High resolution, well-lit, professional appearance
  • Format: JPG or PNG
  • Size: Minimum 800x800px, optimized for web

Artwork Documentation

Consider creating separate entries in the artworks collection for individual pieces, then reference them in the artist profile.

Artist Tags

Use descriptive tags for discoverability:
  • Medium: "painting", "sculpture", "drawing", "mixed-media", "digital-art"
  • Style: "abstract", "realism", "contemporary", "traditional"
  • Themes: "portrait", "landscape", "cultural-heritage", "social-commentary"
  • Projects: "dzaleka-art-project", "public-murals", "gallery-exhibitions"
  • Origin: "congolese", "rwandan", "burundian", etc.

Featured Artists

Set featured: true for artists who:
  • Have extensive portfolios
  • Are particularly active in the community
  • Have received significant recognition
  • Represent diverse artistic styles

Spotlight Artists

Set spotlight: true for artists being highlighted in special features or campaigns:
  • Artist of the month
  • Special exhibitions
  • International collaborations
  • Teaching programs

API Access

The artists collection is accessible programmatically:

Interview Best Practices

  • What inspired you to start creating art?
  • How has your artistic style evolved over time?
  • What themes do you explore in your work?
  • How does your cultural background influence your art?
  • What do you hope viewers feel when they see your work?
  • What are your artistic goals for the future?
  • Meet in their workspace if possible
  • Allow them to show you their work during the interview
  • Give them time to think and respond thoughtfully
  • Use a translator if needed
  • Record (with permission) to capture exact quotes
  • Let them decide what to share about their background
  • Don’t focus only on hardship—highlight their talents and achievements
  • Allow them to review and approve the profile before publication
  • Honor their preferences about contact information and visibility

Supporting Artists

Include practical information to help support artists:
The artists collection integrates with:
  • Artworks (src/content/artworks/) - Individual artwork documentation
  • Photos (src/content/photos/) - Photo essays featuring artists at work
  • Events (src/content/events/) - Exhibitions and art festivals

Complete Example