-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
34 lines (32 loc) · 1008 Bytes
/
_config.yml
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
28
29
30
31
32
33
34
# Site settings
title: ossia | Open Software System for Interactive Applications
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Open Software System for Interactive Applications - home of ossia score, a free, open-source, cross-platform intermedia sequencer for precise and flexible scripting of interactive scenarios.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://ossia.io" # the base hostname & protocol for your site
image: "/assets/score-logo.png"
include: ["_pages", "CNAME", ".nojekyll", "score-last-version.txt", "download-stats.json", ".well-known"]
# exclude: ["vendor"]
permalink: /posts/:title/
score_version: 3.4.1
score_released_date: "January 17, 2025"
plugins:
- jekyll-sitemap
- jekyll-assets
# Build settings
markdown: kramdown
collections:
score_features:
output: false
libossia_features:
output: true
assets:
sources:
- assets
- images
- css
- js
compress:
css: true
js: uglifier