A list of random plugins to test my Hugo deployment.
Azure Diagram
Sequence Diagram
sequenceDiagram
Alice ->> Bob: Hello Bob, how are you?
Bob-->>John: How about you John?
Bob--x Alice: I am good thanks!
Bob-x John: I am good thanks!
Note right of John: Bob thinks a long<br/>long time, so long<br/>that the text does<br/>not fit on a row.
Bob-->Alice: Checking with John...
Alice->John: Yes... John, how are you?
Gantt Chart
gantt
dateFormat YYYY-MM-DD
title Adding GANTT diagram to mermaid
excludes weekdays 2014-01-10
section A section
Completed task :done, des1, 2014-01-06,2014-01-08
Active task :active, des2, 2014-01-09, 3d
Future task : des3, after des2, 5d
Future task2 : des4, after des3, 5d
// See https://aka.ms/new-console-template for more information// https://graph.microsoft.com/v1.0/users?$filter=endsWith(userPrincipalName, 'contoso.com%23EXT%23%40microsoft.onmicrosoft.com')&$select=userPrincipalName&$count=trueusingAzure.Identity;usingMicrosoft.Graph;usingMicrosoft.Graph.Models;vardomainList=newDictionary<string,List<string>>(){{"Contoso",newList<string>(){"contoso.com#EXT#@microsoft.onmicrosoft.com",}},{"Fabrikam",newList<string>(){"fabrikam.com#EXT#@microsoft.onmicrosoft.com",}}};vardefaultAzureCredential=newDefaultAzureCredential();vargraphServiceClient=newGraphServiceClient(defaultAzureCredential);varcount=0;usingvarstreamWriter=newStreamWriter("output.csv");foreach(varkvpindomainList){foreach(vardomaininkvp.Value){varuserCollectionResponse=awaitgraphServiceClient.Users.GetAsync((requestConfiguration)=>{requestConfiguration.Headers.Add("ConsistencyLevel","eventual");requestConfiguration.QueryParameters.Filter=$"endsWith(userPrincipalName, '{domain}')";requestConfiguration.QueryParameters.Select=new[]{"id, displayName, userPrincipalName"};requestConfiguration.QueryParameters.Count=true;});if(userCollectionResponse!=null){varpageIterator=PageIterator<User,UserCollectionResponse>.CreatePageIterator(graphServiceClient,userCollectionResponse,async(user)=>{awaitstreamWriter.WriteLineAsync($"{count++}, {kvp.Key}, {user.Id}, {user.DisplayName}, {user.UserPrincipalName}");returntrue;});awaitpageIterator.IterateAsync();}}}graphServiceClient.Dispose();
Map
Tweet
Honestly super enjoyed playing the PoE world in first person @AvowedtheGame! The gameplay mechanics felt really good, the dialogue was super interesting as a PoE 1 and 2 player. For me, it felt like I was really in the Living Lands on the brink of dream and reality.
— Justin Wendlandt (jwendl) (@jwendlatxbox) March 7, 2025