-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path_config.yml
More file actions
64 lines (59 loc) · 1.31 KB
/
_config.yml
File metadata and controls
64 lines (59 loc) · 1.31 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Site settings
title: IBM Core ML Code Pattern
description: >-
Watson Visual Recognition & Core ML Code Pattern
baseurl: "/watson-vision-coreml-code-pattern" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: yrezgui
github_username: yrezgui
# Build settings
markdown: kramdown
theme: minima
# Code pattern config
codepattern_title: "Core ML & Watson Visual Recognition"
codepattern_url: https://developer.ibm.com/code/patterns/deploy-a-core-ml-model-with-watson-visual-recognition/
# Authors
authors:
- name: Yacine Rezgui
twitter: yrezgui
github: yrezgui
- name: Sam Couch
twitter: SamuelCouch
github: samuelcouch
collections:
advanced:
output: false
simple:
output: true
multiple:
output: false
plz_work:
output: false
arduino:
output: false
defaults:
- scope:
path: ""
type: "advanced"
values:
layout: advanced_lesson
- scope:
path: ""
type: "simple"
values:
layout: simple_lesson
- scope:
path: ""
type: "multiple"
values:
layout: multiple_lesson
- scope:
path: ""
type: "plz_work"
values:
layout: plz_work
- scope:
path: ""
type: "arduino"
values:
layout: arduino_lesson