Warning: This repository may contain information that has not officially been confirmed.
WISS 2021 web page.
- Static
- Easy-to-learn (for non-experts)
- Easy-to-edit (for committee members)
- GitHub Pages for deploy
- Pug + Sass for generating static pages
- Markdown for main texts
- npm
npm install
npm run buildThe changes pushed to the master branch will be automatically deployed to GitHub Pages via GitHub Action.
src/*.pug: Pug files that will be compiled as HTMLs.src/includes/*.pug: Pug files that will be included by other pug files.src/md/*.md: Markdown files that will be included in corresponding pug files.src/sass/*.sass: Sass files that will be compiled as CSSs.src/data/**/*: Meta data files that will be referred during compilation.src/downloads/**/*: Asset files that will be copied as they are.src/assets/**/*: Asset files that will be properly processed (e.g., for compression) during compilation and will be referred by HTMLs.
For simplicity, this website uses the vanilla Bootstrap 4 framework distributed via CDN with a custom CSS that overwrites some attributes.
All rights reserved by WISS.
Issues and Pull Requests are highly appreciated, but please
- (1) understand that the rights on your contribution will belong to WISS, and
- (2) confirm that you do not violate any third parties' rights.