Coder Social home page Coder Social 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 cactus:

$ pip install cactus

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.

website's People

Contributors

rryan avatar ywwg avatar esbrandt avatar asantoni avatar sleepynate avatar sblaisot avatar barshan23 avatar

Watchers

James Cloos avatar Hitesh Sharma 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.