Giter Site home page Giter Site logo

mdujava / tw.org Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gothenburgbitfactory/tw.org

0.0 0.0 0.0 49.79 MB

Repository for tw.org site

Home Page: https://taskwarrior.org

Shell 1.37% JavaScript 3.93% Ruby 1.40% Python 11.20% Perl 19.49% CSS 52.37% HTML 10.25%

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

pbeckingham avatar github-actions[bot] avatar taskwarrior avatar lauft avatar recollir avatar tbabej avatar ddeimeke avatar djmitche avatar unode avatar wbsch avatar rudis avatar matt-snider avatar jdorel avatar dependabot[bot] avatar jcrben avatar nlar avatar nkakouros avatar sorsasampo avatar mmeier86 avatar shadow53 avatar tbm avatar mskelton avatar kllmanu avatar jean avatar dathanb avatar cgardner avatar mcdoogs avatar noah-huppert avatar redschalken avatar ravron 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.