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

A flexible and extensible static content generation framework for .NET.

Results 95 Statiq.Framework issues
Sort by recently updated
recently updated
newest added

Hello -- when trying to execute Statiq e.g. `dotnet run` on an ARM64 device such as an M1 Mac you'll receive SASS compilation errors: `[DBUG] Exception while executing pipeline Assets/Process:...

General Enhancement

For any `` tag where multiple formats are found, automatically replace with a `` element linking to all found formats. Add a data attribute like `no-picture` to prevent. Module will...

New Module

[I managed to implement stoppable gifs in my site (still on Wyam)](https://github.com/KybernetikGames/animancer/issues/190#issuecomment-1179150251) and realised I could likely achieve a better workflow if I integrate it into Wyam's build process (which...

Some of the `AddPipeline` extensions register the pipeline class with the DI container which can be confusing ordering-wise. They should be renamed to `RegisterPipeline` or similar with appropriate code documentation...

General Enhancement

Basically we need deployment pipelines, but for processing stuff so they always still come before deployment. Use case is something like a pipeline that processes the final HTML as rendered...

General Enhancement
Discussion/Question

Using Statiq.Web 1.0.0-beta47 and YamlDotNet 11.2.1 causes an error when running the Quickstart example from https://www.statiq.dev/web `[ERRO] Inputs/Process » ExecuteIf » ExtractFrontMatter » ParseYaml » [Index.md => Index.md] Method not...

If the engine gets an exception during execution, the cache is sometimes to blame. At issue is that invalidating the cache on things like dependency changes is really hard. In...

General Enhancement

See discussion in https://github.com/statiqdev/Statiq.Web/issues/962: > I think might be worth introducing a concept of overriding the phases for a pipeline. The use case is that only the modules in 1...

General Enhancement

I created a console app with Statiq.Web, the CleanBlog theme and a few pages. Then I added a class named "CategoriesViewComponent" at project root and added this line to **_layout.cshtml**:...

General Enhancement