Giter VIP home page Giter VIP logo

supercollider.github.io's Introduction

supercollider.github.io

Local Usage

Clone this repository:

git clone https://github.com/supercollider/supercollider.github.io.git
cd supercollider.github.io

This website is powered by jekyll so in order to view it locally you'll need to have Ruby and Gems installed on your computer.

Then, install jekyll and bundler gems:

gem install jekyll bundler

Install dependencies:

bundle install

Now you can run jekyll server:

bundle exec jekyll serve

And then, in your browser:

http://127.0.0.1:4000

Update This Website

CSS Updates

We use sass variables so changing colors can be done by editing assets/css/_variables.scss. Otherwise, the main sass file is assets/css/main.scss.

If you wanna be sure that your CSS changes are going to be effective in the browsers you'll have to update site_version in _config.yml (css cache bust).

Downloads

To update download links, you'll have to edit _data/downloads.yml.

Please keep in mind that the Download section on the index page will display the first download for each OS in the current_version category (order matters).

Code Snippets

To add a code snippet to the main page:

  • edit _data/code_snippets.yml
  • add the corresponding audio file in assets/audio

Gallery

To add a project to the Projects page:

  • edit _data/gallery.yml with your project data (see examples below)
  • if your project is represented by an image, add the corresponding image in images/gallery

Image

- title: YOUR TITLE
  type: image
  image: YOUR IMAGE
  link: YOUR LINK
  author: YOUR AUTHOR NAME
  text: |
    YOUR TEXT

Vimeo or YouTube video

- title: YOUR VIDEO TITLE
  type: vimeo (or youtube)
  id: YOUR VIDEO ID
  text: |
    YOUR TEXT

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.