Statiq.Web

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

OTHER License

Stars
1.7K

Bot releases are hidden (Show)

Statiq.Web - 1.0.0-beta.40

Published by daveaglick almost 3 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.
Statiq.Web - 1.0.0-beta.39

Published by daveaglick almost 3 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.
Statiq.Web - 1.0.0-beta.38

Published by daveaglick almost 3 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.
Statiq.Web - 1.0.0-beta.37

Published by daveaglick almost 3 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.
Statiq.Web - 1.0.0-beta.36

Published by daveaglick almost 3 years ago

Statiq.Web - 1.0.0-beta.35

Published by daveaglick almost 3 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).
Statiq.Web - 1.0.0-beta.34

Published by daveaglick about 3 years ago

Statiq.Web - 1.0.0-beta.33

Published by daveaglick about 3 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.
Statiq.Web - 1.0.0-beta.32

Published by daveaglick over 3 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).
Statiq.Web - 1.0.0-beta.31

Published by daveaglick over 3 years ago

Statiq.Web - 1.0.0-beta.30

Published by daveaglick over 3 years ago

  • Updated Statiq Framework to version 1.0.0-beta.44.
    This Statiq Framework update includes some important breaking changes to Razor layouts and partials. If you have trouble
    with layout and partial compilation after this update, please read the Statiq Framework release notes for help.
Statiq.Web - 1.0.0-beta.29

Published by daveaglick over 3 years ago

Statiq.Web - 1.0.0-beta.28

Published by daveaglick over 3 years ago

  • Added GitHubClientExtensions.ThrottleAsync() extensions that can automatically deal with GitHub rate limit and abuse detection exceptions (#952).
  • Added automatic throttling to the ReadGitHub module and a WithThrottle() fluent configuration method to specify whether to use it.
  • Added ability to set the temp and cache paths via TempPath and CachePath settings.
  • Updated Statiq Framework to version 1.0.0-beta.42.
Statiq.Web - 1.0.0-beta.27

Published by daveaglick over 3 years ago

  • Added additional extensions to the bootstrapper for creating processes with a ProcessLauncher factory.
  • Updated Statiq Framework to version 1.0.0-beta.41.
Statiq.Web - 1.0.0-beta.26

Published by daveaglick over 3 years ago

Statiq.Web - 1.0.0-beta.25

Published by daveaglick over 3 years ago

Statiq.Web - 1.0.0-beta.24

Published by daveaglick over 3 years ago

Statiq.Web - 1.0.0-beta.23

Published by daveaglick over 3 years ago

Statiq.Web - 1.0.0-beta.22

Published by daveaglick over 3 years ago

Statiq.Web - 1.0.0-beta.21

Published by daveaglick over 3 years ago

  • Updated Statiq Framework to version 1.0.0-beta.35.
  • Added an ArchiveOrder to archives which can be used to sort the archive by an arbitrary value using computed metadata (as opposed to ArchiveOrderKey which relies on the value in metadata).
  • Added support for maxwidth and maxheight to the embed (and derived) shortcode (#943).