This repository contains the content of taskwarrior.org, the website for the Taskwarrior project.
To clone this repository, run
git clone https://github.com/GothenburgBitFactory/tw.orgFor minor changes, it is perfectly fine to simply change the relevant Markdown files and make a pull request.
For more complex changes, here is how to build the documentation locally:
- Install hugo.
- Run
This defaults to running a web server on
hugo server -D -w
http://localhost:1313.
If you are running on an external host, tryhugo server -D -w --bind 0.0.0.0 -b http://<hostname>
To record a new release of Taskwarrior, run bin/tw-release vX.Y.Z and make a PR for the result.