The SIGPwny website monorepo, built with Astro.
Clone and init submodules
git clone --recurse-submodules -j8 [email protected]:sigpwny/websites.git
Clean install all node packages:
npm ci
Start a development server:
npm run dev
Build production and serve:
npm run build
npm run serve
Content is composed of MarkdownX and JSON files in the content
directory. For more information about the defined content types, see the content README.
- The site should be tenable and functional for the future of the club. Prioritizing maintainability and stability will allow for the easy operation of the website long after it was created.
- Static-first: static site generation over dynamic sites. This is inline with goal 1. Static sites are not only easier to host, they are much cheaper (for basically free). Any dynamic functionality added to the website should be considered as extra or non-critical and should be implemented as a subsystem.
- Easy to use. If it's not easy to use, then no one knows how to use it. If no one knows how to use it, it won't be used :). Adding support for MDX and git-based CMS is an example of meeting this goal.
SIGPwny's educational content, slides, and recordings are licensed under the CC BY-SA 4.0 license.
Published content that is not SIGPwny branded are copyrighted by their respective owners unless otherwise stated.
All other website code is licensed under the BSD 3-Clause license.