1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
title: Elektroid
author:
name: David García Goñi
email: "dagargo@gmail.com"
description: Sample and MIDI device manager
baseurl: "/elektroid/"
url: "https://dagargo.github.io/elektroid/"
# Build settings
remote_theme: jekyll/minima
plugins:
- jekyll-remote-theme
minima:
skin: auto
hide_site_feed_link: true
social_links:
- title: GitHub
icon: github
url: "https://github.com/dagargo"
nav_pages:
- license.md
- installation.md
- packaging.md
- cli.md
- api.md
- tests.md
|