statiqdev / Statiq.Web

Statiq Web is a flexible static site generator written in .NET.
https://statiq.dev/web
Other
1.65k stars 235 forks source link

Build instruction #897

Closed fanioz closed 4 years ago

fanioz commented 4 years ago

Hello, could you please provide build instruction, or it is somewhere ?

fanioz commented 4 years ago

image

daveaglick commented 4 years ago

It looks like you're trying to build Statiq Web itself and the Cake build script isn't cooperating. That build script is actually only used for publishing new releases (it's called "build" as a holdover from when it built everything). Statiq Web is a normal .NET Core library so you can build it with dotnet build or by opening the Statiq.Web.sln solution.

I agree the presence of a build script when it's not used is confusing. I'll rename the build script and add a BUILDING.md file to make it clearer.

If you're trying to use Statiq Web there's a quick start here: https://statiq.dev/web/