## Requirements Go 1.23.4 ## Usage `./build ` `` should be a path to the site's source directory. The source directory must contain the following subdirectories: - `css`: for CSS stylesheets - `assets`: for other assets (e.g. images, files...) - `site`: for site pages. The structure of this subdirectory determines the structure of the site itself. - `templates`: for reused markup. If `` is omitted, the current directory will be used as the source directory. ### Flags - `--serve`, `-s`: Builds site, then serves built site on port 8000. For previewing site, not for use in a live environment.