# snowball-website **Repository Path**: bit2atom/snowball-website ## Basic Information - **Project Name**: snowball-website - **Description**: Website source for snowballstem.org - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Snowball Website Sources ======================== This is the source for generating the website: http://snowballstem.org/ Setup ----- You'll need the Perl `Template Toolkit`, `neato` from `graphviz`, the `Closure Compiler`, `pngcrush` and `pygments` - on Debian you can install these with:: apt-get install libtemplate-perl graphviz closure-compiler pngcrush python-pygments You need the `pygments-snowball` repo as a subdirectory, for syntax highlighting Snowball code on the website: git clone https://github.com/hajimes/pygments-snowball.git You also need the `snowball` repo in a sibling directory to get warnings if the Snowball code here under `code/` is out of date: (cd .. && git clone https://github.com/snowballstem/snowball.git) Generating the website ---------------------- Run:: ./generate This will create the website in `../snowballstem.github.io`.