Add placeholder images to blog posts and use AVIF format.

This commit is contained in:
Nicholai 2025-12-18 14:04:03 -07:00
parent cbdf6777a6
commit 43fa6699a2
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
title: 'Building Your Own Tools: From VFX Artist to Developer' title: 'Building Your Own Tools: From VFX Artist to Developer'
description: 'Self-Hosting and AI Development in 2024: Why I build custom software instead of using cloud solutions, and how you can too without being a hardcore developer.' description: 'Self-Hosting and AI Development in 2024: Why I build custom software instead of using cloud solutions, and how you can too without being a hardcore developer.'
pubDate: 'Dec 8 2024' pubDate: 'Dec 8 2024'
heroImage: '../../assets/claude-nuke.png' heroImage: '../../assets/claude-nuke.avif'
featured: false featured: false
category: 'Development' category: 'Development'
tags: ['AI/ML', 'Self-Hosting', 'Open Source', 'Development', 'Automation'] tags: ['AI/ML', 'Self-Hosting', 'Open Source', 'Development', 'Automation']

View File

@ -2,7 +2,7 @@
title: 'G-Star Raw Olympics Campaign' title: 'G-Star Raw Olympics Campaign'
description: 'A deep dive into the VFX supervision and technical pipeline behind the G-Star Raw Olympics brand film, created in collaboration with Stinkfilms and director Felix Brady.' description: 'A deep dive into the VFX supervision and technical pipeline behind the G-Star Raw Olympics brand film, created in collaboration with Stinkfilms and director Felix Brady.'
pubDate: 'Aug 15 2024' pubDate: 'Aug 15 2024'
heroImage: '../../assets/g-star-image.jpg' heroImage: '../../assets/g-star-image.avif'
featured: true featured: true
category: 'Case Study' category: 'Case Study'
tags: ['VFX', 'Houdini', 'Nuke', 'AI/ML', 'Brand Film'] tags: ['VFX', 'Houdini', 'Nuke', 'AI/ML', 'Brand Film']

View File

@ -2,7 +2,7 @@
title: 'How to use Fox Renderfarm on Arch Linux' title: 'How to use Fox Renderfarm on Arch Linux'
description: 'A practical guide to getting Raysync and FoxRenderfarm working on Arch Linux.' description: 'A practical guide to getting Raysync and FoxRenderfarm working on Arch Linux.'
pubDate: 'Dec 14 2025' pubDate: 'Dec 14 2025'
heroImage: '../../assets/foxrenderfarm-arch-linux.png' heroImage: '../../assets/foxrenderfarm-arch-linux.avif'
featured: true featured: true
category: 'Pipeline' category: 'Pipeline'
tags: ['Linux', 'Pipeline', 'Rendering', 'DevOps', 'Tutorial'] tags: ['Linux', 'Pipeline', 'Rendering', 'DevOps', 'Tutorial']