-
Notifications
You must be signed in to change notification settings - Fork 10
/
_config.yml
27 lines (21 loc) · 1.57 KB
/
_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
# Site settings
title: alda.io
description: >
Alda is a text-based programming language for music composition. It allows you to write and play back music using only a text editor and the command line.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://alda.io" # the base hostname & protocol for your site
author:
fullname: Dave Yarwood
github: alda-lang/alda
reddit: alda
# Syntax highlighting
# highlightstyle: 'default'
# styles: [agate, androidstudio, arta, asceti, atelier-cave.dark, atelier-cave.light, atelier-dune.dark, atelier-dune.light, atelier-estuary.dark, atelier-estuary.light, atelier-forest.dark, atelier-forest.light, atelier-heath.dark, atelier-heath.light, atelier-lakeside.dark, atelier-lakeside.light, atelier-plateau.dark, atelier-plateau.light, atelier-savanna.dark, atelier-savanna.light, atelier-seaside.dark, atelier-seaside.light, atelier-sulphurpool.dark, atelier-sulphurpool.light, brown_paper, codepen-embed, color-brewer, dark, darkula, default, docco, far, foundation, github, github-gist, googlecode, grayscale, hopscotch, hybrid, idea, ir_black, kimbie.dark, kimbie.light, magula, mono-blue, monokai, monokai_sublime, obsidian, paraiso.dark, paraiso.light, pojoaque, railscast, rainbow, school_book, solarized_dark, solarized_light, styles_list.txt, sunburst, tomorrow, tomorrow-night-blue, tomorrow-night-bright, tomorrow-night, tomorrow-night-eightie, v, xcode, zenburn]
# Handling Reading
exclude: ["README.md", "README.html"]
# Build settings
highlighter: none
markdown: kramdown
kramdown:
syntax_highlighter_opts:
disable: true