Below you will find pages that utilize the taxonomy term “Blogging”
posts
MVP Preparing for Renewal
Introduction Since January 2024, I have had the honor of being a Microsoft MVP. Now, it’s time to renew my MVP status, which requires gathering all my contributions to submit within the renewal application. I must admit, I haven’t been great at keeping track of my contributions every time I raise a Pull Request or write a blog post. But here’s what I’ve managed to pull together.
Pull Requests within Github I’ve successfully merged nearly 70 Pull Requests (PRs) in open-source PnP repositories, along with over 50 blog posts spanning areas like PowerShell, SharePoint, Azure DevOps, Power Automate, and M365 Copilot.
posts
Creating New Posts with Hugo
Creating New Posts with Hugo In this post, we will walk through the process of creating a new post in Hugo, a popular static site generator.
Step 1: Navigate to Your Hugo Site First, navigate to the directory where your Hugo site is configured. You can do this using the cd command in terminal:
cd .\Hugo\sites\M365Blog\ Step 2: Create a New Post Next, use the hugo new command to create a new post: