tutorial

DMARC Reporting from ValiMail for Office 365

Enable DMARC on your Office 365 Domain with Reporting from ValiMail In this blog, I give you the steps on how to enable DMARC en DKIM for your domain. The end also how to activate the DMARC Reporting from ValiMail Many people configure DMARC and DKIM but only to monitor but then don’t do anything with it further because they don’t have a way to monitor what is happening.

Convert Hugo content from TOML to YAML

Convert you Hugo content from TOML to YAML When you are using Azure DevOps and go in the portal to your REPO and look at the content you will see that DevOps doesn’t recognize the TOML format.

Purge CDN content with Azure CLI in your DevOps CI/CD for Hugo

Purge CDN content with Azure CLI in your DevOps CI/CD for Hugo After your Azure DevOps CI/CD Pipeline has finished you want that you Azure CDN content get purged so your blog visitors will see the latest content and changes you have made to your blog.

Submodules in your DevOps CI/CD for Hugo

Submodules in your DevOps CI/CD for Hugo When you are building your site with the Hugo website generator you can load the themes as a Submodule in your repository with the following command: