Skip to content

mathiasleroy/zapadisk.be

Repository files navigation

Zapadisk.be

Ultimate frisbee team website zapadisk.be
Team Generator tool: http://zapadisk.be/team-generator.html

FILES

The root contains the source files.
The website is in the folder /docs.
This folder is generated with Jekyll.

DEPENDENCIES

npm i -g surge

HOW TO MAKE CHANGES / MODIFY PAGES

  1. get the most recent version of the git repo:

    git pull origin master;

  2. make changes in root folder (not /docs)
    cf. Jekyll documentation

  3. build -> compiles into 'docs' folder

    jekyll build;

  4. deploy:

    cd docs; surge; cd ..;

  5. share changes:

    git add .; git commit -m "whatyouchanged"; git push;

    (first time: git push -u origin master)

Gender-Stats is deployed as a standalone app on https://zapagender.surge.sh for the pwa installation to work.

cd gender-stats; surge; cd ..;

RESOURCES

LICENSE

        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
                    Version 2, December 2004 

 Copyright (C) 2004 Sam Hocevar <[email protected]> 

 Everyone is permitted to copy and distribute verbatim or modified 
 copies of this license document, and changing it is allowed as long 
 as the name is changed. 

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 

  0. You just DO WHAT THE FUCK YOU WANT TO.

Link: http://www.wtfpl.net/