Giter Club home page Giter Club logo

tw.org's Introduction

taskwarrior.org Site Repository

This repository contains the content of the taskwarrior.org site.

Contributing

To clone this repository, run

git clone https://github.com/GothenburgBitFactory/tw.org.git

For 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:

  1. Install hugo.
  2. Run
    hugo server -D -w
    This defaults to running a web server on http://localhost:1313.
    If you are running on an external host, try
    hugo server -D -w --bind 0.0.0.0 -b http://<hostname>

Updating Tools

This repository has automation for searching GitHub for projects related to TaskWarrior and including them in the "Tools" page.

On first usage, generate API tokens and store them safely for later:

  • GitHub: requires no special scopes

Then set up the Python 3 environment:

# Create a virtual environment to avoid clobbering global installation
$ python3 -m venv venv

# Activate the virtual environment
$ source venv/bin/activate

# Install dependencies
$ pip install -r tools/requirements.txt

Then create the update_tools.sh script by copying the sample, and set API keys there. This file will be ignored and should not be committed.

Now that everything is set up, the tools can be updated by running update_tools.sh:

$ source venv/bin/activate
$ ./update_tools.sh

Repositories that are always included are listed in tools/always_include.json. Repositories that are always ignored are listed in tools/never_include.json. This can be modified and committed to the repository.

tw.org's People

Contributors

cgardner avatar comawill avatar ddeimeke avatar dependabot[bot] avatar djmitche avatar github-actions[bot] avatar jcrben avatar jdorel avatar jean avatar kllmanu avatar lauft avatar matt-snider avatar mcdoogs avatar mmeier86 avatar mskelton avatar nkakouros avatar nlar avatar noah-huppert avatar pbeckingham avatar ravron avatar recollir avatar redschalken avatar rudis avatar shadow53 avatar sorsasampo avatar taskwarrior avatar tbabej avatar tbm avatar unode avatar wbsch avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.