nicholai-work-2026/dev/blog_template.mdx
Nicholai 673a937db3 Update site configuration and enhance SEO with structured data
- Changed site URL in configuration from 'https://example.com' to 'https://nicholai.work'.
- Updated site title and description for better SEO optimization.
- Removed outdated portrait images and replaced them with optimized formats in the hero section.
- Enhanced BaseHead component with structured data for improved search engine visibility.
- Added reading time calculation to blog posts for better user engagement.
2025-12-08 14:53:56 -07:00

31 lines
1.1 KiB
Plaintext

---
title: 'Your Blog Post Title Here'
description: 'A compelling one-sentence description that summarizes the blog post. This appears in meta tags and previews.'
pubDate: 'Jan 1 2024'
heroImage: '../../assets/blog-placeholder-1.jpg'
featured: true
category: 'Case Study'
tags: ['VFX', 'Houdini', 'Nuke', 'AI/ML', 'Brand Film']
---
<!-- Introduction paragraph: Set the context and hook the reader -->
[Write your opening paragraph here. Introduce the project, collaboration, or topic. This should be engaging and provide context for what follows.]
<!-- Optional: Main hero video or image -->
<div class="video-container my-10">
<video controls class="w-full border border-white/10">
<source src="https://media.nicholai.work/your-video.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
<p class="text-slate-500 text-sm mt-3 font-mono">/// FINAL FILM</p>
</div>
<!-- Alternative: If using an image instead of video -->
<!--
<div class="my-10">
<img src="path/to/image.jpg" alt="Description" class="w-full border border-white/10" />
<p class="text-slate-500 text-sm mt-3 font-mono">/// HERO IMAGE</p>
</div>
-->