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

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

    (to run locally: cd docs; jekyll serve and open localhost::4000)

  4. deploy:

    cd docs; surge; cd ..;

  5. push 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

This project is licensed under the GNU General Public License v3.0. This means that any derivative works based on this project must also be open-source and distributed under the same license.

For more details, please see the LICENSE file.

About

Ultimate team website and team-generator tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published