Statiq.Web icon indicating copy to clipboard operation
Statiq.Web copied to clipboard

Statiq Web is a flexible static site generator written in .NET.

Results 112 Statiq.Web issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

There is an unserved use case where only parts of the generation are run and the resulting output files only represent a subset of all files that constitute a full...

General Enhancement

See https://maxchadwick.xyz/blog/preserving-the-hash-and-query-string-with-jekyll-redirects

General Enhancement

Link validation fails if the link was generated from a file that contains non-ASCII characters. Although links themselves are created properly and are urlencoded, the validator misses decoding step.

Greetings Thanks for your efforts on this. I've been working on generating some mermaid diagrams via a module that calls the nodejs cli and a *.mmd pipeline https://github.com/dpvreony/dpvreonywebsite/blob/main/src/DPVreony.Website/Features/MermaidDiagram/MermaidDiagramModule.cs https://github.com/dpvreony/dpvreonywebsite/blob/main/src/DPVreony.Website/Features/MermaidDiagram/MermaidDiagramPipeline.cs if...

New Module

Convert HTML content to PDF

New Module

Hi, I am mostly familiar with MVC and Web Forms. Trying to understand this great framework better and how to compose custom pipelines. I have a giant list of data...

Discussion/Question
Feedback Needed

In this case, I am getting validation failure for `tags/podcasts`. I do have the tag: podcasts. However, it is still failing validation and it is generating lot of warnings. blog/input/posts/celebrating-science-day.md...

Feedback Needed

Hi. I'm trying to create a ShortCode that can use oEmbed in a generic way. Internally, it is assumed to use `GetEmbedResultAsync`. During creation, an error occurred when retrieving information...

General Enhancement

``` public static async Task Main(string[] args) => await Bootstrapper .Factory .CreateWeb(args) .AddProcess(ProcessTiming.Initialization, _ => new ProcessLauncher("npm", "install") { ContinueOnError = false, WorkingDirectory = "node", }) .AddProcess(ProcessTiming.AfterExecution, _ => new...

General Enhancement