-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
42 lines (37 loc) · 815 Bytes
/
Copy path_config.yml
File metadata and controls
42 lines (37 loc) · 815 Bytes
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
35
36
37
38
39
40
41
42
title: Creative Coding Tutorials
description: >
Learn creative coding with p5.js, Processing, TouchDesigner,
and Bare Conductive Touch Boards — from complete beginner to expert.
baseurl: "/CreativeCoding"
url: "https://joemighty.github.io"
permalink: pretty
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: highlight
block:
line_numbers: false
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "default"
- scope:
path: "p5js"
values:
topic: "p5js"
topic_title: "p5.js"
- scope:
path: "bare-conductive"
values:
topic: "bare-conductive"
topic_title: "Bare Conductive"
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor