Statiq.Framework
Statiq.Framework copied to clipboard
A flexible and extensible static content generation framework for .NET.
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:...
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...
[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...
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...
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...
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...
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**:...