Giter Site home page Giter Site logo

website's Introduction

Mixxx Website

This repository contains the source to Mixxx website. This site is built with Cactus, a static site generator.

Quick Start

To get started contributing to the Mixxx website, first install all requirements (e.g. Cactus). Optionally, use a Virtualenv to isolate dependencies.

$ pip install -r requirements.txt

Then build the site from its templates:

$ cactus build

If all goes well, you should have the rendered HTML in your .build directory. To stand up a development server to test out your change, type:

$ cactus serve

You can then visit http://127.0.0.1:8000 to see your development version of the site.

Documentation

Cactus uses Django's templates for rendering pages.

The main templates are stored in the templates/ folder. Leaf pages are stored in pages/. If there is a snippet of code you want to use in multiple places on the site, place it in the templates/ folder -- for example templates/download_button.html.

Internationalization / Translation

All strings wrapped with {% trans 'Hello World' %} are flagged for translation. Whenever adding new English strings to the website, please wrap them in a {% trans 'Hello World' %} block.

Publishing

Note: Requires SSH access to mixxx.org.

First, publish to http://staging.mixxx.org:

$ fab staging rebuild publish

Visit the staging site to verify everything looks ok. Then, publish to the production site:

$ fab production rebuild publish

Visit https://mixxx.org to verify everything looks ok.

website's People

Contributors

asantoni avatar barshan23 avatar be-ing avatar crisclacerda avatar daschuer avatar dennisdebel avatar ehendrikd avatar esbrandt avatar holzhaus avatar katsar0v avatar kazakore avatar pegasus-rpg avatar radusuciu avatar ronso0 avatar rryan avatar sblaisot avatar sleepynate avatar uklotzde avatar wraybowling avatar xeruf avatar ywwg avatar

Stargazers

 avatar

Watchers

 avatar  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.