Getting Started
With SwiftySites you define your website in a Swift Package. The package needs to contain an executable target which will depend on the SwiftySites library.
Templates
Use templates to transform content items into the outputs that make up your website.
Content generators
Content is usually specified individually by declaring instances of one of the site’s content types. But content can also be generated by applying a function to previously declared content.