Skip to content
Discussion options

You must be logged in to vote

Statiq is a static generator. The goal of a static generator is to execute as much logic as possible before hand, outputting "static" files that a web server can serve to a client. While it can interact with any ORM during the generation phase (given that generation is accomplished with a combination of pre-built modules and normal C# code), no C# or .NET code executes at runtime and generally only JavaScript that you've included on your pages during the generation process and that runs on the client is evaluated.

There are strategies for more dyamic statically generated sites though. One that's been succesfull for myself and others is to kick off a new generation using an automation plat…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by daveaglick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants