My goal is to find a way to adapt/co-opt Hugo templates into an .NET driven static site generator.
Right now the two main candidates are Statiq and Fornax
| { | |
| "final_space": true, | |
| "console_title": true, | |
| "console_title_style": "folder", | |
| "blocks": [ | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "horizontal_offset": 0, | |
| "vertical_offset": 0, |
| namespace AzurefnSecret | |
| open Microsoft.Azure.KeyVault | |
| open Microsoft.IdentityModel.Clients.ActiveDirectory | |
| module Example = | |
| let getSecret (appKeyDescription:string) (appKeyValue:string) (secretUrl:string) = | |
| async { | |
| use keyVault = new KeyVaultClient(fun authority resource (_:string) -> | |
| async { |