Skip to content

DarkFoxh4ck3r/qtile.org

 
 

Repository files navigation

Qtile.org

Qtile.org is a powered by Django and hosted on Heroku.

Setup Instructions

Requirements

  1. Bower
  2. LessCSS
  3. Python 2.x

Running Locally

  1. Install requirements

    pip install -r requirements.txt
    bower update
    
  2. Create screenshot thumbnails

    python manage.py process_screenshots
    
  3. Run the development server

    python manage.py runserver
    

Contributing

Contributing is easy: fork this repository on Github, make your changes, and make a pull request.

Screenshots (& Configurations)

  1. Drop your screenshot image into qtile/static/img/screenshots/
  2. Add your screenshot (and a link to your config, if applicable) to data/Screenshot.yaml

Note: You'll need to re-run python manage.py process_screenshots for your updated screenshot thumbnail to display locally.

Videos

  1. Add a link to your video (on YouTube, Vimeo, etc) to data/Video.yaml

About

Source code to qtile.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 45.4%
  • Python 25.8%
  • CSS 15.2%
  • JavaScript 10.1%
  • Shell 3.5%