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

Currently the VirtualDirectoryMiddleware simply returns a 404 Status code to the browser if the page is not found in the VirtualDirectory. Adding support for a page to return in the...

General Enhancement

From the sass-lang.com web site: [Dart Sass is the primary implementation of Sass, which means it gets new features before any other implementation](https://sass-lang.com/dart-sass) Dart Sass launched stable support for the...

General Enhancement

The default tag helper package "Microsoft.AspNetCore.Mvc.TagHelpers" is needed for Razor to enable tag helper support. Without it, the Razor compiler will attempt to locate the tag helper assembly and will...

General Enhancement

It would be cool if there would be support in the official blog recipe for a metadata key of `EditedOn/At` that would display a tag line of `Edited on: ...`...

General Enhancement

To commit a site to GitHub I currently have to delete everything in the repository folder except the Readme.md file and .git folder, then copy the contents of the Wyam...

General Enhancement

Add new metadata to the Blog and Docs recipes called `Stylesheets`, `Scripts`, and `InlineScripts`. These will "inject" the specified URLs or inline scripts into the HTML _after_ Razor processing. The...

General Enhancement

It'll work just fine, but won't automatically resolve virtual paths, etc. Consider doing something to image Markdown syntax (maybe a custom extension?) to automatically create a better path for the...

General Enhancement

Hello all! I am a newbie here. I am learning Wyam to try to convert my old blog site to a static content site. I have done most of things...

Discussion/Question

Currently BlogPosts pipeline renders only posts, which have `PublishedKey` earlier than `DateTime.Now`. I suggest to add setting named **SiteDateTime** (or GeneratedDateTime) with default value `DateTime.Now`. Then BlogPosts pipeline renders posts,...

General Enhancement

The `--watch` command is great for automatically rebuilding the site (and doing so faster than a full rebuild), but with issues like https://github.com/Wyamio/Wyam/issues/817 it can be annoying to not have...

General Enhancement