Welcome! This directory contains comprehensive guides and templates for creating blog posts for the Azure Meetup Casteddu website.
What it contains:
When to use:
Read time: 15-20 minutes (detailed reference)
What it contains:
When to use:
Read time: 10-15 minutes (skim and copy what you need)
What it contains:
When to use:
Read time: 10 minutes (learn the pattern, then reference as needed)
TEMPLATES_POST_CREATION.md (choose your post type)_posts/ directorybundle exec jekyll serveCOPILOT_POST_CREATION.mdYYYY-MM-DD-author-slug-title-slug.md
title: "Post Title"
author: Author Name # or authors: [Author1, Author2]
permalink: "/YYYY/MM/DD/slug/"
category: [Category1, Category2]
tags: [tag1, tag2, tag3]
---
[Frontmatter]
---
<figure class=" ">
<figcaption>Caption
</figcaption>
</figure>
[Opening paragraph]
[Main content sections]
[Links/CTA]
/assets/images/YYYY-MM-DD/[filename].jpg
YYYY-MM-DD-slug.md/assets/images/YYYY-MM-DD/)_data/authors.yml/
βββ SKILLS_POST_CREATION.md β Full conventions guide
βββ TEMPLATES_POST_CREATION.md β Ready-to-use templates
βββ COPILOT_POST_CREATION.md β Copilot integration guide
βββ _posts/ β Your post files go here
β βββ YYYY-MM-DD-slug.md
βββ _data/
β βββ authors.yml β Author profiles
βββ assets/
β βββ images/
β β βββ YYYY-MM-DD/ β Your images here
β βββ pdf/ β PDFs and presentations
βββ _config.yml β Site configuration
βββ README.md β Repository README
Meetup - Local meetup eventsGlobal Azure - International eventsCommunity - Community announcementsArticoli - In-depth articlesWorkshop - Training sessionsAzure - Always includeMeetup - For eventsCommunity - Community involvement[Topic-Name] - Topic-specific[Speaker-Name] - If relevant[Event-Name] - If relevant_data/authors.ymlNew Author Name:
name: "Display Name"
bio: "Optional bio"
avatar: "/assets/images/NewAuthor.jpg"
links:
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://linkedin.com/in/..."
fab fa-fw fa-linkedinfab fa-fw fa-twitterfas fa-fw fa-linkfas fa-fw fa-envelope-squarefas fa-fw fa-mvp/assets/images/YYYY-MM-DD/filename-description.jpg
Examples:
2026-02-20-luigi-pandolfino.jpg2025-12-01-antonio-buonaiuto-mvp.jpg2026-01-19-iac-infrastructure-banner.jpeg.jpg - photographs, images.png - graphics, logos.jpeg - same as jpg.gif - animations.pdf - presentations (in /assets/pdf/)bundle exec jekyll serve
Then visit: http://127.0.0.1:4000
_data/authors.ymlLook at existing posts in _posts/ for real examples:
2025-12-01-antonio-buonaiuto-microsoft-most-valuable-professional-acknowledgement.md - Community announcement2026-02-20-luigi-pandolfino-azure-meetup-casteddu-azure-site-recovery-come-ti-salvo-is-nadigas.md - Event announcement2025-07-27-fabio-cannas-the-azure-developers-superpower-azd-cli.md - Session recap2026-01-19-fabio-cannas-global-azure-veneto-2026-infrastructure-as-code-on-azure-session.md - Conference sessionA: The date the post is published (or should be published). Use YYYY-MM-DD format.
A: Use authors: [Author1, Author2] instead of single author: field.
A: Primarily Italian, but some posts include English (e.g., technical sessions). See examples.
A: In /assets/images/YYYY-MM-DD/ directory, matching your post date.
A: 3-5 strategically placed for visual interest. Too many looks unprofessional.
A: Either change the date, or wait until the publication date for it to appear.
A: Yes, but donβt change the date (it changes the URL). Edit the content directly.
A: Use YouTube embed in header.video or include EventBrite widget in content.
β
Reuse author profiles - Once in _data/authors.yml, just reference by name
β
Use existing tags - Helps with site navigation
β
Check examples - Look at past posts for style/tone
β
Test locally - Always run bundle exec jekyll serve first
β
Validate links - Test all URLs before committing
β
Keep images small - Optimize before uploading
β
Be consistent - Follow conventions helps users predict structure
SKILLS_POST_CREATION.mdTEMPLATES_POST_CREATION.mdCOPILOT_POST_CREATION.md_posts/ directorybundle exec jekyll serve_config.yml_data/authors.yml_posts/ directoryassets/images/ directory_layouts/ directory_includes/ directoryLast Updated: April 20, 2026
Repository: azuremeetupcasteddu/azuremeetupcasteddu.github.io
Theme: Minimal Mistakes Jekyll Theme
Language: Primarily Italian