This repository contains the content of the taskwarrior.org site.
git clone https://github.com/GothenburgBitFactory/tw.org.git
-
git clone https://github.com/GothenburgBitFactory/tw.org.git tw.org.git cd tw.org.git
-
git clone https://github.com/BrunoVernay/taskwarrior-site-test.git taskwarrior-site-test.git
-
git clone https://github.com/BrunoVernay/tw-tools-update.git tw-tools-update.git
-
git clone https://github.com/PyGithub/PyGithub.git PyGithub.git
-
Get a Github token: https://github.com/settings/tokens
-
Add Github token to Config.py: cd tw-tools-update.git cp Config.py.example Config.py vi Config.py (add token)
-
Take the data-tools-old.json, and update it with a scan of github: cd tw-tools-update.git PYTHONPATH=../PyGithub.git python Main.py
-
cp data-tools.json ../html/tools/tools-data.js