File: _config.yml

package info (click to toggle)
elektroid 3.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,236 kB
  • sloc: ansic: 33,475; sh: 582; makefile: 394; xml: 78
file content (27 lines) | stat: -rw-r--r-- 529 bytes parent folder | download
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