Statiq.Web Versions Save

Statiq Web is a flexible static site generator written in .NET.

v1.0.0-beta.40

2 years ago
  • Fixed a bug with input path modification ordering where theme paths were getting removed when other input paths were specified (#975).
  • Updated Statiq Framework to version 1.0.0-beta.54.

v1.0.0-beta.39

2 years ago
  • Added a Microsoft.Build PackageReference to the Statiq.Web.props that gets imported on package restore to turn off warnings for NU1701 (restored using a different target). This can eventually be taken back out once Statiq targets .NET 6.

v1.0.0-beta.38

2 years ago
  • Updated Statiq Framework to version 1.0.0-beta.53.
  • Added support for .csproj projects in theme folders, which will get compiled and included in the execution.
  • Added a new IThemeInitializer that themes can implement to add services, etc. during initialization.

v1.0.0-beta.37

2 years ago
  • Updated Statiq Framework to version 1.0.0-beta.52.
  • Added arguments for making links absolute and for adding a trailing slash when hiding index pages to the LinkGeneratorShortcode.

v1.0.0-beta.36

2 years ago

v1.0.0-beta.35

2 years ago
  • Updated Statiq Framework to version 1.0.0-beta.50.
  • Set IncludeInSitemap to 'false' for data documents (#969, thanks @Turnerj).
  • Added support for specifying alternate feed paths for FeedRss, FeedAtom, and FeedRdf (#970, #960, thanks @Turnerj).
  • Added support for generation-time code highlighting by setting HighlightCode to true (#971).

v1.0.0-beta.34

2 years ago

v1.0.0-beta.33

2 years ago
  • Updated Statiq Framework to version 1.0.0-beta.48.
  • Added SearchStopWords and SearchStopWordsFilePath settings to control stop words used in search.
  • Added a SearchStemming setting to turn on the default English stemming in search.

v1.0.0-beta.32

2 years ago
  • Updated Statiq Framework to version 1.0.0-beta.46.
  • Added support for generating a client-side Lunr search index by setting GenerateSearchIndex (along with many other controllable settings for search indexing).

v1.0.0-beta.31

2 years ago