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

The new Razor engine supports Razor pages syntax and will attempt to compile them, but we're missing some of the bits to make it work. For example, adding `@page` to...

General Enhancement

This would be another nice module for supporting code doc scenarios and the docs recipie. Specifically, look to these two projects for inspiration: - https://github.com/SimonCropp/CaptureSnippets - https://github.com/shiftkey/scribble

General Enhancement

Blog Recipe comes with the Disqus. It will be better if it will come with GitHub Issue Comments. As we know the people who will be using #Wyam must be...

General Enhancement

So here's a cool use-case for wyam - generate RazorPages (cshtml) instead of plain html. I am generating blog posts from markdown, I wondered if it would be possible for...

General Enhancement

In my custom _Navbar.cshtml: `Context.GetLink("docs/introduction#frequently-asked-questions")` creates a broken link. Firefox shows it correctly in the bottom corner, but when clicking on it the `#` gets replaced by `%23` in the...

⚠️ Bug

With default settings you get on a sub page (/page/subpage) navigation like: ```html ... Page ... ``` with settings to hide index pages: ```csharp Settings[Keys.LinkHideIndexPages] = false; Settings[Keys.LinkHideExtensions] = false;...

⚠️ Bug

Using markdown `code` tags in the Description in a page's front matter doesn't work. The index table just shows the ` characters without applying the code formatting or creating a...

⚠️ Bug
General Enhancement

This isn't really a Wyam problem, but there have been several requests for built-in GDPR banners. We could add a banner to each theme and then make it a global...

Documentation

Compilation customization could be improved, particularly when processing docs from source files. Some ideas: * Specify pre-processor directives to pass to Roslyn when compiling from source files * Specify additional...

General Enhancement

If the result of the delegate in a `Trace` module is `null`, it'll throw. It should print some sort of message instead.

⚠️ Bug