This is the source code for the statically-generated website https://www.roclongboarding.info
- Install the dotnet core SDK version 6.0.
- Clone this repo, including submodules.
- Install cake by running
dotnet tool install -g Cake.Tool
- In the repo, run
dotnet cake --target=build_all
. This builds Pretzel, the static website generator, the plugin that is used, and creates the site as well. This only needs to be run once. - Each time after that, just run
dotnet cake
in the root of the repo, and the site will be generated and a browser will open.
- Website contents are licensed under CC-by-sa 4.0.
- Code located in _WebsitePlugin is licensed under AGPL 3.0
- Prior to commit e67aec9792b1db3829b0db3f63d429957ce4e0eb, the source files in the _MapPlugin were licensed under the Boost Software License 1.0.
These are the submodules that this repo depends on.
- _includes - StaticWebsitesCommon
- _pretzel - Forked version of Pretzel
- _pretzel/src/ActivityStreams - Forked version of ActivityStreams
- _WebsitePlugin/WebsiteTests/ActivityPubSchema - ActivityStream Schema