Giter Club home page Giter Club logo

tidalcycles.github.io's Introduction

tidalcycles.github.io

Website for Tidal

See the actual website here: http://tidal.lurk.org.

The documentation is a Github Page based on Jekyll

Extending the documentation

To help adding more chapters or sections on the page a few steps are necessary.

The main configuration file for all chapters and sections is found in _data/chapters.yml

This file is a YAML Collection of all chapters of the documentation.

Chapters

For each entry there is:

  • a corresponding markdown file with the same name (e.g. the first list entry is named getting_started and the folder is named getting_started.md)
  • a corresponding folder with the same name prefixed with an underscore (e.g. the first list entry is named getting_started and the folder is named _getting_started).

Each chapter also has a title that is displayed in the menu and another collection of sections.

Sections

Each section has a name and a title. While the title determines the sidebar menu label, the name is used to make a separate markdown files that live in the corresponding chapter folder to appear in a certain section. The order of sections in the configuration file, determines the order in the sidebar menu.

Example: Adding content

To add a new function description within the functions chapter in the transitions section. Place a file within _functions/transitions/your_new_transition.md.

Every new markdown file needs to start with a YAML prelude like this:

---
title: Your transition name
category: transitions
---

after the prelude, you can write standard markdown for the contents. The title will be displayed as the title of your function description and the category is the name of the section, your description should be placed in.

Note that placing your_new_transition.md in the subdirectory transitions is not strictly necessary, setting the category however is! Using subdirectories just makes it easier to navigate through the separate files.

Influencing the order of Content

The order of entries within a section of a chapter is always alphabetical. You can however use the weight key in your YAML prelude to have your content appear more likely on top or in the bottom of the chosen section. Weight is given in numeric values where negative values are light and will move you content to the top, while positive values are heavy and will let your content sink to the bottom. Note that weight is not an absolute position, but merely a relative way place content.

tidalcycles.github.io's People

Contributors

bgold-cosmos avatar danhett avatar dktr0 avatar infovore avatar kalior avatar kindohm avatar lennart avatar lisongx avatar lvm avatar madskjeldgaard avatar munshkr avatar pd3v avatar rseymour avatar sfradkin avatar telephon avatar yaxu 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.