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

It would be nice to use markdown instead of `cshtml` for index pages without losing the table of sub-sections from the `@Html.Partial("_ChildPages")` command.

General Enhancement

I was wondering if you had considered adding a category as a key in the BlogKeys in order to be able to populate th category tag in the rss feed...

Discussion/Question

On my Jekyll site I had a sidebar which showed the 3 most recent posts on some pages. I did this simply with `{% for post in site.posts limit: 3...

Discussion/Question

Got the following front matter truing to get array of arrays of string, two levels. Navigation2 gets completely missed. ```yaml Navigation1: "1" Navigation2: - - "a/index.md" - "a/a/index.md" - -...

Discussion/Question

Right now you can do it by replacing the `RenderPages`, etc. pipeline: ``` int index = Pipelines.IndexOf(Blog.RenderPages); Pipelines.Remove(Blog.RenderPages); Pipelines.Insert(index, Blog.RenderPages, (IPipeline)new Wyam.Web.Pipelines.RenderPages( Blog.RenderPages, new Wyam.Web.Pipelines.RenderPagesSettings { Pipelines = new string[]...

General Enhancement

I’ve been thinking about localization and how it could be implemented. Finally have a design I think will work: - Localized strings are defined as a double dictionary with the...

General Enhancement

CopyFiles module most-likely should also watch its giving folder, if --watch was specified. The 'issue' comes with the target folder being outside of the source Wyam folder, such as following:...

General Enhancement

The `Wyam.All` metapackage has the wrong dependencies since 1.1.0 (guess that shows no one really uses it)

⚠️ Bug

https://github.com/rexm/Handlebars.Net

New Module

Currently when setting metadata in a new document, the new value(s) always replace the old value(s). The need exists to declare certain metadata values as "additive" in that the new...

General Enhancement