Comments Play Pen
Feel free to test a comment here or reaction here. Sorry for you if you don’t have a GitHub account yet.

Feel free to test a comment here or reaction here. Sorry for you if you don’t have a GitHub account yet.
Has this ever happened to you? You start a new Hugo site for the first time in months and want to use the latest version of the perfect Hugo theme. You wire up your site, and the Hugo build fails because your version of Hugo is too old. So you’re stuck between risking breaking your existing Hugo sites and having to use an older theme to start on your new site. This happened to me very recently. Here is what I learned.
TL;DR: Hugo is a single portable binary—keep separate versioned folders and invoke the exact one you need; no installs, no clashes.
When running hugo serve with an older binary or a mismatched theme, you may see errors like:
ERROR deprecated: .Site.Author was deprecated in Hugo v0.124.0 and subsequently removed. Implement taxonomy 'author' or use .Site.Params.Author instead.
ERROR at <partial "plugin/fontawesome.html" (dict "Style" "solid" "Icon" "adjust")>: error calling partial: partial "plugin/fontawesome.html" not foundUsers complained about not being able to share a SharePoint folder, even users with permissions granting full control. They could share individual files in the folder, but could not share any folders from root to nested folders. You could only get a link to share with users who already have access.
Even more confusing was the suggestion to ask an Owner to share the folder since some of these users were owners.

I have had an Office 365 E3 license the using OneNote, Outlook, Excel pretty much any day I work and other Office applications for years. I especially like OneNote which had the tantalizing Copilot icon dimmed:

I finally decided the time is right to get Copilot. Step one was buying the license which took a couple of tries. At first, Microsoft said it was not available in my tenant, then a refresh showed the $360 one-year Copilot license. I bought it and activated for my E3 account in my O365 tenant.
An issue hit my desk yesterday that some users were getting access denied when trying to open an Excel file in O365 while other users could see it.
The file was in a document library where Members were granted “Restricted View” access meaning they can view, but not print nor download Office files including Excel files. Owners had full access to the files.

When some users tried to open the .xlsx file, Excel opened on their desktop, and it prompted for their log in:

Welcome again to the blog. This is still running on Hugo, but after considering how to get recent posts onto my main site, I decided to just incorporate my main site into the blog where it is so much easier to include blog posts anywhere I like in any format I like. I hope to make “cards” for posts on the home page whenever I have a moment to do some more development. So here we are. Below are some notes I made as I worked out some decisions during this development process.
If you want to send an email to people in a multi-person field from the output from the SharePoint Get Items action, Power Automate says, great, let’s just loop through your list of people. However, you can easily inadvertently wire up the apply-to-each to your get SharePoint items output and end up with 100 x 100 = 10,000 actions which is over the current low limit for many tenants. This will send an email out. I received this from one of our clients from a Flow someone else had written:


Want to see which pages on your site are the most popular? Static Web Applications (SWA) like those generated by Hugo (see Create New Hugo Blog Site in Azure SWA) and any site that can add Javascript to content can send details to Azure where you can view details through many different lenses. For low volume sites, the cost is under a US$0.01 per month.

Microsoft has defaulted videos being stored in SharePoint documet libraries which have a superior feature set relative to the Classic Stream experience. As I write this, we are in the final weeks of support for Classic Stream which is scheduled to be turned off April, 15, 2024 after a postponement from Auguest, 2023. I think they mean it this time.
Consider this scenario. You have linked two document libraries to OneDrive and you need to copy content from one to the other. When copying content between network drives back in the “old days”, you could drag and drop the folders and files to copy from the old to the new. But when they are both sync’ed to your local harddrive?
![]()

If you have an Azure Static Web App created and want to use a custom domain on a domain registered hosted outside of Azure, follow these steps. For example, here is how I created https://bullseyeconsulting.com using some of the screen shots from Add Custom Subdomain to Azure Static Web App. These have the light background. Azure grants up to two custom domains per static web app including an SSL certificate which means the site works using the encrypted HTTPS protocol. It is very easy and very free, an amazing value. Prerequisites