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 113 Statiq.Web issues
Sort by recently updated
recently updated
newest added

Now that themes are coming together, had an idea about an additional theme-like concept called theme extensions. These are just normal themes that aren’t intended to be used wholesale -...

General Enhancement

Brainstorm on how to make archetypes work easily and allow both users and themes to add them: - A new conventional `archetypes` folder should be used - Can be adjusted...

General Enhancement

For example, "show me all documents that end up with a publish date in the future". One approach could be a module or pipeline that checks for this flag and...

General Enhancement

The Azure Storage provides the functionality for hosting static websites. For this purpose a deployment extension similar to `Static.Web.Azure` would be helpful. More informations about [static website hosting in Azure...

New Module

If the destination path is being modified globally (I.e. for blog posts to output at a dated slug path), then any assets should also use the same path logic. That...

General Enhancement

The preview web server isn't detecting & serving an xml index file called index.xml. I'd expect that to be served implicitly.

⚠️ Bug

An empty xref link like `` should automatically get the title added. This would let you write Xrefs in Markdown like `[](xref:page-title)`.

General Enhancement

Something like DocFx xref aliases. Idea is a module would check metadata for each input document for an alias key (presumably added via front matter) and/or load aliases from a...

General Enhancement

Most of the themes follow a convention for partials like `_Head.cshtml` but that could quickly become less widespread when new and community themes are created. Instead we need a way...

General Enhancement

Trying to override the partial file `_Head.cshtml` in the SolidState theme failed to apply. However if I override the `_Layout.cshtml` as well then the correct `_Head.cshtml` is rendered. It seems...

⚠️ Bug