forked from Cavemanon/snootgame.xyz
Still a work in progress, still needs the following: * Character bios added to the spanish definition area * the entire cancer folder removed * Validation that the static content (css and images) works properly * A section shilling cavemanon.xyz as our main site * Some visual improvements in the downloads section However, for now, it's actually maintainable, and likely can be ported to our other game sites as well for translation purposes.
7 lines
337 B
Markdown
7 lines
337 B
Markdown
# Snoot Game website
|
|
|
|
This website is built using a custom website-builder wrote in shell script. Running ./make-site.sh will read definition.yml for the site's contents, then assemble it into a final output under the public folder.
|
|
|
|
# Requrements
|
|
Will require using a POSIX shell to make the site along with the YAML-parser named `yq`.
|