This is the source code for Cytopia website. It is 100% static, fast and secure but uses a myriad of web tech to compile and run as intended.
Here is the list and description of all technologies used to build and run the website.
- libman: Used for the installation of the Foundation framework
- Foundation: loud shout out to the folks behind this framework that made rapid creation of nice looking websites possible.
The cogs of the website.
- C#/Razor: compile-time logic for site generator.
- JavaScript: client-side runtime code.
- Website baked with Statiq.
libman restore & dotnet restore
- install the dependenciesdotnet run -c Release -- preview
- Start a test server: examine the website at localhost:5080.dotnet run -c Release
- Build the website locally.
Cytopia website source code is available under the terms of GNU General Public License v3 or any later version.