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.
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.