- Install Ubuntu 18.04 server
- Follow github instructions to add a runner by going to a repository settings and creating a new self-hosted runner
- Edit the yml file to start a first run on it (which will probably fail due to lacking build tools)
@inherits ToSic.Sxc.Dnn.RazorComponent | |
@using System.Net.Http; | |
@{ | |
var client = new HttpClient(); | |
HttpResponseMessage response = client.GetAsync("<API_URL>").Result; | |
response.EnsureSuccessStatusCode(); | |
var result = response.Content.ReadAsStringAsync().Result; | |
var items = AsDynamic(result); | |
} |
FIND:
(\d{0,2}:?\d{1,2}:\d\d)(\n)(.*)(\n)
REPLACE:
<strong>$1</strong>$3\n
This is a DDR Menu template to export a text format of a DNN site pages to reuse in the "Create Multiple Pages" feature on another site.